Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.0k views
in Technique[技术] by (71.8m points)

angular - Angular2 : get parent router data

I'm creating a component under route /blabla/:id/blabla/:secondid

First part of my url "/blabla/:id/..." is managed by my first routing component.

Then, a second router manages the second part of url.

In my component, I can easy access to my ":secondid" in RouteData.

But I wonder how I can access my ":id" from there.

Any idea ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Pass the first id along with data-binding.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...