# CC Components

These components consist of shared UI elements developed with Angular. They are designed for use across Sunbird consumption platforms, such as mobile apps, web portals, and offline desktop applications. These components are created to enhance reusability and simplify maintenance.

### Info

In the beta version ([**v14-UI-angular-material-migration**](https://github.com/Sunbird-Ed/SunbirdEd-consumption-ngcomponents/tree/v14-UI-angular-material-migration)) of the SunbirdEd-consummption-ngcomponents, we implemented  Angular Material to enhance the user interface and improve the overall user experience. Despite the availability of several major Angular Material versions, including the latest v16.2.3, we chose to utilize [**version 14**](https://v14.material.angular.io/) for the SunbirdEd-consummption-ngcomponents.

To find installation instructions and details regarding the folder structure, kindly consult the sections in the installation and Theme Setup related to [**Angular Material**](/release-6.0.0/use/source-code/ui-user-interface-sunbird-ed-portal/angular-material.md) mentioned above.

Below, you'll find a list of key components implemented with Angular Material.

{% content-ref url="/spaces/xNCrgHvEtBEHJOGTOcsQ/pages/h6rPjjS3sEvY2CPxsZm8" %}
[Card](/release-6.0.0/use/source-code/ui-user-interface-sunbird-ed-portal/angular-material/cc-components/card.md)
{% endcontent-ref %}

{% content-ref url="/spaces/xNCrgHvEtBEHJOGTOcsQ/pages/nRSlB2nPcnM9x1TuyIHb" %}
[Chips](/release-6.0.0/use/source-code/ui-user-interface-sunbird-ed-portal/angular-material/cc-components/chips.md)
{% endcontent-ref %}

{% content-ref url="/spaces/xNCrgHvEtBEHJOGTOcsQ/pages/PscgR9KficSKG1wXdrB5" %}
[Expansion Panel](/release-6.0.0/use/source-code/ui-user-interface-sunbird-ed-portal/angular-material/cc-components/expansion-panel.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ed.sunbird.org/release-6.0.0/use/source-code/ui-user-interface-sunbird-ed-portal/angular-material/cc-components.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
