docs(bootstrap): make postBootstrap private

This commit is contained in:
Brandy Carney
2016-04-15 16:51:34 -04:00
parent 4897f02c11
commit a1fe10690c

View File

@ -63,7 +63,9 @@ export function ionicProviders(args: any = {}) {
];
}
/**
* @private
*/
export function postBootstrap(appRef: ComponentRef, prodMode: boolean) {
appRef.injector.get(TapClick);
let app: IonicApp = appRef.injector.get(IonicApp);