Issue
I implement Gridster2 in the angular project, basically following documentation. https://github.com/tiberiuzuld/angular-gridster2
Problem is that as soon as I import GridsterModule and save code, without any change in component & HTML I got a compilation error.
It looks to me that problem is somewhere on the Gridster side. What I'm doing wrong? Any help is welcome :)
Solution
I found the issue. The problem was the old version or rxjs as @Naren Murali mentioned. Thank you, Naren!
Rxjs package must be at least 7.5.5
"rxjs": "^7.5.5"
Answered By - Nemanja Andric
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.