#2 💅Add Angular Material
Add Angular Material packages
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
@NgModule({
...
imports: [
...
BrowserAnimationsModule,
],
})import 'hammerjs';Add a material theme
Add a module for Angular material
Last updated