1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

docs(angular): add containers content (#6451)

This commit is contained in:
J. Degand
2024-08-08 23:32:52 -04:00
committed by GitHub
parent 943214d88c
commit a6ceeb2ee8

View File

@@ -1 +1,7 @@
# Containers
# Containers
Some Angular Material UI components cannot take children, such as an input, so you need to use container elements to customize the UI component.
Visit the following resources to learn more:
- [@official@Using containers for native elements](https://angular.dev/best-practices/a11y#using-containers-for-native-elements)