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