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 f68fef1 commit 1a3e6d9Copy full SHA for 1a3e6d9
docs/documentation/stories/configure-hmr.md
@@ -55,7 +55,7 @@ represents the name of the project you are adding this configuration to in `angu
55
"replace": "src/environments/environment.ts",
56
"with": "src/environments/environment.hmr.ts"
57
}
58
- ],
+ ]
59
60
61
},
@@ -157,7 +157,7 @@ if (environment.hmr) {
157
console.log('Are you using the --hmr flag for ng serve?');
158
159
} else {
160
- bootstrap();
+ bootstrap().catch(err => console.log(err));
161
162
```
163
0 commit comments