docs(deeplinks): display interfaces

This commit is contained in:
Ibby 2016-12-06 09:04:57 -05:00
parent 0787f69884
commit 2a98be594a

View File

@ -58,6 +58,9 @@ export interface DeeplinkMatch {
* *
* See the [Ionic 2 Deeplinks Demo](https://github.com/driftyco/ionic2-deeplinks-demo/blob/master/app/app.ts) for an example of how to * See the [Ionic 2 Deeplinks Demo](https://github.com/driftyco/ionic2-deeplinks-demo/blob/master/app/app.ts) for an example of how to
* retrieve the `NavController` reference at runtime. * retrieve the `NavController` reference at runtime.
*
* @interfaces
* DeeplinkMatch
*/ */
@Plugin({ @Plugin({
pluginName: 'Deeplinks', pluginName: 'Deeplinks',