You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet it is not working. Showing these error messages in browser console.
core.js:4442 ERROR TypeError: Cannot read property '11' of null
at Module.ɵɵlistener (core.js:15053)
at Object.NgxScrollEventDirective_HostBindings [as hostBindings] (ngx-scroll-event.js:38)
at invokeHostBindingsInCreationMode (core.js:8209)
at invokeDirectivesHostBindings (core.js:8189)
at createDirectivesInstances (core.js:7540)
at Module.ɵɵelementStart (core.js:14865)
at UserResponseModuleItemComponent_div_0_Template (user-response-module-item.component.html:1)
at executeTemplate (core.js:7511)
at renderView (core.js:7318)
at TemplateRef.createEmbeddedView (core.js:10116)
core.js:4442 ERROR Error: ASSERTION ERROR: Reached the max number of directives [Expected=> 1 != 1 <=Actual]
at throwError (core.js:738)
at assertNotEqual (core.js:694)
at initTNodeFlags (core.js:8313)
at resolveDirectives (core.js:8048)
at elementStartFirstCreatePass (core.js:14803)
at Module.ɵɵelementStart (core.js:14841)
at UserResponseModuleItemComponent_div_0_Template (user-response-module-item.component.html:1)
at executeTemplate (core.js:7511)
at renderView (core.js:7318)
at TemplateRef.createEmbeddedView (core.js:10116)
The text was updated successfully, but these errors were encountered:
These import statements provided in readme file is not working for v2.0.2. My angular version is 10.2.x
I had to change import statement like this:
Then I have used it this way:
Yet it is not working. Showing these error messages in browser console.
The text was updated successfully, but these errors were encountered: