src/app/components/issue-location/issue-location.component.ts
Displays an issue location.
selector | app-issue-location |
styleUrls | ./issue-location.component.scss |
templateUrl | ./issue-location.component.html |
Methods |
Inputs |
constructor(router: Router)
|
||||||
Parameters :
|
location | |
Type : IssueLocation
|
|
The location object that will be displayed. |
projectId | |
Type : string
|
|
The raw project ID. |
goToLocationDetails |
goToLocationDetails()
|
Navigates to the location's detail page.
Returns :
void
|
isComponent |
isComponent()
|
Returns true if the location refers to a component.
Returns :
boolean
|
./issue-location.component.scss