mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
Migrate remaining components to standalone in libs/components (#15053)
Migrates the remaining non standalone components from libs/components. Also resolved some linting ignores and applying strict typescript.
This commit is contained in:
@@ -19,7 +19,6 @@ import { FocusableElement } from "../shared/focusable-element";
|
||||
*/
|
||||
@Directive({
|
||||
selector: "[appAutofocus], [bitAutofocus]",
|
||||
standalone: false,
|
||||
})
|
||||
export class AutofocusDirective implements AfterContentChecked {
|
||||
@Input() set appAutofocus(condition: boolean | string) {
|
||||
|
||||
Reference in New Issue
Block a user