November 2019
Beginner
436 pages
8h 52m
English
You need to integrate the Browser Animations module for the material components to work correctly. Follow these steps to do so:
import { BrowserAnimationsModule } from '@angular/platform-browser /animations'; @NgModule({ declarations: [AppComponent], imports: [BrowserModule, BrowserAnimationsModule, AppRoutingModule], providers: [], bootstrap: [AppComponent] }) export class AppModule {}
The next step is configuring the default theme settings.
Read now
Unlock full access