mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 02:51:24 +00:00
Eliminate standalone in libs/components (#19142)
* Eliminate last standalone in libs/components * Fix annon layout
This commit is contained in:
@@ -7,7 +7,6 @@ import { Component, input } from "@angular/core";
|
||||
selector: "bit-step",
|
||||
templateUrl: "step.component.html",
|
||||
providers: [{ provide: CdkStep, useExisting: StepComponent }],
|
||||
standalone: true,
|
||||
})
|
||||
export class StepComponent extends CdkStep {
|
||||
readonly subLabel = input();
|
||||
|
||||
Reference in New Issue
Block a user