1//To take advantage of Angular Material install it in the terminal
2$ ng add @angular/material
3//Choose the options that will be presented to you
1/* Answer to: "Angular material design" */
2
3/*
4 Angular Material is a UI component library for Angular JS
5 developers. Angular Material components help in constructing
6 attractive, consistent, and functional web pages and web
7 applications while adhering to modern web design principles like
8 browser portability, device independence, and graceful degradation.
9
10 Main Website: https://material.angular.io/
11
12 Get started here: https://material.angular.io/guide/getting-started
13
14 For examples on usage of this library go to:
15 https://material.angular.io/components/
16*/