ng-in-viewport
  • Introduction
  • GETTING STARTED
    • Installation
    • Import the modules
    • Use the directive
  • Links
    • GitHub
    • Usage Examples
    • IntersectionObserver MDN Docs
Powered by GitBook
On this page

Introduction

ng-in-viewport gives you a directive that uses Intersection Observer API. To provides a simple way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.

NextInstallation

Last updated 6 years ago