0.6.0 • Published 5 years ago

@cisl/ngx-storyline-viewer v0.6.0

Weekly downloads
7
License
-
Repository
-
Last release
5 years ago

ngx-storyline-viewer

Installation

npm install @cisl/ngx-storyline-viewer

Usage

The app surfaces itself through the following tag:

<ngx-storyline-viewer serviceUrl="http://localhost:3000">Loading...</ng-storyline-viewer>

The element supports the following options:

  • serviceUrl: string (required)
  • count: number (default: 10)
  • currentView: string (default: 'all')
  • views: {[key: string]: View} (default: {})

On the element, it surfaces the following DOM events:

  • storyline-views
  • storyline-driver
0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago