From a33495c20f3fb5c8e7bfe46479277c1839763a4b Mon Sep 17 00:00:00 2001 From: Juan Camilo Date: Thu, 12 Dec 2019 17:48:59 -0500 Subject: [PATCH] commit final --- src/app/app-routing/app-routing.module.ts | 5 ++ src/app/app.component.html | 6 ++ .../pagina-dashboard.component.css | 4 ++ .../pagina-dashboard.component.html | 33 +++++++--- .../pagina-dashboard.component.ts | 62 ++++++------------- 5 files changed, 56 insertions(+), 54 deletions(-) diff --git a/src/app/app-routing/app-routing.module.ts b/src/app/app-routing/app-routing.module.ts index 60ada7ac..8b9fb870 100644 --- a/src/app/app-routing/app-routing.module.ts +++ b/src/app/app-routing/app-routing.module.ts @@ -18,6 +18,7 @@ import { ClienteDetailComponent } from '../cliente/cliente-detail/cliente-detail import { ClienteCreateComponent } from '../cliente/cliente-create/cliente-create.component'; import { PaginaDashboardComponent } from '../pagina-dashboard/pagina-dashboard.component'; import { ClienteCarritoComponent } from '../cliente/cliente-carrito/cliente-carrito.component'; +import { MapaComponent } from '../mapa/mapa.component'; const routes: Routes = [ @@ -25,6 +26,10 @@ const routes: Routes = [ path: 'carrito', component: ClienteCarritoComponent }, + { + path: 'mapa', + component: MapaComponent + }, { path: 'authors', children: [ diff --git a/src/app/app.component.html b/src/app/app.component.html index 3931d982..d8065c4e 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -11,6 +11,12 @@ +
+ +
+