I need, when I create an Operator, after creating it, it should call another screen, the list of operators. Turns out it's not working. Is the route called operator and how do I put this button?
<button type="submit" class="btn btn-primary">Criar</button>
I've tried this:
<button type="submit" class="btn btn-primary"><a routerLink="/operator"></a>Criar</button>
and so
<button type="submit" class="btn btn-primary" routerLink="/operator">Criar</button>