https://github.com/netanelbasal/ngx-in-view
https://github.com/netanelbasal/ngx-in-view
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/netanelbasal/ngx-in-view
- Owner: NetanelBasal
- Created: 2017-12-24T17:20:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T18:24:16.000Z (over 8 years ago)
- Last Synced: 2025-02-25T06:43:15.864Z (over 1 year ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)