https://github.com/shhdharmen/theming-material-components
Part 1 of Custom Theme for Angular Material Components Series
https://github.com/shhdharmen/theming-material-components
Last synced: 2 months ago
JSON representation
Part 1 of Custom Theme for Angular Material Components Series
- Host: GitHub
- URL: https://github.com/shhdharmen/theming-material-components
- Owner: shhdharmen
- Created: 2019-01-29T10:54:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T06:39:45.000Z (over 6 years ago)
- Last Synced: 2025-02-10T14:53:29.800Z (4 months ago)
- Language: TypeScript
- Homepage: https://medium.com/@shhdharmen/custom-theme-for-angular-material-components-series-create-a-theme-42229068271d
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Context
This is code for Part 1 of Custom Theme for Angular Material Components Series.
Please read this  for better understanding.
# How to run this project
```bash
npm i
ng serve -o
```