feat(challenge11): creation

This commit is contained in:
thomas
2022-12-09 11:16:56 +01:00
parent 1ec45ce141
commit b13bbc5f44
14 changed files with 353 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));