PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

use angular material 1.0 #75

Open PatrickJS opened 8 years ago

phyng commented 8 years ago

:+1:

sweetchili commented 8 years ago

Can someone please explain to me how to include angular-material in this seed?

fesor commented 8 years ago

@sweetchili, I started PR to add angular-material, so you can just check this commit: https://github.com/AngularClass/NG6-starter/commit/ced8cff6d684e6fdb8194347b63a7351cc726aca

robguy21 commented 8 years ago

It would be incredibly frustrating if angular-material was included in NG6 by default.

fesor commented 8 years ago

@robguy21 I plan to create yoman generator instead of just starter repo. This will allow to chose which UI toolkit you want to use. What do you think?

robguy21 commented 8 years ago

@fesor Personally, If you're going in that direction I think you should give an option to bypass either.

Remember that you'd be going into territory where you also have to ask if the user is using the scss/less or hell maybe he's using postcss... just gets a bit sticky in my opinion.