Import the modules
Import the InViewportModule
for each component you want to use:
/src/app/app.module.ts
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:
/src/polyfills.ts
Last updated