Skip to content

Commit 69170e2

Browse files
committed
docs: fix polyfills link
1 parent ed89648 commit 69170e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ng new --create-application=false angular-cli-static
3232
```shell script
3333
ng g app --style=scss --minimal=true --routing=false --skip-tests=true static-html
3434
```
35-
1. Comment out `zone.js` import in [polyfills.ts](polyfills.ts)
35+
1. Comment out `zone.js` import in [polyfills.ts](projects/static-html/src/polyfills.ts)
3636
1. In [angular.json](angular.json) clear out `"fileReplacements": []`
3737
1. Remove `app/`, `environments/`
3838
1. Remove the following Angular dependencies from [package.json](package.json)'s `dependencies`:

0 commit comments

Comments
 (0)