In the navbar like this:
<a class="nav-link" href="/users">Usuário< / a>
works correctly all properties from bootstrap-table, but reload the page
And when used routerLink from angular, like:
<a class="nav-link" routerLink="/users">Usuário</a>
the bootstrap-table properties do not work. need F5 to work
All css and js loaded by cdn on index.html