chore: update public api and integrate minor review comments

This commit is contained in:
Tobias Bosch
2016-08-02 07:54:14 -07:00
parent 34624b2db2
commit 3d53b33391
16 changed files with 61 additions and 41 deletions

View File

@ -23,7 +23,7 @@ export const APP_INITIALIZER: any = new OpaqueToken('Application Initializer');
* @experimental
*/
@Injectable()
export class AppInitStatus {
export class ApplicationInitStatus {
private _donePromise: Promise<any>;
private _done = false;