diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index 4692d9c..94c4047 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -1,6 +1,6 @@
- +
diff --git a/src/app/components/popover-promos/popover-promos.component.ts b/src/app/components/popover-promos/popover-promos.component.ts index 96cd209..52fe0d1 100644 --- a/src/app/components/popover-promos/popover-promos.component.ts +++ b/src/app/components/popover-promos/popover-promos.component.ts @@ -14,9 +14,9 @@ export class PopoverPromosComponent implements OnInit { @Output() promoSeleccionada = new EventEmitter(); constructor() { } - - ngOnInit() { - } + + ngOnInit() { + } hide() { this.popover.hide(); diff --git a/src/app/components/popover-sinonimos/popover-sinonimos.component.ts b/src/app/components/popover-sinonimos/popover-sinonimos.component.ts index 98a4881..0b8c6f7 100644 --- a/src/app/components/popover-sinonimos/popover-sinonimos.component.ts +++ b/src/app/components/popover-sinonimos/popover-sinonimos.component.ts @@ -14,7 +14,7 @@ export class PopoverSinonimosComponent implements OnInit { //Directiva del popover, para poder cerrarlo desde este componente @Input() popover: PopoverDirective; @Input() popoverContent: Sinonimo[]; - @Output() productosPersonalizados = new EventEmitter(); + @Output() productosPersonalizados = new EventEmitter(); private cantMin: number = 1; private cantMax: number = 50; private cantidadRestanteSinonimos: number = 0; @@ -61,7 +61,7 @@ export class PopoverSinonimosComponent implements OnInit { }) }) - this.productosPersonalizados.emit({productosAenviar: productosAenviar,cantidadPromo: this.cantidadPromo}); + this.productosPersonalizados.emit({productosAenviar: productosAenviar, cantidadPromo: this.cantidadPromo}); this.popover.hide(); } diff --git a/src/etc/AppSettings..ts b/src/etc/AppSettings..ts deleted file mode 100644 index dfa72dc..0000000 --- a/src/etc/AppSettings..ts +++ /dev/null @@ -1,5 +0,0 @@ -export const appSettings = { - apiUrl: 'http://localhost:4705/autoservicio', - apiImagenes: 'http://localhost:5635', - apiClientes: 'http://localhost:1515/clientes' -};