>From what I've gathered, development of 2.0 appears to be well on its way, and is starting with some of the components which have been separated out to (hopefully) allow their use outside of angular (perhaps for code sharing with the polymer team et. al?). There appear to be at least three components with public repositories that have appeared in the last few of months:
Angular Templating - Added late February, this seems to be the templating engine, written in ES6 (using a back-compiler to ES5). I'm not sure if this follows the traditional angular templating model or more closely matches the MDV spec: https://github.com/angular/templating di.js - Added to github mid-December of last year, this seems to be the Angular DI framework separated into its own independent framework. Votja spoke about it at ng-conf (https://www.youtube.com/watch?v=_OGGsf1ZXMs): https://github.com/angular/di.js watchtower - Added to github late February, this is the AngularJS 2.0 change detection module. It appears to be more or less a port of the dart change detection code: https://github.com/angular/watchtower.js Angular 2.0 is also going to be based off of the Web Components pollyfill contained in the Polymer project (platform.js) without the higher level code on top of that. It's unclear what kind of code sharing/collaboration those two teams will do, but so far the word has been that the two teams will work together on platform.js at a minimum. Angular 2.0 also appears to be heavily influenced by AngularDart, which already supports Web Components through Dart's implementation. Regards, -Jeremy On Tuesday, March 11, 2014 2:52:28 AM UTC-4, Sander Elias wrote: > > Hi Adam, > > Angular 2.0 is in the planning stage, It's discussed by the core team, > parts are being build as we speak. There is (as far a I know of) not (yet) > a central repository. There are references on how to get involved all over > the place, The best way is through the github projects, fork, comment and > send pull requests will do it. I keep a close watch on anything that's > being released, and I read trough anything I can lay my hands on. > the G+ AngularJS group is a good place to start. > > Regards > Sander > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
