Thanks Eric! My question, then, is how do you properly use the latest alpha? I use TypeScript, which requires a .d.ts file for Angular. I currently use the ones provided by DefinitelyTyped <https://github.com/borisyankov/DefinitelyTyped/tree/master/angular2>. They are always behind the current release though. The currently have a definition file for alpha 39.
With the latest Angular release, it comes with .d.ts file for Angular, but that file requires that you use the Angular 'raw' source code (spread over dozens of files, not minified). Is that the 'proper' way to use it then, to be on the latest release? I've not tried using Angular directly from the repository's source, but maybe that's what I should be doing, instead of using DefinitelyTyped's .d.ts files.Thoughts? -- 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.
