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 4c13535 commit d23b9f7Copy full SHA for d23b9f7
src/components/toast/toast-controller.ts
@@ -37,6 +37,8 @@ import { ToastOptions } from './toast-options';
37
*
38
* @usage
39
* ```ts
40
+ * import { ToastController } from 'ionic-angular';
41
+ *
42
* constructor(private toastCtrl: ToastController) {
43
44
* }
0 commit comments