We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbfbb4 commit 527574dCopy full SHA for 527574d
frontend/main.ts
@@ -5,9 +5,11 @@ import {environment} from './environments/environment';
5
import {AppModule} from './app/app.module';
6
7
if (environment.production) {
8
- enableProdMode();
+ // enableProdMode();
9
}
10
11
+enableProdMode();
12
+
13
platformBrowserDynamic().bootstrapModule(AppModule)
14
.then(success => console.log(`Bootstrap success`))
15
.catch(error => console.log(error));
0 commit comments