Hi Vinitha,
thanks for your reply.
I saw the article but it crashes when I try to do the below (navigate) from a button thats on my custom template
this.router.navigateByUrl('/mycustom/url/3');
so in the example on the article, I need method onAddClick,
to just navigate to another url
public onAddClick(): void {
this.router.navigateByUrl('/mycustom/url/3');
}
When I do that I get the following error:
zone.js:814 Uncaught Error: Uncaught (in promise): TypeError: Cannot read property 'reset' of null
TypeError: Cannot read property 'reset' of null