Summary Angular Material is the official Material Design component library for Angular, providing 50+ production-ready components with built-in accessibility, theming, and TypeScript support.
| Animations not working | Import provideAnimations() or BrowserAnimationsModule | | Icons not showing | Import Material Icons font in index.html | | Styles not applying | Import @angular/material/prebuilt-themes in styles.scss | | Form field errors | Wrap input in with | | Table not sorting | Add MatSort directive and set dataSource.sort |
| Dialog not opening | Inject MatDialog service and import MatDialogModule |
Опыт библиотеки компонентов Angular Material для более чем 20 приложений Angular. Используйте при реализации компонентов Material Design (кнопки, формы, диалоговые окна, таблицы, навигация), тем, специальных возможностей или создания пользовательского интерфейса Angular с использованием предварительно созданных компонентов Material. Охватывает все модули Material, API-интерфейсы компонентов и лучшие практики. Источник: 7spade/black-tortoise.