Skip to content

Commit 3977f5a

Browse files
committed
docs(list-header): update angular to standalone
1 parent 253bd6b commit 3977f5a

File tree

12 files changed

+32
-232
lines changed

12 files changed

+32
-232
lines changed

static/usage/v7/list-header/basic/angular.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

static/usage/v7/list-header/buttons/angular.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

static/usage/v7/list-header/lines/angular.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

static/usage/v7/list-header/theming/colors/angular.md

Lines changed: 0 additions & 32 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
```ts
2+
import { Component } from '@angular/core';
3+
import { IonLabel, IonListHeader } from '@ionic/angular/standalone';
4+
5+
@Component({
6+
selector: 'app-example',
7+
templateUrl: 'example.component.html',
8+
styleUrls: ['example.component.css'],
9+
imports: [IonLabel, IonListHeader],
10+
})
11+
export class ExampleComponent {}
12+
```

static/usage/v7/list-header/theming/css-properties/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import react_main_tsx from './react/main_tsx.md';
77

88
import vue from './vue.md';
99

10-
import angular_example_component_css from './angular/example_component_css.md';
1110
import angular_example_component_html from './angular/example_component_html.md';
11+
import angular_example_component_css from './angular/example_component_css.md';
12+
import angular_example_component_ts from './angular/example_component_ts.md';
1213

1314
<Playground
1415
version="7"
@@ -23,8 +24,9 @@ import angular_example_component_html from './angular/example_component_html.md'
2324
vue,
2425
angular: {
2526
files: {
26-
'src/app/example.component.css': angular_example_component_css,
2727
'src/app/example.component.html': angular_example_component_html,
28+
'src/app/example.component.css': angular_example_component_css,
29+
'src/app/example.component.ts': angular_example_component_ts,
2830
},
2931
},
3032
}}

static/usage/v8/list-header/basic/angular.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

static/usage/v8/list-header/buttons/angular.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

static/usage/v8/list-header/lines/angular.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

static/usage/v8/list-header/theming/colors/angular.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)