src/app/issue-detail/linked-issue-item.component.ts
Displays a linked issue in a list.
By default, only information from #issueStub will be displayed. When the user expands the accordion card, the issue's body will be loaded separately.
selector | app-issue-detail-linked-issue-item |
styleUrls | linked-issue-item.component.scss |
templateUrl | linked-issue-item.component.html |
Properties |
|
Methods |
Inputs |
constructor(dataService: DataService, router: Router)
|
|||||||||
Parameters :
|
issueStub | |
Type : Issue
|
|
Cursory information about the linked issue. |
projectId | |
Type : string
|
|
The raw project ID. |
didOpen |
didOpen()
|
Event handler for when the accordion is opened. Loads the full issue if it hasn't been loaded yet.
Returns :
void
|
Public fullIssueLink |
Type : string
|
Link to the full issue page. |
linked-issue-item.component.scss