projects/common/timeline/template-slots.ts
import { CngxTimelineItemContext } from '@cngx/common/timeline'
Context for *cngxTimelineItem - the item itself plus where it sits.
*cngxTimelineItem
first and last are positions within the group, not within the whole timeline, because that is what a consumer needs to decide whether to draw a trailing rail.
first
last
T
boolean
First item of its group.
TimelineGroup
The group this item was bucketed into.
number
Index within the group.
Last item of its group.