steps for angular part -3
Angular Material Icons Setting Up Material Library Step1: go to terminal in VSCode npm install --save @angular/material Step2: Add this in index.html after line 8 < link href = "node_modules/@angular/material/core/theming /prebuilt/indigo-pink.css" rel = "stylesheet" > Step 3: Add the below line in systemjs.config.js '@angular/material' : 'npm:@angular/material/bundles/material.umd.js' and check if it correctly referenced