src/app/components/issue-label/issue-label.component.ts
Renders an issue label.
selector | app-issue-label |
styleUrls | ./issue-label.component.scss |
templateUrl | ./issue-label.component.html |
Methods |
|
Inputs |
label | |
Type : Label
|
|
The label to display. Nullable. Should have properties |
Public isColorDark | ||||||||
isColorDark(color?: string)
|
||||||||
Determines whether the color is light or dark.
Parameters :
Returns :
boolean
|
./issue-label.component.scss