diff --git a/src/plugins/deeplinks.ts b/src/plugins/deeplinks.ts index b83a1659b..b6a71bc4b 100644 --- a/src/plugins/deeplinks.ts +++ b/src/plugins/deeplinks.ts @@ -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 * retrieve the `NavController` reference at runtime. + * + * @interfaces + * DeeplinkMatch */ @Plugin({ pluginName: 'Deeplinks',