Skip to content

Commit 8ff060b

Browse files
committed
fix(@schematics/angular): remove animations module from ng new app
Previously the animations module was added to the `ng new` app, because `platform-server` was using it. That's no longer the case as of angular/angular#59762 so these changes remove the dependency.
1 parent b50b6ee commit 8ff060b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "<%= latestVersions.Angular %>",
1413
"@angular/common": "<%= latestVersions.Angular %>",
1514
"@angular/compiler": "<%= latestVersions.Angular %>",
1615
"@angular/core": "<%= latestVersions.Angular %>",

0 commit comments

Comments
 (0)