fix(navcontroller): lazy loading is queued

This commit is contained in:
Manuel Mtz-Almeida
2017-04-09 12:10:57 +02:00
parent 5776f76ac9
commit f88823a30f
17 changed files with 649 additions and 571 deletions

View File

@ -19,7 +19,8 @@ describe('module-loader', () => {
promise.then((response) => {
expect(ngModuleLoader.load).toHaveBeenCalledWith(pathPrefix, exportSuffix);
}).catch((err: Error) => {
done(err);
fail(err);
done(err);
});
});