![]() |
VOOZH | about |
Angular Material is a UI component library developed by the Angular team to build design components for desktop and mobile web applications.
In order to install it, we need to have angular installed in our project, once you have it, you can enter the below command and can download it.
Installation syntax:
ng add @angular/material
Approach:
Code implementation:
app.module.ts:
app.component.html:
Output:
Observation: If you clearly observe the above output, you can understand that you can't select and it is the way how read-only property looks like.