Copy horizontal-timeline to your components folder.
Move cd-arrow.svg to your assets folder.
Modify horizontal-timeline.component.css: change url to your assets folder in line background: url(assets/images/cd-arrow.svg) no-repeat 0 0; (see angular/angular#6637).
Use component on your page: <horizontal-timeline [timelineElements]="timeline" [showContent]="true"></horizontal-timeline>.
Properties
Name
Type
Description
Default value
eventsMinDistance
number
Minimal distance between elements in px
80
timelineElements
TimelineElement
Timeline elements
none
dateFormat
string
Date format string
'dd.MM.yyyy'
disabled
boolean
If true, only left and right buttons are clickable