fix(bazel): Update schematics to support routing (#29548)

PR closes https://github.com/angular/angular/issues/29035

PR Close #29548
This commit is contained in:
Keen Yee Liau
2019-03-27 09:58:59 -07:00
committed by Miško Hevery
parent 8badf9808a
commit 401b8eedd5
4 changed files with 15 additions and 141 deletions

View File

@ -8,7 +8,9 @@
"es2015"
],
"experimentalDecorators": true,
"types": []
"types": [],
"module": "amd",
"moduleResolution": "node"
},
"include": [
"node_modules/@angular/**/*"