feat(doc): move forms

This commit is contained in:
thomas
2023-10-17 23:08:41 +02:00
parent fcd125d001
commit 3bed1449f5
25 changed files with 42 additions and 43 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));