![]() |
VOOZH | about |
Angular Material is a UI component library developed by 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 done it you can enter the below command and can download it. matTooltip is used when certain information is to be displayed when a user hovers on a button.
Installation syntax:
ng add @angular/materialApproach:
Project Structure: It will look like the following.
👁 ImageCode Implementation:
app.module.ts:
app.component.html:
Output: