diff --git a/src/components/toast/toast-controller.ts b/src/components/toast/toast-controller.ts index ef4ae3dbe3..f482cbcae1 100644 --- a/src/components/toast/toast-controller.ts +++ b/src/components/toast/toast-controller.ts @@ -37,6 +37,8 @@ import { ToastOptions } from './toast-options'; * * @usage * ```ts + * import { ToastController } from 'ionic-angular'; + * * constructor(private toastCtrl: ToastController) { * * }