-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does that project relate to new upcoming AngularJS 2.0 #48
Comments
I'm not sure about the project road-map and the project's relation to AngularJS 2.0. I've only started to consider Angular 2.0 three months ago, and there was not much information on the concept and implementation details available back then. This has changed with the publication of the Angular 2.0 API preview. My first intention was to develop angulate into a migration path from Angular 1.x to Angular 2.0 by back-porting some of the core features of Angular 2.0, and providing a consistent API for angulate that can be used with Angular 1.x and Angular 2.0. That's why I have included a Angular2-style What's your opinion? Would it be useful to have a library that supports some common functionality that can be compiled to Angular 1.x and Angular 2.x? Or do you think there is no need for migration support, since projects either keep using Angular 1.x or have to be completly re-written for Angular 2.x, anyway? |
I prefer for angulate to target angular 1.x and when angular 2.x becomes a real thing, create angulate2. There are several reasons for this:
By the way thank you for your hard work on angulate. In combination with ionic framework it allowed me to create web, mobile, android and ios application with one codebase written in the best language in the world - scala :) |
You're right, it's probably best to start a separate project for Angular2, and maybe later a helper library (or sbt plugin) to ease the transition from angulate to angulate2 (if possible). BTW: I've opened a separate discussion thread for the project road map. |
I prefer for angulate to target angular 2.x |
Angular 2 is clean, is better than 1.x, and since this project is new, it would be nice to migrate to angular2 |
I prefer for angulate to focus on angular 1.x too. Angular 2 isn't production ready, there are many change possibilities. Focusing on angular 1.x will let people create applications for production now, not for tomorrow. |
Hi all, Cheers, Johannes |
Considering that AngularJS 2.0 is a serial killer
https://twitter.com/mgonto/status/525206705156939776
How does that fit with this project road-map. Will it support / relate to / with AngularJS 2.0 to be more like Dart + Angular 2.0 but with Scala?
The text was updated successfully, but these errors were encountered: