I\'ve followed the starting guide and expanded a little upon for a previous angular 2 version. I\'ve updated my revision and changed everything accordingly. When I am runnin
At first, you should compile your TypeScript files with
$ tsc
command. If you are running application outside the node envirnoment, you should compile TypeScript files manually.
Also check tsconfig.json - if script version is set as ES6 for Angular 2.0