diff --git a/.gitignore b/.gitignore
index 54a26cb..34b8fa0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
 /dist
 /tmp
 /out-tsc
+
 # Only exists if Bazel was run
 /bazel-out
 
@@ -47,3 +48,6 @@ testem.log
 # System Files
 .DS_Store
 Thumbs.db
+
+# config
+/etc/AppSeting.ts
diff --git a/angular.json b/angular.json
index c6a3a8e..1f1f25a 100644
--- a/angular.json
+++ b/angular.json
@@ -116,4 +116,4 @@
       }
     }},
   "defaultProject": "distribucion-comprobantes"
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index 8db8df8..a2f7a43 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
     "build": "ng build",
     "test": "ng test",
     "lint": "ng lint",
-    "e2e": "ng e2e"
+    "e2e": "ng e2e",
+    "apkToDrop": "cp ./platforms/android/app/build/outputs/apk/debug/app-debug.apk C:/Users/Usuario/Dropbox/Apks_PlanexDEBO/v0.0.1"
   },
   "private": true,
   "dependencies": {
@@ -56,4 +57,4 @@
       "android"
     ]
   }
-}
+}
\ No newline at end of file
diff --git a/src/app/boton-service.service.ts b/src/app/boton-service.service.ts
index 64e3446..5925979 100644
--- a/src/app/boton-service.service.ts
+++ b/src/app/boton-service.service.ts
@@ -1,12 +1,12 @@
 import { Injectable } from '@angular/core';
-import { HttpClient } from '@angular/common/http';
+// import { HttpClient } from '@angular/common/http';
 
 @Injectable({
   providedIn: 'root'
 })
 export class BotonServiceService {
 
-  constructor(private http: String) { }
+  constructor(/*private http: String*/) { }
 
   getBotones() {
     // return this.http.get('http://localhost:5555/comprobantes');
diff --git a/src/app/botonera/botonera.component.html b/src/app/botonera/botonera.component.html
index 2cbb8db..5bfd933 100644
--- a/src/app/botonera/botonera.component.html
+++ b/src/app/botonera/botonera.component.html
@@ -11,13 +11,13 @@
       
       
       
       
       
   
@@ -27,13 +27,13 @@
       
           
       
       
           
       
diff --git a/src/app/botonera/botonera.component.ts b/src/app/botonera/botonera.component.ts
index f7d3fbb..81b3a09 100644
--- a/src/app/botonera/botonera.component.ts
+++ b/src/app/botonera/botonera.component.ts
@@ -8,6 +8,7 @@ import { BotonServiceService } from 'src/app/boton-service.service';
 })
 
 export class AppBotonera {
-  botones = new BotonServiceService('').getBotones();
+  botones = new BotonServiceService().getBotones();
   paginas = [1];
+
 }
diff --git a/src/app/busqueda-comprobante/busqueda-comprobante.component.html b/src/app/busqueda-comprobante/busqueda-comprobante.component.html
index e242d92..6cb1570 100644
--- a/src/app/busqueda-comprobante/busqueda-comprobante.component.html
+++ b/src/app/busqueda-comprobante/busqueda-comprobante.component.html
@@ -15,6 +15,9 @@
       
     
     
+      
+        | Por el momento no hay elementos aqui | 
+      
       
         | 
           {{comprobante.cabecera.TCO + '-' + comprobante.cabecera.TIP + '-' + rellenar(4, comprobante.cabecera.SUC) + '-' + rellenar(8, comprobante.cabecera.NCO)}}
diff --git a/src/app/busqueda-comprobante/busqueda-comprobante.component.ts b/src/app/busqueda-comprobante/busqueda-comprobante.component.ts
index 958dec3..7240375 100644
--- a/src/app/busqueda-comprobante/busqueda-comprobante.component.ts
+++ b/src/app/busqueda-comprobante/busqueda-comprobante.component.ts
@@ -19,22 +19,6 @@ export class BusquedaComprobanteComponent implements OnInit {
   ngOnInit() {
     this.comprobanteService.getComprobantes().subscribe((data: Array |