feat: add notification functionality

This commit is contained in:
2025-12-20 20:37:49 -03:00
parent dc3def94c4
commit d0362e2d7d
3 changed files with 22 additions and 5 deletions

View File

@@ -1 +1,4 @@
@if(this.showNotification()) {
<app-notification></app-notification>
}
<router-outlet></router-outlet>