From adf62fdc414f9a16282e425d3f6d33ca6e0a81a3 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Wed, 16 Dec 2015 10:53:09 -0600 Subject: [PATCH] docs(config): make ionicProviders private --- ionic/config/bootstrap.ts | 4 +++- ionic/config/directives.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ionic/config/bootstrap.ts b/ionic/config/bootstrap.ts index 94bd377a13..56de48ebce 100644 --- a/ionic/config/bootstrap.ts +++ b/ionic/config/bootstrap.ts @@ -20,7 +20,9 @@ import {TapClick} from '../components/tap-click/tap-click'; import {ClickBlock} from '../util/click-block'; import {ready, closest} from '../util/dom'; - +/** + * @private + */ export function ionicProviders(args={}) { let platform = new Platform(); let navRegistry = new NavRegistry(args.pages); diff --git a/ionic/config/directives.ts b/ionic/config/directives.ts index 2eec59b01b..8000a312ae 100644 --- a/ionic/config/directives.ts +++ b/ionic/config/directives.ts @@ -34,6 +34,7 @@ import {ShowWhen, HideWhen} from '../components/show-hide-when/show-hide-when'; /** * The core Ionic directives as well as Angular's CORE_DIRECTIVES and * FORM_DIRECTIVES. Automatically available in every [@Page](../Page/) template. + * @private */ export const IONIC_DIRECTIVES = [ // Angular