87968: Turn off preserveWhitespaces by default

And set to true explicitly for MyDSpace action components to preserve look
(see https://github.com/DSpace/dspace-angular/issues/903#issuecomment-713013310)
This commit is contained in:
Yura Bondarenko
2022-03-29 17:45:03 +02:00
parent a14cc6fde2
commit 0115c5217b
13 changed files with 13 additions and 7 deletions

View File

@@ -15,9 +15,7 @@ import { AppConfig } from './config/app-config.interface';
import { extendEnvironmentWithAppConfig } from './config/config.util';
const bootstrap = () => platformBrowserDynamic()
.bootstrapModule(BrowserAppModule, {
preserveWhitespaces: true
});
.bootstrapModule(BrowserAppModule, {});
const main = () => {
// Load fonts async