Skip to content

Commit 36f4cca

Browse files
committed
docs: remove standalone flag from examples
Removes the `standalone` flag from all of the example components.
1 parent 7085280 commit 36f4cca

File tree

355 files changed

+2
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+2
-376
lines changed

src/components-examples/cdk-experimental/popover-edit/cdk-popover-edit-cdk-table-flex/cdk-popover-edit-cdk-table-flex-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const ELEMENT_DATA: PeriodicElement[] = [
4242
selector: 'cdk-popover-edit-cdk-table-flex-example',
4343
styleUrl: 'cdk-popover-edit-cdk-table-flex-example.css',
4444
templateUrl: 'cdk-popover-edit-cdk-table-flex-example.html',
45-
standalone: true,
4645
imports: [CdkTableModule, CdkPopoverEditModule, FormsModule],
4746
})
4847
export class CdkPopoverEditCdkTableFlexExample {

src/components-examples/cdk-experimental/popover-edit/cdk-popover-edit-cdk-table/cdk-popover-edit-cdk-table-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const ELEMENT_DATA: PeriodicElement[] = [
4242
selector: 'cdk-popover-edit-cdk-table-example',
4343
styleUrl: 'cdk-popover-edit-cdk-table-example.css',
4444
templateUrl: 'cdk-popover-edit-cdk-table-example.html',
45-
standalone: true,
4645
imports: [CdkTableModule, CdkPopoverEditModule, FormsModule],
4746
})
4847
export class CdkPopoverEditCdkTableExample {

src/components-examples/cdk-experimental/popover-edit/cdk-popover-edit-cell-span-vanilla-table/cdk-popover-edit-cell-span-vanilla-table-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const PERSON_DATA: Person[] = [
2828
selector: 'cdk-popover-edit-cell-span-vanilla-table-example',
2929
styleUrl: 'cdk-popover-edit-cell-span-vanilla-table-example.css',
3030
templateUrl: 'cdk-popover-edit-cell-span-vanilla-table-example.html',
31-
standalone: true,
3231
imports: [CdkPopoverEditModule, FormsModule],
3332
})
3433
export class CdkPopoverEditCellSpanVanillaTableExample {

src/components-examples/cdk-experimental/popover-edit/cdk-popover-edit-tab-out-vanilla-table/cdk-popover-edit-tab-out-vanilla-table-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const ELEMENT_DATA: PeriodicElement[] = [
3939
selector: 'cdk-popover-edit-tab-out-vanilla-table-example',
4040
styleUrl: 'cdk-popover-edit-tab-out-vanilla-table-example.css',
4141
templateUrl: 'cdk-popover-edit-tab-out-vanilla-table-example.html',
42-
standalone: true,
4342
imports: [CdkPopoverEditModule, FormsModule],
4443
})
4544
export class CdkPopoverEditTabOutVanillaTableExample {

src/components-examples/cdk-experimental/popover-edit/cdk-popover-edit-vanilla-table/cdk-popover-edit-vanilla-table-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const ELEMENT_DATA: PeriodicElement[] = [
3939
selector: 'cdk-popover-edit-vanilla-table-example',
4040
styleUrl: 'cdk-popover-edit-vanilla-table-example.css',
4141
templateUrl: 'cdk-popover-edit-vanilla-table-example.html',
42-
standalone: true,
4342
imports: [CdkPopoverEditModule, FormsModule],
4443
})
4544
export class CdkPopoverEditVanillaTableExample {

src/components-examples/cdk-experimental/selection/cdk-selection-column/cdk-selection-column-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {CdkTableModule} from '@angular/cdk/table';
99
selector: 'cdk-selection-column-example',
1010
templateUrl: 'cdk-selection-column-example.html',
1111
styleUrl: 'cdk-selection-column-example.css',
12-
standalone: true,
1312
imports: [CdkTableModule, CdkSelectionModule],
1413
})
1514
export class CdkSelectionColumnExample {

src/components-examples/cdk-experimental/selection/cdk-selection-list/cdk-selection-list-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {MatCheckboxModule} from '@angular/material/checkbox';
99
@Component({
1010
selector: 'cdk-selection-list-example',
1111
templateUrl: 'cdk-selection-list-example.html',
12-
standalone: true,
1312
imports: [CdkSelectionModule, MatCheckboxModule, AsyncPipe],
1413
})
1514
export class CdkSelectionListExample {

src/components-examples/cdk/a11y/focus-monitor-directives/focus-monitor-directives-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {A11yModule, FocusOrigin} from '@angular/cdk/a11y';
66
selector: 'focus-monitor-directives-example',
77
templateUrl: 'focus-monitor-directives-example.html',
88
styleUrl: 'focus-monitor-directives-example.css',
9-
standalone: true,
109
imports: [A11yModule],
1110
})
1211
export class FocusMonitorDirectivesExample {

src/components-examples/cdk/a11y/focus-monitor-focus-via/focus-monitor-focus-via-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {MatFormFieldModule} from '@angular/material/form-field';
1717
selector: 'focus-monitor-focus-via-example',
1818
templateUrl: 'focus-monitor-focus-via-example.html',
1919
styleUrl: 'focus-monitor-focus-via-example.css',
20-
standalone: true,
2120
imports: [MatFormFieldModule, MatSelectModule],
2221
})
2322
export class FocusMonitorFocusViaExample implements OnDestroy, AfterViewInit {

src/components-examples/cdk/a11y/focus-monitor-overview/focus-monitor-overview-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {FocusMonitor, FocusOrigin} from '@angular/cdk/a11y';
1515
selector: 'focus-monitor-overview-example',
1616
templateUrl: 'focus-monitor-overview-example.html',
1717
styleUrl: 'focus-monitor-overview-example.css',
18-
standalone: true,
1918
})
2019
export class FocusMonitorOverviewExample implements OnDestroy, AfterViewInit {
2120
private _focusMonitor = inject(FocusMonitor);

0 commit comments

Comments
 (0)