Commit a84978cc8a53ec5a3ed295e9f9e21f63ea4f5f45

Authored by Marcelo Puebla
1 parent 7ca1d4c52d
Exists in master and in 1 other branch validar_pve

Borrado de import sin uso.

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   -