An open API service indexing awesome lists of open source software.

https://github.com/netanelbasal/ngx-in-view


https://github.com/netanelbasal/ngx-in-view

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## Is Element In Viewport

### Installation

To install this library, run:

```bash
$ npm install ngx-in-view --save
```
```typescript
import { InViewModule } from 'ngx-in-view';

@NgModule({
imports: [
InViewModule.forRoot()
]
})
export class AppModule { }
```

### Usage

## License

MIT © [Netanel Basal](mailto:netanel7799@gmail.com)