Angular - Material

Material is the graphics system defined by Google. It competes against Bootstrap.

Material Controls

  • [[GettingStartedWithMaterial]]
  • [[Button]] - Buttons in Material
  • [[mat-card]] - draws a box (similar to html fieldSet / legend)
  • [[mat-divider]] - draw’s a line on the page
  • [[mat-error]] - displays an error message - material style.
  • [[mat-password]] - control used to add a password

Common UI topics

  • [[FirstField]] - Focus on first field when the form opens.
  • [[Materal-Modal]] - Material has a modal module. (Different then bootstraps))

References

Return to Angular [[home]] page.