Skip to content

Commit fb36143

Browse files
authored
build: add exports entry for cdk schematics utilities (#23731)
An `exports` entry within the `@angular/cdk` package for the schematics utilities has been added. This entry is required for the schematics present in the `@angular/material` package to function. `@angular/material` schematics leverage a variety of the utilities and helper functions within `@angular/cdk/schematics`.
1 parent 83da73f commit fb36143

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/cdk/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"./overlay-prebuilt.css": {"style": "./overlay-prebuilt.css"},
2828
"./overlay-prebuilt": {"style": "./overlay-prebuilt.css"},
2929
"./text-field-prebuilt.css": {"style": "./text-field-prebuilt.css"},
30-
"./text-field-prebuilt": {"style": "./text-field-prebuilt.css"}
30+
"./text-field-prebuilt": {"style": "./text-field-prebuilt.css"},
31+
"./schematics": {
32+
"default": "./schematics/index.js"
33+
}
3134
},
3235
"peerDependencies": {
3336
"@angular/core": "0.0.0-NG",

0 commit comments

Comments
 (0)