horizontal-timeline icon indicating copy to clipboard operation
horizontal-timeline copied to clipboard

Horizontal Timeline Component on Angular2

Results 7 horizontal-timeline issues
Sort by recently updated
recently updated
newest added

I have a problem loading data. I fire the loadTimeline method after I have received data from the server. If I build the TimelineElement array manually everything works fine. If...

@shalugin Nice work with the horizontal timeline I have made a working example of the code [on StackBlitz](https://stackblitz.com/edit/angular-horizontal-timeline-test) for everyone to refer. The only thing that is missing is the...

Currently the most recent date in toward left, can we make it configurable to right.

https://stackblitz.com/edit/angular-ebbbcr the timeline data overlap when clic in load method.

Hello, Would you create npm package of this plugin? Would be easier to install

As the title says: when i fill the timeline with elements at an asynchronous time, the timeline will not render. any ideas?

I have call request and after respone data, I make data for timeline list but it's not reload my updated timeline. Please help me.