mirror of
https://github.com/bitwarden/browser
synced 2026-02-04 10:43:47 +00:00
update jsdoc comment
This commit is contained in:
@@ -8,7 +8,7 @@ import { ChangeDetectionStrategy, Component, input } from "@angular/core";
|
||||
})
|
||||
export class HeaderComponent {
|
||||
/**
|
||||
* Custom title that overrides the route data `titleId`
|
||||
* The title of the page
|
||||
*/
|
||||
readonly title = input.required<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user