ngx-lite icon indicating copy to clipboard operation
ngx-lite copied to clipboard

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

Open amitbd1508 opened this issue 3 years ago • 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:

  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.

amitbd1508 avatar Aug 04 '21 05:08 amitbd1508