2

I have a Question that how to integrate Angular4Material in Ionic3. I am looking to use AngularMaterial (https://material.angular.io/) in Ionic3 Project.

I know that Ionic3 Already comes with Material Design,but few components were not good in Ionic3 especially Select Menu, Autocomplete etc… So i want to use MaterialSelect Menu https://material.angular.io/components/select/overview

Autocomplete https://material.angular.io/components/autocomplete/overview1

from AngularMaterial?

I tried to integrate this in my project. But not working.

Previously in Angular1Material and Ionic1 combo its working. But in Ionic3 How to Achieve This?

Please help me on this.

If its worked means we can give awesome designs using AngularMaterial compare to ionic material. Thank you.

Anil
  • 21
  • 3
  • 2
    What have you tried? What didn't work? – bugs Apr 10 '18 at 11:06
  • Actually i just tried with material button but it didnt worked out. just its displaying normal button – Anil Apr 10 '18 at 11:33
  • Have you imported all the required dependencies and included the styles? – bugs Apr 10 '18 at 11:34
  • I done like below 1.npm install --save @angular/material @angular/cdk 2.npm install --save @angular/animations Module.ts file import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; @NgModule({ ... imports: [BrowserAnimationsModule], ... }) added in home.html file added i dont know what to add in home.ts file regarding to this button modules. – Anil Apr 10 '18 at 11:45
  • You also need `import {MatButtonModule} from '@angular/material/button';` in your app.module – bugs Apr 10 '18 at 11:45

0 Answers0