Nope, this is related to this breaking change in alpha.54 (https://github.com/angular/angular/blob/master/CHANGELOG.md#200-alpha54-2015-12-15):
"Previously angular2.js, angular2.min.js and angular2.dev.js bundles would have zone.js and reflect-metadata pre-appended. New bundles don't contain zone.js nor reflect-metadata - those external dependencies can be easily loaded into a browser using angular2-polyfills.js" Example projects that work correctly with alpha.54: ES5: https://github.com/pkozlowski-opensource/ng2-es5-play SystemJS loader: https://github.com/pkozlowski-opensource/ng2-play WebPack: https://github.com/angular/angular2-seed Cheers, Pawel On Tue, Dec 15, 2015 at 4:32 PM, JG <[email protected]> wrote: > just upgraded to ng2 alpha 54. getting "Uncaught reflect-metadata shim is > required when using class decorators". Guess it's related to "RxJS needs to > be loaded explicitly" but not sure how to "load" it. > > -- > 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. -- AngularJS book: http://www.packtpub.com/angularjs-web-application-development/book Looking for bootstrap-based widget library for AngularJS? http://angular-ui.github.com/bootstrap/ -- 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.
