src/app/components/issue-item/issue-item.component.ts
This component displays an issue (for use in e.g. a list).
selector | app-issue-item |
styleUrls | ./issue-item.component.scss |
templateUrl | ./issue-item.component.html |
Methods |
Inputs |
constructor(router: Router)
|
||||||
Parameters :
|
extended | |
Type : boolean
|
|
Default value : false
|
|
Whether to show extended info, such as the issue's locations. |
interactive | |
Type : boolean
|
|
Default value : false
|
|
If true, this component will display a hyperlink. |
issue | |
Type : Issue
|
|
The issue object that will be displayed. |
projectId | |
Type : string
|
|
The raw project ID. |
getIssueLink |
getIssueLink()
|
Returns the link URL for the issue.
Returns :
string
|
./issue-item.component.scss