Angular lazy loading directive with IntersectionObserver

Intersection Observer: what is it? The Intersection Observer API is a relatively new functionality in web browsers that can allow us to listen to events when an element’s visibility on the page changes. Thanks to Angular’s directives, we can create a reusable way to use this API in a declarative and easy way. If you want to …

Angular lazy loading directive with IntersectionObserver Read More »