We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40177db commit fcceee6Copy full SHA for fcceee6
generators/angular/templates/package.json.ejs
@@ -27,7 +27,7 @@
27
"node_modules"
28
],
29
"dependencies": {
30
-<%_ if (clientTestFrameworkJest) { _%>
+<%_ if (clientTestFrameworkJest || microfrontend) { _%>
31
"zone.js": "<%= nodeDependencies['zone.js'] %>",
32
<%_ } _%>
33
"@angular/common": "<%= nodeDependencies['@angular/common'] %>",
0 commit comments