$ ng add @angular/material
</pre>
===カスタムテーマ===
* https://www.creative-tim.com/product/material-dashboard-angular2
* [https://zenn.dev/fusho_takahashi/articles/20d044c4a2d459b5c2ca Angular Material でカスタムカラーを使う]
* [http://mcg.mbitson.com/#!?mcgpalette0=%233f51b5 カラーパレット生成]
* [https://material.io/design/color/the-color-system.html カラーシステム]
* [https://qiita.com/daikiojm/items/7b77edb49306d29f389d Angular Materialのカスタムテーマを設定
* [https://github.com/angular/components/blob/c1f6ea19cb317d30af79dc431d39ed8b962e146d/src/lib/core/theming/_palette.scss Angular Material _palette.scss]
==非同期通信==