angular-cn/packages/localize/schematics/ng-add
Walter Werner SCHNEIDER 1c26f40cd4 refactor(localize): use the new workspaces API for ng-add schematic (#36897)
Updates the @angular/localize ng-add schematic to use the new workspaces API and removes dependency on private APIs.

PR Close #36897
2020-05-05 11:58:27 -07:00
..
BUILD.bazel build: derive ts_library dep from jasmine_node_test boostrap label if it ends in `_es5` (#34736) 2020-01-15 14:58:07 -05:00
README.md refactor(localize): use the new workspaces API for ng-add schematic (#36897) 2020-05-05 11:58:27 -07:00
index.ts refactor(localize): use the new workspaces API for ng-add schematic (#36897) 2020-05-05 11:58:27 -07:00
index_spec.ts refactor(localize): use the new workspaces API for ng-add schematic (#36897) 2020-05-05 11:58:27 -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 an 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.