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 ed89648 commit 69170e2Copy full SHA for 69170e2
README.md
@@ -32,7 +32,7 @@ ng new --create-application=false angular-cli-static
32
```shell script
33
ng g app --style=scss --minimal=true --routing=false --skip-tests=true static-html
34
```
35
-1. Comment out `zone.js` import in [polyfills.ts](polyfills.ts)
+1. Comment out `zone.js` import in [polyfills.ts](projects/static-html/src/polyfills.ts)
36
1. In [angular.json](angular.json) clear out `"fileReplacements": []`
37
1. Remove `app/`, `environments/`
38
1. Remove the following Angular dependencies from [package.json](package.json)'s `dependencies`:
0 commit comments