From cea88cdb9741951890f18ae89041f64b37378623 Mon Sep 17 00:00:00 2001 From: Adithya Sreyaj Date: Mon, 14 Mar 2022 12:34:37 +0530 Subject: [PATCH 1/4] feat(notification): add alert type attribute --- projects/components/src/notification/notification.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/components/src/notification/notification.component.ts b/projects/components/src/notification/notification.component.ts index 70c267a64..cf231c3f1 100644 --- a/projects/components/src/notification/notification.component.ts +++ b/projects/components/src/notification/notification.component.ts @@ -10,7 +10,7 @@ import { IconSize } from '../icon/icon-size'; styleUrls: ['./notification.component.scss'], changeDetection: ChangeDetectionStrategy.OnPush, template: ` -
+