Update: if I replace this: <script src="/node_modules/systemjs/dist/system.js"></script> with this: <script src="/node_modules/systemjs/dist/system-csp-production.js" ></script>
then my runtime console error changes to: app.ts:1 Uncaught ReferenceError: require is not defined That would seem to be an es6 issue. But I'm including es6-shim.min.js. And my .ts files are configured to compile to ECMAScript 5 using CommonJS Module format. I'm still wrapping my head around all of this... so could be doing something stupid easily. Ideas? -- 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.
