Skip to content

Commit

Permalink
fix(main): preserve whitespaces globally (valor-software#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSurmay authored and valorkin committed May 11, 2018
1 parent 3249452 commit fee535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main.ts
Expand Up @@ -9,4 +9,4 @@ if (environment.production) {
enableProdMode();
}

platformBrowserDynamic().bootstrapModule(AppModule);
platformBrowserDynamic().bootstrapModule(AppModule, {preserveWhitespaces: true});

0 comments on commit fee535a

Please sign in to comment.