npm material code example
Example 1: material ui npm
// with npmnpm install @material-ui/core // with yarnyarn add @material-ui/core
Example 2: install angular material
ng add @angular/material
// with npmnpm install @material-ui/core // with yarnyarn add @material-ui/core
ng add @angular/material