install ui material lib ng code example
Example 1: install material-ui
npm install @material-ui/core
# Yarn
yarn add @material-ui/core
Example 2: add material library angular
ng add @angular/material
npm install @material-ui/core
# Yarn
yarn add @material-ui/core
ng add @angular/material