Import the modules
Import the InViewportModule
for each component you want to use:
If you want to support legacy browsers like for example IE11 you need to install and load IntersectionObserver
polyfill to your src/polyfills.ts
file:
Last updated