How To Install Angular Material | #angularmaterial #angular11 #angular

preview_player
Показать описание

Today Topic How To Install Angular Material And Use In Existing Project

1) Open the existing project on vscode.
2) Open terminal on vscode and write ng add @angular/material to install angular material.
3) After installation create share module to use material component.
4) To create module use ng g module material --module app
5) After creating module load material component.
7) For now we use only two material component input and card.

Next Topic will be Design Registration page in material and consume register API in CI4
Рекомендации по теме