OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

Use Angular Material #12

Open kylecordes opened 7 years ago

kylecordes commented 7 years ago

Currently the example application uses Materialize CSS. This works well, but is less realistic for a large app, than something with more functionality.

Change out Materialize CSS for Angular Material (2) or ng-bootstrap.

thinusn commented 6 years ago

How about something like https://github.com/NG-ZORRO/ng-zorro-antd

kylecordes commented 6 years ago

@thinusn I've heard of that component set from a couple of other directions, and it looks very nice from a quick review. It hasn't received much attention at all compared to the two of them that I mentioned. But I will certainly add it to my list of component sets to consider.