Skip to content

Commit 8bad02d

Browse files
committed
docs(animations): update angular to standalone
1 parent 68a54bf commit 8bad02d

File tree

12 files changed

+12
-0
lines changed

12 files changed

+12
-0
lines changed

static/usage/v7/animations/basic/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { AnimationController } from '@ionic/angular';
77
@Component({
88
selector: 'app-example',
99
templateUrl: 'example.component.html',
10+
styleUrls: ['example.component.css'],
1011
imports: [IonButton, IonCard, IonCardContent],
1112
})
1213
export class ExampleComponent {

static/usage/v7/animations/before-and-after-hooks/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { AnimationController } from '@ionic/angular';
88
@Component({
99
selector: 'app-example',
1010
templateUrl: 'example.component.html',
11+
styleUrls: ['example.component.css'],
1112
imports: [IonButton, IonCard, IonCardContent],
1213
})
1314
export class ExampleComponent {

static/usage/v7/animations/chain/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { AnimationController } from '@ionic/angular';
88
@Component({
99
selector: 'app-example',
1010
templateUrl: 'example.component.html',
11+
styleUrls: ['example.component.css'],
1112
imports: [IonButton, IonCard, IonCardContent],
1213
})
1314
export class ExampleComponent {

static/usage/v7/animations/group/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { AnimationController } from '@ionic/angular';
88
@Component({
99
selector: 'app-example',
1010
templateUrl: 'example.component.html',
11+
styleUrls: ['example.component.css'],
1112
imports: [IonButton, IonCard, IonCardContent],
1213
})
1314
export class ExampleComponent {

static/usage/v7/animations/keyframes/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { AnimationController } from '@ionic/angular';
77
@Component({
88
selector: 'app-example',
99
templateUrl: 'example.component.html',
10+
styleUrls: ['example.component.css'],
1011
imports: [IonButton, IonCard, IonCardContent],
1112
})
1213
export class ExampleComponent {

static/usage/v7/animations/modal-override/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { AnimationController } from '@ionic/angular';
1414
@Component({
1515
selector: 'app-example',
1616
templateUrl: 'example.component.html',
17+
styleUrls: ['example.component.css'],
1718
imports: [IonButton, IonButtons, IonContent, IonHeader, IonModal, IonTitle, IonToolbar],
1819
})
1920
export class ExampleComponent {

static/usage/v8/animations/basic/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { AnimationController } from '@ionic/angular';
77
@Component({
88
selector: 'app-example',
99
templateUrl: 'example.component.html',
10+
styleUrls: ['example.component.css'],
1011
imports: [IonButton, IonCard, IonCardContent],
1112
})
1213
export class ExampleComponent {

static/usage/v8/animations/before-and-after-hooks/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { AnimationController } from '@ionic/angular';
88
@Component({
99
selector: 'app-example',
1010
templateUrl: 'example.component.html',
11+
styleUrls: ['example.component.css'],
1112
imports: [IonButton, IonCard, IonCardContent],
1213
})
1314
export class ExampleComponent {

static/usage/v8/animations/chain/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { AnimationController } from '@ionic/angular';
88
@Component({
99
selector: 'app-example',
1010
templateUrl: 'example.component.html',
11+
styleUrls: ['example.component.css'],
1112
imports: [IonButton, IonCard, IonCardContent],
1213
})
1314
export class ExampleComponent {

static/usage/v8/animations/group/angular/example_component_ts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { AnimationController } from '@ionic/angular';
88
@Component({
99
selector: 'app-example',
1010
templateUrl: 'example.component.html',
11+
styleUrls: ['example.component.css'],
1112
imports: [IonButton, IonCard, IonCardContent],
1213
})
1314
export class ExampleComponent {

0 commit comments

Comments
 (0)