https://github.com/shhdharmen/indepth-theming-material-components
In this series, I will write about creating and applying Custom Theme to different Angular Material Components.
https://github.com/shhdharmen/indepth-theming-material-components
angular angular-material-components custom-theme scss series
Last synced: 6 months ago
JSON representation
In this series, I will write about creating and applying Custom Theme to different Angular Material Components.
- Host: GitHub
- URL: https://github.com/shhdharmen/indepth-theming-material-components
- Owner: shhdharmen
- Created: 2020-08-21T06:38:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-06T09:46:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T15:52:35.464Z (7 months ago)
- Topics: angular, angular-material-components, custom-theme, scss, series
- Language: TypeScript
- Homepage: https://indepth.dev/custom-theme-for-angular-material-components-series-part-1-create-a-theme/
- Size: 956 KB
- Stars: 32
- Watchers: 4
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Custom Theme for Angular Material Components Series

## Context
In this series, I will write about creating and applying Custom Theme to different Angular Material Components.
Below are the links to articles:
- [Custom Theme for Angular Material Components Series: Part 1 — Create a Theme](https://indepth.dev/custom-theme-for-angular-material-components-series-part-1-create-a-theme/ )
- [Custom Theme for Angular Material Components Series: Part 2 — Understand Theme](https://indepth.dev/custom-theme-for-angular-material-components-series-part-2-understand-theme/)
- [Custom Theme for Angular Material Components Series: Part 3 — Apply Theme](https://indepth.dev/custom-theme-for-angular-material-components-series-part-3-apply-theme)## Development
```bash
git clone https://github.com/shhdharmen/indepth-theming-material-components.git
cd indepth-theming-material-components
npm i
npm start
```