1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

update jsdoc comment

This commit is contained in:
William Martin
2025-11-25 08:52:41 -05:00
parent 5ebce11f01
commit 704919005b

View File

@@ -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>();