poc model

This commit is contained in:
2025-10-16 20:37:27 +02:00
parent 60add3a923
commit 5750a5d7aa
15 changed files with 241 additions and 220 deletions

View File

@@ -3,10 +3,14 @@ import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing-module';
import { App } from './app';
import { PocModelComponent } from './poc-model-component/poc-model-component';
import { HomeComponent } from './home-component/home-component';
@NgModule({
declarations: [
App
App,
PocModelComponent,
HomeComponent
],
imports: [
BrowserModule,