feat(doc): move pipe bug

This commit is contained in:
thomas
2023-10-18 09:55:10 +02:00
parent beae215911
commit 49d7a7f968
14 changed files with 14 additions and 14 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));