Commit 4ffae611a2afd3dc98e7cc25715b5564c5cbcd7f
1 parent
29059ce020
Exists in
develop
Cambio nombre de metodo
Showing
3 changed files
with
3 additions
and
3 deletions
 
Show diff stats
src/app/app.component.html
src/app/modules/seleccion-articulos/seleccion-articulos.component.ts
| ... | ... | @@ -36,7 +36,7 @@ export class SeleccionArticulosComponent implements OnInit { | 
| 36 | 36 | } | 
| 37 | 37 | |
| 38 | 38 | getCategorias() { | 
| 39 | - this.categoriaService.getCategorias() | |
| 39 | + this.categoriaService.getAll() | |
| 40 | 40 | .subscribe((categorias: ICategoria[]) => { | 
| 41 | 41 | switch (this.queMostrar) { | 
| 42 | 42 | case 'todos': | 
src/app/services/categoria/categoria.service.ts