This commit is contained in:
mehdiboudjoudi 2025-01-15 12:05:04 +01:00 committed by Jan Klattenhoff
parent d736143ad6
commit e18436a57c
Signed by: jank
GPG key ID: 50620ADD22CD330B
11 changed files with 85 additions and 25 deletions

View file

@ -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));