You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple progressive/responsive/lazy loading image library for [Angular (2/4+)][angular] that detects browser size and loads the appropriate image only when the element is in view. This package requires [angular-inviewport][angular-inviewport]
Simple, lightweight infinite scrolling directive for [Angular (2/4+)][angular] with no other dependencies which emits and event when element has scrolled to the end.
8
6
9
7
This is a simple library for [Angular][angular], implemented in the [Angular Package Format v4.0](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit#heading=h.k0mh3o8u5hx).
10
8
11
9
12
10
## Install
13
11
14
-
`npm i @thisissoon/{angular-infinite-scroll,angular-inviewport} --save`
12
+
`npm i @thisissoon/angular-infinite-scroll --save`
15
13
16
14
`app.module.ts`
17
15
```ts
@@ -33,54 +31,30 @@ a working example can be found inside [/src/demo](https://github.com/thisissoon/
0 commit comments