angular/packages/localize/schematics/ng-add
Joey Perrott 9a27c5befb build: rename defaults2.bzl to defaults.bzl (#63384)
Use defaults.bzl for the common macros

PR Close #63384
2025-08-25 15:45:46 -07:00
..
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63384) 2025-08-25 15:45:46 -07:00
index.ts refactor(localize): add tripleslash type of Application builder (#62037) 2025-06-15 12:39:36 +02:00
index_spec.ts build: remove all usages of @bazel/runfiles (#62804) 2025-07-25 10:04:55 +02:00
README.md docs(docs-infra): improve docs for @angular/localize package. (#49393) 2023-03-20 13:12:19 +01:00
schema.d.ts refactor(localize): remove deprecated name option. (#58063) 2024-10-03 16:43:36 +00:00
schema.json refactor(localize): remove deprecated name option. (#58063) 2024-10-03 16:43:36 +00:00

@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 add types: ["@angular/localize"] in the TypeScript configuration files of the project.

If the user specifies that they want to use $localize at runtime then the dependency will be added to the dependencies section of package.json rather than in the devDependencies which is the default.