mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
Remove standalone true from ac (#15036)
Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
@@ -26,7 +26,6 @@ import { SharedModule } from "@bitwarden/web-vault/app/shared/shared.module";
|
||||
@Component({
|
||||
selector: "app-org-device-approvals",
|
||||
templateUrl: "./device-approvals.component.html",
|
||||
standalone: true,
|
||||
providers: [
|
||||
safeProvider({
|
||||
provide: OrganizationAuthRequestApiService,
|
||||
|
||||
@@ -43,7 +43,6 @@ const DisallowedPlanTypes = [
|
||||
|
||||
@Component({
|
||||
templateUrl: "clients.component.html",
|
||||
standalone: true,
|
||||
imports: [
|
||||
SharedOrganizationModule,
|
||||
HeaderModule,
|
||||
|
||||
@@ -18,7 +18,6 @@ import { WebLayoutModule } from "@bitwarden/web-vault/app/layouts/web-layout.mod
|
||||
@Component({
|
||||
selector: "providers-layout",
|
||||
templateUrl: "providers-layout.component.html",
|
||||
standalone: true,
|
||||
imports: [CommonModule, RouterModule, JslibModule, WebLayoutModule, IconModule],
|
||||
})
|
||||
export class ProvidersLayoutComponent implements OnInit, OnDestroy {
|
||||
|
||||
Reference in New Issue
Block a user