Skip to content

Commit a1f94a5

Browse files
committed
Merge branch 'patch-1' of https://github.com/ctaleck/coreui-free-angular-admin-template into ctaleck-patch-1
2 parents 9b82b3f + 986e554 commit a1f94a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ if (environment.production) {
88
enableProdMode();
99
}
1010

11-
platformBrowserDynamic().bootstrapModule(AppModule)
11+
platformBrowserDynamic().bootstrapModule(AppModule, {
12+
preserveWhitespaces: true
13+
})
1214
.catch(err => console.log(err));

0 commit comments

Comments
 (0)