Questions tagged as 'router'

1
answer

Problem with more than two in-app router

[...] <header> <a routerLink="/lista-empresa" href="javascript:;">Empresa</a> </header> [...] <main> <router-outlet name="conteudo"></router-outlet> </main> [...] empresa.routing.module.ts...
asked by 05.01.2018 / 22:23
2
answers

Routing problem after final build in angular 2

After generating a final build in angular 2 ng build --prod I was able to put it on any server (nginx / tomcat / others ...) normally, the problem happens that the routing does not work using the <router-outlet> tag and the a...
asked by 13.03.2017 / 19:07