diff --git a/src/app/main.ts b/src/app/main.ts index c6f0d55d..c4005b2c 100644 --- a/src/app/main.ts +++ b/src/app/main.ts @@ -12,4 +12,4 @@ if (!isDev()) { enableProdMode(); } -platformBrowserDynamic().bootstrapModule(AppModule); +platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true }); diff --git a/src/app/tabs/dashboard.component.html b/src/app/tabs/dashboard.component.html index abf2a994..f73b3123 100644 --- a/src/app/tabs/dashboard.component.html +++ b/src/app/tabs/dashboard.component.html @@ -14,12 +14,12 @@ {{'running' | i18n}} {{'stopped' | i18n}}
-