Hmm, so I tried pkozwloski's project <https://github.com/pkozlowski-opensource/ng2-play> and did the steps on that page (npm and gulp). I only get "Loading..." in the browser with these console errors:
Error: Array.from is not a function Error loading http://localhost:9000/dist/hello.js at http://localhost:9000/node_modules/angular2/bundles/angular2.min.js:3:8514 at Function.e.values (http://localhost:9000/node_modules/angular2/bundles/angular2.min.js:3:9076) [SNIP] http://localhost:9000/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found) I tried switching to angular2.dev.js to hopefully get better errors, and now instead get this: angular2.dev.js:138 Error: m.values is not a function Error loading http://localhost:9000/dist/hello.js at createArrayFromMap (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:4050:43) at Function.MapWrapper.values (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:4096:14) at _createListOfProviders (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:20422:36) at Object.resolveProviders (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:20401:22) at Function.Injector.resolve (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:22503:25) at Function.Injector.resolveAndCreate (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:22506:40) at Object.platformCommon (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:19891:48) at platform (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:26538:30) at Object.commonBootstrap (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:26549:13) at Object.bootstrap (http://localhost:9000/node_modules/angular2/bundles/angular2.dev.js:27379:33) Don't really know where to go from here. -Vern -- 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.
