Angular-material

Hi All,

is Ionic2 using google angular material ? They have just released 2.0.0-alpha.1

thanks

Yes. Just add this for seeing it.

@App({
  templateUrl: 'app.html',
  config: {
    mode: 'md'
  },

So we’re not using the angular-material lib, but our own implementation in order to have low-level control of things.

You can see it in action here