Skip to content

Commit 1fb1df9

Browse files
committed
docs(toast): update angular to standalone
1 parent cc07b22 commit 1fb1df9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

static/usage/v7/toast/presenting/controller/angular/example_component_ts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
```ts
22
import { Component } from '@angular/core';
3-
import { IonButton } from '@ionic/angular/standalone';
4-
import { ToastController } from '@ionic/angular';
3+
import { IonButton, ToastController } from '@ionic/angular/standalone';
54

65
@Component({
76
selector: 'app-example',

static/usage/v8/toast/presenting/controller/angular/example_component_ts.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
```ts
22
import { Component } from '@angular/core';
3-
import { IonButton } from '@ionic/angular/standalone';
4-
import { ToastController } from '@ionic/angular';
3+
import { IonButton, ToastController } from '@ionic/angular/standalone';
54

65
@Component({
76
selector: 'app-example',

0 commit comments

Comments
 (0)