Angular Material provides components and directives that help position and layout the content. The components adhere to Material Design specifications and provide functionality out of the box.
This chapter describes three often-used components that encapsulate content, cards, tabs, and an accordion with an expandable panel. A card provides view for a single entity. The entity could be an order or customer. Tabs allow switching between entities for each tab. The accordion with an expansion panel displays a list of items.
Material Design: Card
A card is a Material Design ...