diff --git a/src/index.html b/src/index.html index 732f023..0969d03 100644 --- a/src/index.html +++ b/src/index.html @@ -33,7 +33,49 @@ - + + + +
+
diff --git a/src/main.ts b/src/main.ts index 6a7e92b..915dd9b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -8,10 +8,11 @@ if (environment.production) { enableProdMode(); } -platformBrowserDynamic().bootstrapModule(AppModule) +platformBrowserDynamic() + .bootstrapModule(AppModule) .then(() => { if ('serviceWorker' in navigator && environment.production) { navigator.serviceWorker.register('./ngsw-worker.js'); } }) - .catch(err => console.log(err)); + .catch((err) => console.log(err));