Init main-page component

This commit is contained in:
2025-10-25 23:32:14 +02:00
parent 2cc4ffa0eb
commit 1a5899e2bc
5 changed files with 38 additions and 1 deletions

View File

@@ -8,13 +8,15 @@ import { HomeComponent } from './home-component/home-component';
import { provideHttpClient, withFetch } from '@angular/common/http';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { MainPage } from './main-page/main-page';
@NgModule({
declarations: [
App,
PocModelComponent,
HomeComponent
HomeComponent,
MainPage
],
imports: [
AppRoutingModule,