docs: set expiry date to the developer survey (#57981)

Close the developer survey on September 27, 2024

PR Close #57981
This commit is contained in:
mgechev 2024-09-26 11:20:22 -07:00 committed by Alex Rickabaugh
parent bb747f144a
commit 7d1998fa73

View file

@ -1,6 +1,6 @@
@defer (when isBrowser) {
<adev-progress-bar />
<docs-top-level-banner id="ng-survey-2024" link="https://goo.gle/angular-survey-2024" text="Take the 2024 Angular Developer Survey today!" />
<docs-top-level-banner expiry="2024-09-27" id="ng-survey-2024" link="https://goo.gle/angular-survey-2024" text="Take the 2024 Angular Developer Survey today!" />
}
<button (click)="focusFirstHeading()" class="adev-skip">Skip to main content</button>