-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Docs componentrouter install & deprecation #14717
Conversation
d17acb9
to
c936f66
Compare
@@ -5,6 +5,11 @@ | |||
|
|||
# Component Router | |||
|
|||
<div class="alert alert-danger"> | |||
**Deprecation Notice:** The Component Router (ngComponentRouter module) has been deprecated and will not receive further updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we should be saying...
This implementation of the component router has been deprecated ...
So that it doesn't make it sound like there will never be a component router
Yes, that contradicts itself. Closes angular#14655
c936f66
to
1eb6300
Compare
Could you explain this one ? Is |
@micaelmbagira No that means the component router won't be developed any further, not in ng1 and not in ng2. The whole specification wasn't sufficient for the framework, and unfortunately we noticed this rather late. So ng2 is getting a new router, which will maybe ported to ng1. |
To be fair the "new" router that @Narretz talks about will still be called the Component Router. It is just that it will have some significant API changes and be a complete reimplementation so the current guide is not much use right now. |
@Narretz May I suggest you add some of the context you just talked about to the docs as well? I was very surprised when I saw this being deprecated with no apparent explanation until I read this, and I think others would benefit from that as well. |
And the concept was much cleaner than router/ui-router so it's really disappointing to see it's being deprecated. Have started a couple of projects for my clients using this new promising technology that was deprecated in no time. |
The concept is not being deprecated :-) just this particular implementation. |
See http://angularjs.blogspot.co.uk/2016/06/improvements-coming-for-routing-in.html for info about the "new" version |
We need to look at how easy it will be to port this to Angular 1 |
No description provided.