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 f4d77d9 commit 8b75cefCopy full SHA for 8b75cef
1 file changed
src/main.ts
@@ -9,7 +9,6 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
9
import { AppModule } from './app/app.module';
10
import { environment } from './environments/environment';
11
12
-const localDevelopment: boolean = window.location.hostname == 'localhost';
13
if (environment.production) {
14
enableProdMode();
15
}
0 commit comments