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 49a8536 commit 494c7b5Copy full SHA for 494c7b5
templates/Angular2Spa/ClientApp/boot-client.ts
@@ -7,8 +7,8 @@ import { AppModule } from './app/app.module';
7
import 'bootstrap';
8
import './styles/site.css';
9
10
-// Enable either Hot Module Reloading or production mode
11
-const hotModuleReplacement = module['hot'];
+// Enable either Hot Module Reloading or production mode
+const hotModuleReplacement = module['hot'];
12
if (hotModuleReplacement) {
13
hotModuleReplacement.accept();
14
hotModuleReplacement.dispose(() => { platform.destroy(); });
0 commit comments