Init main-page component
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user