https://github.com/shhdharmen/indepth-customizing-angular-material-button
InDepth Guide for Customizing Angular Material Button
https://github.com/shhdharmen/indepth-customizing-angular-material-button
angular angular-material angular-material-button angular-material-scss angular-material-theme angular-material-themes angular-scss customize-angular-material
Last synced: 3 months ago
JSON representation
InDepth Guide for Customizing Angular Material Button
- Host: GitHub
- URL: https://github.com/shhdharmen/indepth-customizing-angular-material-button
- Owner: shhdharmen
- Created: 2022-06-05T12:50:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T14:58:17.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T14:53:30.837Z (5 months ago)
- Topics: angular, angular-material, angular-material-button, angular-material-scss, angular-material-theme, angular-material-themes, angular-scss, customize-angular-material
- Language: HTML
- Homepage:
- Size: 218 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [InDepth Guide for Customizing Angular Material Button](https://indepth.dev/tutorials/angular/indepth-guide-for-customizing-angular-material-button)
In this tutorial we will learn all the ways to customize angular material buttons and decide which is better. We will also look at how to modify styles so that they don’t break with updates.
By end of this article, you will have idea about below topics:
1. How to create attribute directive
2. How to create dynamic component
3. When to create component and when to create directive
4. How to effectively modify any 3rd party library’s components, for both, to add a feature and to change the look and feelRead full article at: [InDepth Guide for Customizing Angular Material Button](https://indepth.dev/tutorials/angular/indepth-guide-for-customizing-angular-material-button)