mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +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:
@@ -13,7 +13,6 @@ import { SharedModule } from "../../shared";
|
||||
|
||||
@Component({
|
||||
templateUrl: "create-organization.component.html",
|
||||
standalone: true,
|
||||
imports: [SharedModule, OrganizationPlansComponent, HeaderModule],
|
||||
})
|
||||
export class CreateOrganizationComponent {
|
||||
|
||||
Reference in New Issue
Block a user