Commit f297dae56053490c5740d08953070cd3086bc33f
1 parent
58466c6e4c
Exists in
master
and in
1 other branch
Agregado popover.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/app/app.module.ts
... | ... | @@ -18,6 +18,7 @@ import { InicioComponent } from './components/inicio/inicio.component'; |
18 | 18 | import { BusquedaProductosComponent } from './components/busqueda-productos/busqueda-productos.component'; |
19 | 19 | import { ConfirmacionCarritoComponent } from './components/confirmacion-carrito/confirmacion-carrito.component'; |
20 | 20 | import { MasterComponent } from './components/master/master.component'; |
21 | +import { PopoverComponent } from './components/popover/popover.component'; | |
21 | 22 | //#endregion |
22 | 23 | |
23 | 24 | @NgModule({ |
... | ... | @@ -30,7 +31,8 @@ import { MasterComponent } from './components/master/master.component'; |
30 | 31 | InicioComponent, |
31 | 32 | BusquedaProductosComponent, |
32 | 33 | ConfirmacionCarritoComponent, |
33 | - MasterComponent | |
34 | + MasterComponent, | |
35 | + PopoverComponent | |
34 | 36 | ], |
35 | 37 | imports: [ |
36 | 38 | BrowserModule, |