Partially disable Angular Material animations

Partially disable Angular Material animations

Different options to disable animations of Angular Material:
read more
Separate Module for Angular Material Modules

Separate Module for Angular Material Modules

If you are using Angular Material in your website or app, you can create a separate module for importing all material modules separated from your app.module.ts to avoid getting your code unreadable. Be aware, that you should only import that...
read more