mobile-angular-ui
mobile-angular-ui copied to clipboard
Is there any chance to support angular2?
Not supports with Angular 2.
@prasadkadiyala the plan is to support it, but currently is very difficult to decide for an all in to ng2, that would mean either abandon 1.x or having to maintain both, and in both cases quotes from google like:
... if a majority of traffic is still at angularjs.org, the team will continue to focus resources on 1.X. Angular 1.X will not end life until the majority of traffic has moved to 2.0.
are scary and totally confusing.
In order to make the right decision when the time come the plan is already in progress:
- improving test coverage
- isolate ng1.x specific code from the rest
- implement the angular specific layer with ng2 primitves
That allows for a reversible migration and maintenance of both ng1 and ng2 versions.
Any update on this? Thanks :)
Still no plan on supporting ngx?