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
+5 -5
View File
@@ -4,10 +4,10 @@ import { AppModule } from './components/app/app.module';
import { host, local } from './client/data';
if (DEVELOPMENT || local || host === `${location.protocol}//${location.host}/`) {
if (window.opener && window.opener.postMessage && window.URL) {
const path = location.href.replace(host, '');
window.opener.postMessage({ type: 'loaded-page', path }, '*');
}
if (window.opener && window.opener.postMessage && window.URL) {
const path = location.href.replace(host, '');
window.opener.postMessage({ type: 'loaded-page', path }, '*');
}
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });
}