Javascript – Is it not possible to change this route after initial load?
I am trying to update the path to Firebase RTDB when I click a button, but angular won't allow. I am using angular-fire. This is the HTML <button type="button" (click)='race_no("race_no_2")'>Race 2</button> <div *ngFor="let item of items | async"> <p *ngFor="let…