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
- https://material.angular.io/ - material home page.
- https://material.angular.io/guide/getting-started
- https://www.positronx.io/angular-8-reactive-forms-validation-with-angular-material-8/
Return to Angular [[home]] page.