1. Install angular material, angular animations and angular flex layout
Note: As of Angular v6 you no longer need to manually add Angular material you can use the new "Add" CLI command. However this is not how you do it with Nx.
Always use the same Major version of Material as your Angular CLI and packages.
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