Skip to content

Commit 6a4d733

Browse files
committed
refactor(@schematics/angular): remove private /components API
Last usages of this API has been removed in angular/components#28424
1 parent 822e7a4 commit 6a4d733

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

packages/schematics/angular/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"./utility": "./utility/index.js",
1414
"./utility/*": "./utility/*.js",
1515
"./migrations/migration-collection.json": "./migrations/migration-collection.json",
16-
"./*": "./*.js",
17-
"./private/components": "./private/components.js"
16+
"./*": "./*.js"
1817
},
1918
"schematics": "./collection.json",
2019
"dependencies": {

packages/schematics/angular/private/components.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)