An open API service indexing awesome lists of open source software.

https://github.com/tliliabdelmonem/angular-material-theme

Angular Material 18 Theming Application: This Angular application demonstrates how to implement custom theming using Angular Material 18. It includes dynamic theming features, such as modifying button rounding, changing the color theme, and adjusting font sizes.
https://github.com/tliliabdelmonem/angular-material-theme

angular material-ui theme

Last synced: 12 months ago
JSON representation

Angular Material 18 Theming Application: This Angular application demonstrates how to implement custom theming using Angular Material 18. It includes dynamic theming features, such as modifying button rounding, changing the color theme, and adjusting font sizes.

Awesome Lists containing this project

README

          

# Angular Material 18 Theming Application

This Angular application demonstrates how to implement custom theming using Angular Material 18. It includes dynamic theming features, such as modifying button rounding, changing the color theme, and adjusting font sizes.

## Features

* Dynamic Rounding: Adjust the rounding of button corners dynamically.
* Custom Color Theme: Change the application's color theme using [material-color-utilities](https://www.npmjs.com/package/@material/material-color-utilities).
* Font Size Customization: Modify font sizes for flat buttons and headings.

## Installation

1. Clone the repository:

```
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name

```

2. Install dependencies:

```
npm install

```
3. Run the application:

```
ng serve

```

## Preview

![alt text](https://github.com/tliliAbdelmonem/Angular-Material-Theme/blob/main/public/preview/Screenshot.png?raw=true)