Farata / angular2typescript

Code samples from the book Angular 2 Development with TypeScript
MIT License
440 stars 270 forks source link

Fix: remove generated files #6

Closed catull closed 8 years ago

catull commented 8 years ago

Two fixes.

  1. The embedded typescript in index.html transpiles the TypeScipt source in ts/ files to the folder js. There is no need to keep the generated JavaScript sources around. Well the JavaScript files only get generated if lite-server or live-server is launched in appendixb/.
  2. A couple of dependencies in chapter2/auction/package.json.
yfain commented 8 years ago

Thank you!

catull commented 8 years ago

You're most welcome.