Cannot upgrade my project to angular 11 because of ngx-nav-drawer pacakge
Opened this issue · 0 comments
Describe the bug
ERROR Error: ASSERTION ERROR: Expecting flags [Expected=> number === boolean <=Actual]
at throwError (core.js:314)
at assertNumber (core.js:245)
at ɵɵviewQuery (core.js:26560)
at NgxNavDrawerComponent_Query (ngx-lite-nav-drawer.js:75)
at executeViewQueryFn (core.js:10882)
at renderView (core.js:9412)
at renderComponent (core.js:10698)
at renderChildComponents (core.js:9283)
at renderView (core.js:9443)
at renderComponent (core.js:10698)
To Reproduce
Steps to reproduce the behavior:
- Add ngx-nav-drawer in angular 10 project
- Upgrade to angular 11 using angular cli ng update command (may need force update )
- Run the project using ng serve
- Open inspect element window and select console
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Package Version [e.g. 1.2.3]
- Angular Version [e.g. 7.x]
Additional context
Add any other context about the problem here.