Skip to content

Commit

Permalink
refactor(elements): remove non-existent schematic collection breaking…
Browse files Browse the repository at this point in the history
… with `ng add` (#44187)

Removes a non-existent schematic collection wired up for
`@angular/elements` that has been removed
with: 619b7cc.

Fixes #44160.

PR Close #44187
  • Loading branch information
devversion authored and AndrewKushnir committed Nov 16, 2021
1 parent fe4845b commit 00a16e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"sideEffects": false,
"schematics": "./schematics/collection.json"
}
"sideEffects": false
}

0 comments on commit 00a16e4

Please sign in to comment.