Skip to content

Commit

Permalink
refactor(@schematics/angular): remove private /components API
Browse files Browse the repository at this point in the history
Last usages of this API has been removed in angular/components#28424
  • Loading branch information
alan-agius4 committed Jan 26, 2024
1 parent 822e7a4 commit 6a4d733
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions packages/schematics/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"./utility": "./utility/index.js",
"./utility/*": "./utility/*.js",
"./migrations/migration-collection.json": "./migrations/migration-collection.json",
"./*": "./*.js",
"./private/components": "./private/components.js"
"./*": "./*.js"
},
"schematics": "./collection.json",
"dependencies": {
Expand Down
15 changes: 0 additions & 15 deletions packages/schematics/angular/private/components.ts

This file was deleted.

0 comments on commit 6a4d733

Please sign in to comment.