Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot upgrade my project to angular 11 because of ngx-nav-drawer pacakge #62

Open
amitbd1508 opened this issue Aug 4, 2021 · 0 comments

Comments

@amitbd1508
Copy link

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:

  1. Add ngx-nav-drawer in angular 10 project
  2. Upgrade to angular 11 using angular cli ng update command (may need force update )
  3. Run the project using ng serve
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant