1
0
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:
Oscar Hinton
2026-02-26 18:48:41 +01:00
committed by GitHub
parent d8fdfdf559
commit c5fa1a5b04
15 changed files with 10 additions and 42 deletions

View File

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