You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the html document's title property (using Angular's Title service) to the title of the page (Page.Title prop, Header.Title prop or from a custom PageTitleDirective
Should also support async titles (e.g. when using *ngIf or | async pipe
Focus the H1 element on page enter
H1 element should have tabindex="-1" to allow setting focus()
The text was updated successfully, but these errors were encountered:
Page
component should:title
property (using Angular'sTitle
service) to the title of the page (Page.Title
prop,Header.Title
prop or from a customPageTitleDirective
*ngIf
or| async
pipeH1
element on page enterH1
element should havetabindex="-1"
to allow settingfocus()
The text was updated successfully, but these errors were encountered: