schempy / angular2-typescript-webpack

Angular2 starter kit with Typescript and Webpack
http://www.schempy.com/2016/01/19/angular2_webpack_typescript/
67 stars 30 forks source link

upgrade angular to 2.0.0-rc.1 #8

Closed hermanfransen closed 8 years ago

hermanfransen commented 8 years ago

Thanks for this very useful repo, to contribute I upgraded it to rc1.

schempy commented 8 years ago

@hermanfransen Thanks for contributing!

I'm getting compiling errors running npm run build and npm run start. Could you take a look? Tested using node v4.0.0 and v5.7.1

hermanfransen commented 8 years ago

Do a typings install, this will install es6-shim

These typings make the typescript compile errors disappear

See also changed readme.md

schempy commented 8 years ago

@hermanfransen That did it! Stupid mistake on my part. Thanks again!