src/app/project-issue-list/project-issue-list.component.ts
This component is displayed when clicking on issues on the sidebar. It contains the IssueHeaderComponent and the IssueListComponent.
selector | app-project-issue-list |
styleUrls | ./project-issue-list.component.scss |
templateUrl | ./project-issue-list.component.html |
Properties |
|
constructor(route: ActivatedRoute, dataService: DataService)
|
||||||||||||
Parameters :
|
Public issueListId |
Type : ListId
|
ID of the list which is shown in the IssueListComponent |
Public project$ |
Type : DataNode<Project>
|
Public projectId |
Type : string
|
./project-issue-list.component.scss