We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef73a7 commit 6251be6Copy full SHA for 6251be6
.travis.yml
@@ -12,7 +12,7 @@ env:
12
- DBUS_SESSION_BUS_ADDRESS=/dev/null
13
matrix:
14
- SCRIPT=lint
15
-# - SCRIPT=build
+ - SCRIPT=build
16
- SCRIPT=e2e
17
- SCRIPT=e2e:nightly
18
- SCRIPT=test
addon/ng2/models/find-lazy-modules.ts
@@ -50,7 +50,7 @@ export function findLoadChildren(tsFilePath: string): string[] {
50
}
51
52
53
-export function findLazyModules(projectRoot: any): string[] {
+export function findLazyModules(projectRoot: any): {[key: string]: string} {
54
const result: {[key: string]: string} = {};
55
glob.sync(path.join(projectRoot, '/**/*.ts'))
56
.forEach(tsPath => {
0 commit comments