integrazione api mappa google

This commit is contained in:
tito
2023-03-07 14:50:21 +01:00
parent a158be3066
commit 531f7b7ff9
5 changed files with 40 additions and 3 deletions

View File

@@ -7,13 +7,15 @@ import { HomeComponent } from './home/home.component';
import { ListComponent } from './list/list.component';
import { DetailComponent } from './detail/detail.component';
import {FormsModule} from "@angular/forms";
import { SafePipe } from './pipes/safe.pipe';
@NgModule({
declarations: [
AppComponent,
HomeComponent,
ListComponent,
DetailComponent
DetailComponent,
SafePipe
],
imports: [
BrowserModule,