Generated Home page

This commit is contained in:
grata
2023-01-30 15:09:29 +01:00
parent 3836619bc0
commit a8051cc509
6 changed files with 40 additions and 1 deletions

View File

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