src/app/issue-detail/timeline/coalesced/timeline-item.component.ts
This directive is used in conjunction with an ng-template
.
The content of the ng-template
specifies the content of a timeline item, if the attribute showDeleted
of the
TimelineItemComponent is set to true
.
Selector | [appTimelineItemDeleted] |
Properties |
|
constructor(template: TemplateRef<>)
|
||||||
Parameters :
|
Public template |
Type : TemplateRef<>
|