diff options
Diffstat (limited to 'src/angular/notifications/notification/notification.component.html.ts')
-rw-r--r-- | src/angular/notifications/notification/notification.component.html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular/notifications/notification/notification.component.html.ts b/src/angular/notifications/notification/notification.component.html.ts index 450972e..eff98c8 100644 --- a/src/angular/notifications/notification/notification.component.html.ts +++ b/src/angular/notifications/notification/notification.component.html.ts @@ -1,4 +1,4 @@ -export default ` +export const template = ` <div class="sdc-notification" (click)="fadeOut()"> <div class="sdc-notification__wrapper {{'type-' + notificationSetting.type}}" [class.fade-out__animated]="fade" (animationend)="destroyMe()"> <div *ngIf="!notificationSetting.hasCustomContent" class="sdc-notification__content"> |