6 - Angular Material
In this section we will explore Angular Material and installing third party dependencies

1. Install angular material, angular animations and angular flex layout
Add animations module to the main app module.
2. Add a new Nx lib to hold all the common material components we will use in our apps
Add all the common material components and re-export them
Add material module to auth module
3. Add material default styles
Update the login-form to use material components
4. Go and explore flex layout docs
Go to this website and try out the flex examples.
https://tburleson-layouts-demos.firebaseapp.com/#/docs

Last updated