coryrylan / ngx-lite

:package: A collection of lightweight Angular libraries in a single mono repo
https://ngxlite.com
MIT License
138 stars 21 forks source link

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

Open amitbd1508 opened 3 years ago

amitbd1508 commented 3 years ago

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):

Additional context Add any other context about the problem here.