Skip to content

Commit c1729e4

Browse files
committed
fix: add missing @angular/platform-browser-dynamic to peer dep
1 parent 94fa793 commit c1729e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
},
4848
"peerDependencies": {
4949
"@angular-devkit/build-angular": ">=0.901.12",
50+
"@angular/platform-browser-dynamic": ">=9.0.0",
5051
"@angular/core": ">=9.0.0",
5152
"jest": "^27.0.0"
5253
},

0 commit comments

Comments
 (0)