docs(config): make ionicProviders private

This commit is contained in:
Drew Rygh
2015-12-16 10:53:09 -06:00
parent 48847447e8
commit adf62fdc41
2 changed files with 4 additions and 1 deletions

View File

@@ -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);

View File

@@ -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