angular-cn/packages/localize/schematics/ng-add
atscott 538d0446b5 Revert "refactor: handle breaking changes in rules_nodejs 1.0.0 (#34589)" (#34730)
This reverts commit 9bb349e1c8.

PR Close #34730
2020-01-10 14:12:15 -08:00
..
BUILD.bazel Revert "refactor: handle breaking changes in rules_nodejs 1.0.0 (#34589)" (#34730) 2020-01-10 14:12:15 -08:00
README.md feat(ivy): support ng-add in localize package (#32791) 2019-09-27 13:15:02 -07:00
index.ts feat(ivy): support ng-add in localize package (#32791) 2019-09-27 13:15:02 -07:00
index_spec.ts feat(ivy): support ng-add in localize package (#32791) 2019-09-27 13:15:02 -07:00
schema.d.ts feat(ivy): support ng-add in localize package (#32791) 2019-09-27 13:15:02 -07:00
schema.json feat(ivy): support ng-add in localize package (#32791) 2019-09-27 13:15:02 -07:00
tsconfig-build.json feat(ivy): support ng-add in localize package (#32791) 2019-09-27 13:15:02 -07:00

README.md

@angular/localize schematic for ng add

This schematic will be executed when a Angular CLI user runs ng add @angular/localize.

It will search their angular.json file, and find polyfills and main files for server builders. Then it will add the @angular/localize/init polyfill that @angular/localize needs to work.