Skip to content

Commit eed33d0

Browse files
committed
fix: add dependency on @angular/forms
Adds `@angular/forms` to the list of dependencies, because there are around 10 Material components that are importing symbols from it. Fixes #15085.
1 parent 57aadc2 commit eed33d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"@angular/animations": "0.0.0-NG",
2626
"@angular/cdk": "0.0.0-PLACEHOLDER",
2727
"@angular/core": "0.0.0-NG",
28-
"@angular/common": "0.0.0-NG"
28+
"@angular/common": "0.0.0-NG",
29+
"@angular/forms": "0.0.0-NG"
2930
},
3031
"dependencies": {
3132
"tslib": "^1.7.1"

0 commit comments

Comments
 (0)