Luiz
Member since Jan 3, 2018
- Profile: /members/13684-luiz.htm
- URL: https://ng.luizcavalieri.tech
- Comments: 3
Recent Blog Comments By Luiz
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Jan 8, 2018 at 10:54 PM
Hi @Daniel, Thanks for the help! It seems that now Typescript is recognizing the variable isIntersecting!! I had just to change the forEach for the native for loop, as my typescript was throwing an error on the "_" of the "_.forEach". Now it is building perfectly!! Thanks a... read more »
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Jan 3, 2018 at 3:17 PM
Thanks a lot Ben!! Will keep my quest into it, and if I can find the solution and the reason why for it to be hapening will post it here!! Thanks again for your time and for the great blog!!... read more »
-
Lazy Loading Images With The IntersectionObserver API In Angular 5.0.0
Posted on Jan 3, 2018 at 7:10 AM
Hi Ben, Thanks for your blog post, is very good and help me a lot to understand how this new API works! I've tried to implement this solution on my project but I'm receiving the same error as Deep and Zafar. "error TS2339: Property 'isIntersecting' does not exist on type 'IntersectionObserve... read more »