In Chapter 3, Prepare Angular App for Production Release, we mentioned the need to deliver a high-quality application. Currently, the app has a terrible look and feel to it, which is only fit for a website created in the late 1990s. The first impression a user or a client will get about your product or your work is very important, so we must be able to create a great looking application that also delivers a great user experience across mobile and desktop browsers.
As full-stack developers, it is difficult to focus on the polish of your application. This gets worse, as the feature set of an application rapidly grows. It is no fun to write great and modular code backing your views, but then revert to CSS hacks and inline styles in a rush to improve your application.
Angular Material is an amazing library that is developed in close coordination...