From aff73e180816a6af9545a0546473aa21d8f9193d Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 30 Dec 2019 17:17:30 -0300 Subject: [PATCH] Arreglo en navegacion --- .../seleccion-articulos/seleccion-articulos.component.html | 2 +- src/app/shared/footer/footer.component.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/modules/seleccion-articulos/seleccion-articulos.component.html b/src/app/modules/seleccion-articulos/seleccion-articulos.component.html index 047cfbb..ed3f08c 100644 --- a/src/app/modules/seleccion-articulos/seleccion-articulos.component.html +++ b/src/app/modules/seleccion-articulos/seleccion-articulos.component.html @@ -133,7 +133,7 @@
+ [routerLink]="['/carrito']" skipLocationChange>
VER CARRITO
diff --git a/src/app/shared/footer/footer.component.ts b/src/app/shared/footer/footer.component.ts index 19c0776..5b18d12 100644 --- a/src/app/shared/footer/footer.component.ts +++ b/src/app/shared/footer/footer.component.ts @@ -1,10 +1,10 @@ -import { Component, OnInit } from "@angular/core"; -import { Location } from "@angular/common"; +import { Component, OnInit } from '@angular/core'; +import { Location } from '@angular/common'; @Component({ - selector: "app-footer", - templateUrl: "./footer.component.html", - styleUrls: ["./footer.component.scss"] + selector: 'app-footer', + templateUrl: './footer.component.html', + styleUrls: ['./footer.component.scss'] }) export class FooterComponent implements OnInit { constructor(private location: Location) {} -- 1.9.1