-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(prgoress-spinner): fix color input on md-spinner
* Makes color application dynamic by moving it to a getter / setter. (similar to all other components & makes it easier to share the code in the future) * Now the `md-spinner` can also have a `color` binding. * Fixes the missing documentation for the `color` and `value` inputs * Removes the unused `changeDetectorRef` from the constructor DI Fixes #2393
- Loading branch information
1 parent
026c70a
commit 5c763b1
Showing
2 changed files
with
75 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters