Commit 6d80a4cfb905ff5c44f03c53d899664124c3698d
1 parent
a12ccbf62d
Exists in
develop
Fix
Borrado import sin usoi
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.ts
1 | -import { Component, OnInit, Input, HostListener, Output, EventEmitter } from '@angular/core'; | |
1 | +import { Component, OnInit, HostListener, Output, EventEmitter } from '@angular/core'; | |
2 | 2 | import { ICategoria } from 'src/app/interfaces/ICategoria'; |
3 | 3 | import { InactiveScreenService } from 'src/app/services/inactive-screen/inactive-screen.service'; |
4 | 4 | import { CategoriaService } from 'src/app/services/categoria/categoria.service'; |