@anderstornkvist/ngx-timeline
v0.5.0
Published
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Downloads
6
Readme
@anderstornkvist/ngx-timeline
Timeline component for Angular 15.
Installation
Use npm to install the package
$ npm install --save @anderstornkvist/ngx-timeline
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.