Hi guys, I finally managed to make my browser load angular2 ts from files and to include my own TS files. But after loading a couple of files it breaks with:
Uncaught (in promise) Uncaught SyntaxError: Unexpected token export Evaluating http: //127.0.0.1:8080/node_modules/angular2/ts/src/core/change_detection/pipe_transform.ts Error loading http://127.0.0.1:8080/src/app/app.ts I'm not sure what can I do about it. The pipe_transform.ts file looks OK for me. I use typescript 1.7.3 and angular 2.0.0-alpha.47. I load files via systemjs. Can you help? Do you need any more info from me? I love angular2 and would like to explore it more and to try to build some bigger app with it. Thanks Piotr -- 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.
