RouterLink does not access route in Firefox

0

I'm developing in Angular 6, using Lazy Loading, recently I noticed that in Firefox when I try to access a route, where I need to pass an id, it does not access, but works normally in other browsers.

<mat-icon [routerLink]="['atualizacao', element.id]" routerLinkActive="active" class="zmdi zmdi-account zmdi-hc-fw c-gray"></mat-icon>

It's strange because in firefox navigation is normal when trying to access simple routes. Has anyone ever had anything like this?

    
asked by anonymous 05.01.2019 / 06:48

0 answers