We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6070c9d commit 868a548Copy full SHA for 868a548
aio/src/app/app.component.html
@@ -11,7 +11,7 @@
11
<header>
12
<mat-toolbar #appToolbar color="primary" class="app-toolbar no-print" [class.transitioning]="isTransitioning">
13
<mat-toolbar-row class="notification-container">
14
- <aio-notification notificationId="angular-event" expirationDate="2023-11-08" [dismissOnContentClick]="true" (dismissed)="notificationDismissed()">
+ <aio-notification notificationId="angular-event" expirationDate="2023-11-08" [dismissOnContentClick]="false" (dismissed)="notificationDismissed()">
15
<a href="https://goo.gle/angular-event">
16
<mat-icon class="icon" svgIcon="insert_comment" aria-label="Announcement"></mat-icon>
17
<span class="message">We have a lot to share, tune in on November 6th!</span>
0 commit comments