Angular 2 Quickstart App Throwing Errors -


when run code "5 min quickstart" https://angular.io/guide/quickstart

here code i'm running , npm-debub.log https://gist.github.com/140173804bb527b5ed20

file structure:

2angular/    tsconfig.json    package.json    index.html    app/       app.components.ts       boot.ts 

do know what's going on?

get both ts files inside of app folder or change system configuration not them in there:

system.import('app/boot')

and make sure running npm install before npm start


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -