Commit a84978cc8a53ec5a3ed295e9f9e21f63ea4f5f45
1 parent
7ca1d4c52d
Exists in
master
Borrado de import sin uso.
Showing
1 changed file
with
1 additions
and
2 deletions
 
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.ts
| 1 | -import { Component, OnInit, APP_BOOTSTRAP_LISTENER } from '@angular/core'; | |
| 1 | +import { Component, OnInit } from '@angular/core'; | |
| 2 | 2 | import { ProductoService } from 'src/app/services/producto.service'; | 
| 3 | 3 | import { Producto } from 'src/app/wrappers/producto'; | 
| 4 | 4 | import { Categoria } from 'src/app/wrappers/categoria'; | 
| ... | ... | @@ -74,4 +74,3 @@ export class BusquedaProductosComponent implements OnInit { | 
| 74 | 74 | this.router.navigate(['inicio']); | 
| 75 | 75 | } | 
| 76 | 76 | } | 
| 77 | - |