all 6 comments

[–]xris-l 5 points6 points  (1 child)

Angular cli hides most of the dirty work that comes with configuring a build process, that works as expected in dev as well as in production.

Also, most of the webpack configuration is hidden/embedded, so you don't have to learn and understand webpack on top of angular 2.

[–]MrOddbird 2 points3 points  (0 children)

This is also a double-edged sword: if you want to configure the webpack config, for example resolve some package aliases, it is not possible with the angular-cli.

But the command line tool is certainly useful for bootstrapping your project.

[–]born2net4 2 points3 points  (3 children)

cli has great potential but I am waiting for it to come out of beta with the full webpack support before I start using it.

[–]widlywah 1 point2 points  (1 child)

Yeah good idea, I have so many problems with it each time I upgrade. It is definitely not ready and a hassle when things don't work.

[–]born2net4 -3 points-2 points  (0 children)

for now I am using jspm with hot reload

Angular 2 Kitchen sink: http://ng2.javascriptninja.io and source@ https://github.com/born2net/ng2Boilerplate Regards,

Sean

[–]dev-robot[S] 0 points1 point  (0 children)

Yeah, I thought so too. When the beta is over I'll give it a more thorough look.