Skip to content

Commit 1bf2de7

Browse files
committed
refactor(@schematics/angular): move standalone component helpers to a private export for Angular components
The standalone component helper utilities introduced into the `@angular/cdk` via angular/components#24931 have been added to an export path (`private/components`) within `@schematics/angular`. The export path is primarily intended for the use of the components schematics within `@angular/cdk` and `@angular/material`. The API exported from this path is not considered public API, does not provide SemVer guarantees, and may be modified or removed without a deprecation cycle.
1 parent be67977 commit 1bf2de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/schematics/angular/package.json

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

0 commit comments

Comments
 (0)