stated to add "spotlight"

This commit is contained in:
grata
2023-03-06 15:18:23 +01:00
parent 374eba2dc0
commit 49b53590b6
4 changed files with 117 additions and 16 deletions

View File

@@ -6,6 +6,7 @@ import { AppComponent } from './app.component';
import { HomeComponent } from './home/home.component';
import { ListComponent } from './list/list.component';
import { DetailComponent } from './detail/detail.component';
import {FormsModule} from "@angular/forms";
@NgModule({
declarations: [
@@ -16,7 +17,8 @@ import { DetailComponent } from './detail/detail.component';
],
imports: [
BrowserModule,
AppRoutingModule
AppRoutingModule,
FormsModule
],
providers: [],
bootstrap: [AppComponent]