I have an Angular-Material
app written obviously with angularJS 1.x
I want to rewrite that with Angular 2
. Currently Angular-Material2
is on really early stage so I just thinking would it be an easy way to somehow convert Angular-Material
to MDL
? How much of my current Angular-Material
layouts and CSS code can I reuse?
Maybe someone had such experience and can give an advice?