Antony

Results 1 comments of Antony

One thing to note is that `goto()` does not change the URL, so the code should be changed to something like this: ```typescript connectedCallback() { super.connectedCallback(); this.sub = navigate$.subscribe(url =>...