aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/notifications/container/notifcontainer.component.html.ts
blob: 4073f473bc236c8a75831c194bcd2526e67703c1 (plain)
1
2
3
4
5
6
export const template = `
<div id="containerid" class="sdc-notification-container ntns">
        <sdc-notification  *ngFor="let notif of notifications" [notificationSetting]="notif" (destroyComponent)="onDestroyed(notif)" >
        </sdc-notification>
</div>
`;