0.5.0 • Published 8 months ago

@anderstornkvist/ngx-timeline v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@anderstornkvist/ngx-timeline

License: MIT

Timeline component for Angular 15.

Installation

  1. Use npm to install the package

    $ npm install --save @anderstornkvist/ngx-timeline 
  2. Import NgxTimelineModule

    import {NgxTimelineModule} from '@anderstornkvist/ngx-timeline';
    
    @NgModule({
      // ...
      imports: [
        // ...
        NgxTimelineModule,
      ]
    })

Credits

This package is heavily based on angular-mgl-timeline. Big thanks to the original author Markus Glutting.

0.5.0

8 months ago

0.4.0

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago