This commit is contained in:
Jon Walsh
2016-12-30 00:41:21 +07:00
committed by Igor Minar
parent ae1029da35
commit f2ee81fa7a

View File

@ -32,7 +32,7 @@ export function main() {
{providers: [{provide: APP_INITIALIZER, multi: true, useValue: () => promise}]});
});
it('should updat the status once all async initializers are done',
it('should update the status once all async initializers are done',
async(inject([ApplicationInitStatus], (status: ApplicationInitStatus) => {
let completerResolver = false;
setTimeout(() => {