From b3438c19c86f6405a63cf26614693b9028b7b3aa Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 23 Mar 2016 19:48:23 -0700 Subject: [PATCH] docs(toast): Add import statement for Toast Makes it clear how to import the Toast component into projects. --- src/plugins/toast.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/toast.ts b/src/plugins/toast.ts index 314210963..0e0a1e2cc 100644 --- a/src/plugins/toast.ts +++ b/src/plugins/toast.ts @@ -16,6 +16,8 @@ export interface ToastOptions { * * @usage * ```ts + * import {Toast} from 'ionic-native'; + * * Toast.show("I'm a toast", 5000, "center").subscribe( * toast => { * console.log(toast);