mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user