How can I insert viewports using the new Angular router?

I have a new Angular router (Angular 1.4) working for desaturated routes and viewports. I cannot get it to work when the nested component has its own custom view. I have read all the tutorials I can find and none of them discuss nesting. I know parallel viewports, but that's not what I'm looking for.

Here's what I have.

https://gist.github.com/guyjacks/b15a22d84b804af5d321

- error - https://gist.github.com/guyjacks/a0b3ecda9787692a070e

- here is the current answer -

It looks like the child components are broken into the new Angular router.

https://github.com/angular/router/issues/117

I will leave this question unanswered until it has an answer.

+3


source to share


1 answer


I think this won't fix it: https://github.com/angular/router/pull/360/files



You will have to wait for Angular 2

0


source







All Articles