feat(challenge15): function overload

This commit is contained in:
thomas laforge
2023-01-19 22:16:17 +01:00
parent 3bbd4cf4dd
commit fa53d48b09
13 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent).catch((err) => console.error(err));