Skip to content

Commit

Permalink
fix: fix peer dependency @angular/form undefined (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Feb 5, 2024
1 parent f3482b0 commit c6e2c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@angular/cdk": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/form": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/material": ">=15.0.0",
"@ng-matero/extensions": ">=15.0.0"
},
Expand Down

0 comments on commit c6e2c8a

Please sign in to comment.