0.1.2 • Published 5 years ago

ngx-waterfall v0.1.2

Weekly downloads
42
License
MIT
Repository
github
Last release
5 years ago

NgxWaterfall

This is an easy use waterfall implementation for Angular 4+. For now, supporting latest Angular version.

Getting Start

API DOC

  • ngx-waterfall

    Input

    • gap: number The gap width(px) between two columns.
    • shouldListenToResize: boolean Default to false. If true, the component will listen to window resize event to rerender the waterfall.

    Output

    • afterRendered: EventEmitter Emitted after render time.
  • ngx-waterfall-item

    Used to point the items in the waterfall container.

DEMO

Contribute

Welcome to add issues and add new blood into the code base

local development

Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run npm test to execute the unit tests via Karma.

Build

Run npm run build:lib to build the library. The build artifacts will be stored in the dist/ directory.

It is necessary the demo app should use library after built in the dist directory.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago