Please help me.. !!!

Issue #1 new
Former user created an issue

I'm using this component, my problem is to set color and icon from custom template.

<ngx-timeline-acracode [events]="ticket?.itens"> <ng-template let-item let-index="rowIndex" timelineHeader> <p>{{ item.tipo }}</p> </ng-template> <ng-template let-item let-index="rowIndex" timelineBody> {{ item.descricao }} </ng-template> <ng-template let-item let-index="rowIndex" timelineFooter> {{ item.created_at }} </ng-template> <ng-template let-item let-index="rowIndex" timelineDate> {{ item.created_at }} </ng-template> </ngx-timeline-acracode>

Comments (0)

  1. Log in to comment