DanWahlin / Angular-JumpStart

Angular and TypeScript JumpStart example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests & Release

jimthedev opened this issue · comments

Hi Dan,

Have you considered how testing and bundling might work in this setup?

I ask because tsc doesn't currently support bundling so it seems like we'd need to bring in some other tool in order to support testing and bundling.

Definitely something that will have to be figured out. I doubt I'll do anything along those lines in this project, but in a "real life" project it'll be a requirement. For testing, they now have some documents on the http://angular.io site if you're interested. For bundling, I've been playing around with JSPM but there are some other options out there (WebPack, etc.).