1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

[CL-714] Remove standalone true from tools (#15039)

Remove standalone: true from every instance since it's the default as of Angular 19.
This commit is contained in:
Oscar Hinton
2025-06-03 09:55:58 +02:00
committed by GitHub
parent 3cad691f13
commit 95856bf3cf
55 changed files with 0 additions and 55 deletions

View File

@@ -36,7 +36,6 @@ import { SendFormContainer } from "../../send-form-container";
@Component({
selector: "tools-send-options",
templateUrl: "./send-options.component.html",
standalone: true,
imports: [
AsyncActionsModule,
ButtonModule,

View File

@@ -50,7 +50,6 @@ export interface DatePresetSelectOption {
@Component({
selector: "tools-send-details",
templateUrl: "./send-details.component.html",
standalone: true,
imports: [
SectionComponent,
SectionHeaderComponent,

View File

@@ -22,7 +22,6 @@ import { SendFormContainer } from "../../send-form-container";
@Component({
selector: "tools-send-file-details",
templateUrl: "./send-file-details.component.html",
standalone: true,
imports: [
ButtonModule,
CommonModule,

View File

@@ -15,7 +15,6 @@ import { SendFormContainer } from "../../send-form-container";
@Component({
selector: "tools-send-text-details",
templateUrl: "./send-text-details.component.html",
standalone: true,
imports: [
CheckboxModule,
CommonModule,

View File

@@ -41,7 +41,6 @@ import { SendDetailsComponent } from "./send-details/send-details.component";
@Component({
selector: "tools-send-form",
templateUrl: "./send-form.component.html",
standalone: true,
providers: [
{
provide: SendFormContainer,