mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 17:43:22 +00:00
[CL-135] Migrate component library to standalone components (#12389)
* Migrate component library to standalone components * Fix tests
This commit is contained in:
@@ -7,6 +7,7 @@ import { Option } from "./option";
|
||||
@Component({
|
||||
selector: "bit-option",
|
||||
template: `<ng-template><ng-content></ng-content></ng-template>`,
|
||||
standalone: true,
|
||||
})
|
||||
export class OptionComponent<T = unknown> implements Option<T> {
|
||||
@Input()
|
||||
|
||||
Reference in New Issue
Block a user