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