This PR brings a couple of changes; - Removes undeed dependencies in bazel targets such as `//packages/common` & `//packages/core` - Removes RxJs usage - Adds `document-register-element` to architect test targets - Use @schematics/angular helpers - Uses the standard `$source": "projectName"` to get the projectName, which is defined in the `schema.json` - Use workspace writer to update the workspace config PR Close #33723
11 lines
265 B
JSON
11 lines
265 B
JSON
{
|
|
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
"schematics": {
|
|
"ng-add": {
|
|
"description": "Adds the document-register-element polyfill.",
|
|
"factory": "./ng-add",
|
|
"schema": "ng-add/schema.json"
|
|
}
|
|
}
|
|
}
|