Well, think on a feature of Angular 2 that you think it's interesting, like pipes, for example i needed a filter pipe, but it doesn't exist in Angular 2 so i just took a look to the one in Angular 1 and translated to ES6, now i have an Angular 2 filter pipe, so the other way around could work, pick a cool feature and try to understand how it works, what dependencies add to the feature and how all fits on its place, you could start with the router as that's one of the main parts of the Angular 2 framework.
El miércoles, 27 de enero de 2016, 2:16:35 (UTC-5), David Michael Gang escribió: > > Hi all, > > Now that angular2 is in beta i want to learn angular2 from the source code. > > What is the recommended strategy to learn it? > > https://github.com/angular/angular/tree/master/modules/angular2 > > From which module file would it make sense to start? > Are there accompanying design docs which i can read with the code together? > > Thanks. > David > -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
