From 2a98be594ab31619652c795aadd52c1b6b7e7fe9 Mon Sep 17 00:00:00 2001 From: Ibby Date: Tue, 6 Dec 2016 09:04:57 -0500 Subject: [PATCH] docs(deeplinks): display interfaces --- src/plugins/deeplinks.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/deeplinks.ts b/src/plugins/deeplinks.ts index b83a1659..b6a71bc4 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',