Reformat code
This commit is contained in:
parent
6e27539eca
commit
420cd788c4
94 changed files with 10630 additions and 2646 deletions
|
|
@ -8,5 +8,6 @@ if (environment.production) {
|
|||
enableProdMode();
|
||||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule)
|
||||
platformBrowserDynamic()
|
||||
.bootstrapModule(AppModule)
|
||||
.catch(err => console.error(err));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue