Commit aff73e180816a6af9545a0546473aa21d8f9193d
1 parent
8f98ba4a3a
Exists in
develop
Arreglo en navegacion
Showing
2 changed files
with
6 additions
and
6 deletions
 
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
| ... | ... | @@ -133,7 +133,7 @@ | 
| 133 | 133 | <div class="col-auto p-0 mt-2 ml-auto h-20"> | 
| 134 | 134 | <div | 
| 135 | 135 | class="btn-effect col-auto align-self-center px-0 bg-white" | 
| 136 | - [routerLink]="['/carrito']"> | |
| 136 | + [routerLink]="['/carrito']" skipLocationChange> | |
| 137 | 137 | <div class="row mx-0 bg-light"> | 
| 138 | 138 | <div class="col-auto align-self-center text-primary">VER CARRITO</div> | 
| 139 | 139 | <div class="col-auto p-0 bg-primary d-none d-sm-block"> | 
src/app/shared/footer/footer.component.ts
| 1 | -import { Component, OnInit } from "@angular/core"; | |
| 2 | -import { Location } from "@angular/common"; | |
| 1 | +import { Component, OnInit } from '@angular/core'; | |
| 2 | +import { Location } from '@angular/common'; | |
| 3 | 3 | |
| 4 | 4 | @Component({ | 
| 5 | - selector: "app-footer", | |
| 6 | - templateUrl: "./footer.component.html", | |
| 7 | - styleUrls: ["./footer.component.scss"] | |
| 5 | + selector: 'app-footer', | |
| 6 | + templateUrl: './footer.component.html', | |
| 7 | + styleUrls: ['./footer.component.scss'] | |
| 8 | 8 | }) | 
| 9 | 9 | export class FooterComponent implements OnInit { | 
| 10 | 10 | constructor(private location: Location) {} |