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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -