Angular Material

What is Angular Material?

  • It is a UI component library
  • Helps to build good user interface is less time.
  • It is an implementation of Google Material Design specification.
  • Just like React has MaterialUI, Vue has vuetify, Angular has Angular Material
  • Website of Anglar material : https://material.angular.io/

Following are the steps involved :

  1. Add angular to an Application
  2. Typography
  3. Component
    • Buttons and Indicators
    • Navigation
    • Layout
    • Form Control
    • Popups and Modals
    • Data Tables

Leave a Comment