90% done
This commit is contained in:
parent
d736143ad6
commit
e18436a57c
11 changed files with 85 additions and 25 deletions
|
@ -1,6 +1,7 @@
|
|||
import { HttpClientModule } from '@angular/common/http';
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { appConfig } from './app/app.config';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent, appConfig)
|
||||
bootstrapApplication(AppComponent , appConfig,)
|
||||
.catch((err) => console.error(err));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue