+ @for (notification of notifications.notifications(); track notification) {
+
+
+ {{ notification.message }}
+
+
+ }
+
diff --git a/client/src/app/components/toast-container/toast-container.less b/client/src/app/components/toast-container/toast-container.less
new file mode 100644
index 0000000..e69de29
diff --git a/client/src/app/components/toast-container/toast-container.spec.ts b/client/src/app/components/toast-container/toast-container.spec.ts
new file mode 100644
index 0000000..bef3c40
--- /dev/null
+++ b/client/src/app/components/toast-container/toast-container.spec.ts
@@ -0,0 +1,22 @@
+import { ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { ToastContainer } from './toast-container';
+
+describe('ToastContainer', () => {
+ let component: ToastContainer;
+ let fixture: ComponentFixture