angular-cn/packages/core/schematics
Filipe Silva 96b76dc3f1 fix(core): add missing migration to npm package (#29705)
While running `ng update @angular/core --next`, the following error would be displayed:

```
Cannot find module '....\node_modules\@angular\core\schematics\migrations\template-var-assignment\index'
```

This happened because the Schematics migration was referenced, but not included.

This commit fixes that bug by including the migration in the Bazel npm package dependencies.

PR Close #29705
2019-04-04 10:51:19 -07:00
..
migrations feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
test feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
utils feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
BUILD.bazel fix(core): add missing migration to npm package (#29705) 2019-04-04 10:51:19 -07:00
migrations.json feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
tsconfig.json feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00