From 271a79f1ee298b4df1a8676f4358fc3181afad4e Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 2 Sep 2019 10:06:07 -0300 Subject: [PATCH] Agregado paginador. --- .../amb-imagenes/amb-imagenes.component.html | 23 +++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/app/components/amb-imagenes/amb-imagenes.component.html b/src/app/components/amb-imagenes/amb-imagenes.component.html index 117e1c9..ab453db 100644 --- a/src/app/components/amb-imagenes/amb-imagenes.component.html +++ b/src/app/components/amb-imagenes/amb-imagenes.component.html @@ -15,12 +15,11 @@ class="form-control form-control-lg shadow-sm rounded-pill px-5" placeholder="Búsqueda productos" [(ngModel)]="searchTerm" - (ngModelChange)="filterItems()" - (keyup.enter)="onEnter()"> + (ngModelChange)="filterItems()"> -
+
Productos
@@ -83,4 +82,22 @@ +
+
+ +
+
+ -- 1.9.1