tslint changes

This commit is contained in:
Jeremy Simpson
2019-08-30 01:52:40 -07:00
parent 7603879d35
commit 7f7efbb94b
446 changed files with 70650 additions and 70661 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ import { AppModule } from './components/app/app.module';
import { host, local } from './client/data';
if (DEVELOPMENT || local || host === `${location.protocol}//${location.host}/`) {
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });
}