Smooth integration of angular2-material #884
Labels
effort1: easy (hours)
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
Hi,
I think it would be interesting to have a smooth integration between angular2 and angular2-material.
Angular2 is now called a platform and not a framework because of all this ecosystem around it and having all of that merged within angular-cli would be awesome.
It's just my opinion, but having something like that would be nice :
ng new my-project --material
orng new my-project --mobile --material
Behind the hood it would
npm install --save @angular2-material/core
And initialize those files (so devs just have to add the components they need) :
angular-cli-build.js
system-config.ts
This way it would be much easier to start a project with material-design and we wouldn't have to type as fast as Kara 🔥 !
The text was updated successfully, but these errors were encountered: