Ramzi Saadeh
Member since Aug 24, 2022
- Profile: /members/14579-ramzi-saadeh.htm
- Comments: 2
Recent Blog Comments By Ramzi Saadeh
-
IntersectionObserver API Performance: Many vs. Shared In Angular 11.0.5
Posted on Aug 24, 2022 at 9:40 PM
Thank you so much Ben for your prompt reply. In fact, when I try to apply your code I got an error: "NullInjectorError: No provider for IntersectionObserverBListDirective!". When I try to solve that error by injecting the directive into the providers like that (perhaps there is ano... read more »
-
IntersectionObserver API Performance: Many vs. Shared In Angular 11.0.5
Posted on Aug 24, 2022 at 12:25 PM
Thank you so much for that fantastic clarification and interpretation. Just one question for the shared intersection, if you put a console in the constructor of the shared one (bnIntersectionObserverBList) just after the mapping initializing, how many times this console will be executed? Jus... read more »