Vispic2
Vispic2
Here is my solution ` this.router.events.pipe(filter((event) => event instanceof NavigationEnd)).subscribe((event: NavigationEnd) => { console.log(event); setTimeout(() => (this.loadTinyMce = false)); setTimeout(() => (this.loadTinyMce = true)); });`
 I added a breakpoint and found that the error message is invalid linked format;
node JS