Thanks! Based on your message, I figured it was likely my bootstrapping code, which has changed since Angular alpha 48.
I was able to get it working based on this working example here: https://plnkr.co/edit/FpQe81GewATx3E2zikgn?p=info and by using the bootstrapping code they have, plus adding: <script src="https://code.angularjs.org/2.0.0-beta.0/http.dev.js"></script> to the index.html, and import {bootstrap} from 'angular2/platform/browser'; to the app.ts. (This is the main "key" to upgrading from alpha 48 that I was missing.) -- 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.
