Skip to content
Snippets Groups Projects
Unverified Commit 16c405e2 authored by Emma Twersky's avatar Emma Twersky Committed by GitHub
Browse files

docs: add angular.dev banner

parent 89cfadd1
No related merge requests found
......@@ -11,11 +11,11 @@
<header>
<mat-toolbar #appToolbar color="primary" class="app-toolbar no-print" [class.transitioning]="isTransitioning">
<mat-toolbar-row class="notification-container">
<aio-notification notificationId="angular-event" expirationDate="2023-11-08" [dismissOnContentClick]="false" (dismissed)="notificationDismissed()">
<a href="https://goo.gle/angular-event">
<aio-notification notificationId="angular-dot-dev" expirationDate="2040-01-01" [dismissOnContentClick]="false" (dismissed)="notificationDismissed()">
<a href="https://angular.dev">
<mat-icon class="icon" svgIcon="insert_comment" aria-label="Announcement"></mat-icon>
<span class="message">We have a lot to share, tune in on November 6th!</span>
<span class="action-button">Join us live</span>
<span class="message">Say hello to Angular's future home!</span>
<span class="action-button">Check out Angular.dev</span>
</a>
</aio-notification>
</mat-toolbar-row>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment