SoCreate/angular-playground

Is it possible to navigate between sandbox components from code?

Closed this issue · 1 comments

For example is it possible to navigate from sandbox of component 'demo' to sandbox of component 'login' like this:

this.router.navigate(['login']);

?

No this is not something that works and we do not have any plans to make this work that way.