We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc07b22 commit 1fb1df9Copy full SHA for 1fb1df9
static/usage/v7/toast/presenting/controller/angular/example_component_ts.md
@@ -1,7 +1,6 @@
1
```ts
2
import { Component } from '@angular/core';
3
-import { IonButton } from '@ionic/angular/standalone';
4
-import { ToastController } from '@ionic/angular';
+import { IonButton, ToastController } from '@ionic/angular/standalone';
5
6
@Component({
7
selector: 'app-example',
static/usage/v8/toast/presenting/controller/angular/example_component_ts.md
0 commit comments