fix(core): Remove static dependency from @angular/core to @angular/compiler (#26734)

PR Close #26734
This commit is contained in:
Misko Hevery
2018-10-24 16:02:25 -07:00
committed by Matias Niemelä
parent 5d740785a9
commit d042c4afe0
46 changed files with 923 additions and 551 deletions

View File

@ -38,6 +38,7 @@ ts_library(
"load_domino.ts",
],
deps = [
"//packages/compiler",
"//packages/platform-browser",
"//packages/platform-server",
"@ngdeps//zone.js",