Comments for the constructor of the userstory inner table
This commit is contained in:
parent
bc1c6b06be
commit
e7c18b3fdf
@ -27,6 +27,13 @@ export class UserstoryInnerTableComponent extends TableComponentBase<
|
|||||||
|
|
||||||
@Input() public storys: ScrumUserstory[] = [];
|
@Input() public storys: ScrumUserstory[] = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor that establishes the initial backend communication.
|
||||||
|
* It also sets the tabel's items according to the "storys" input (needed for the dashboard).
|
||||||
|
* @param backendService
|
||||||
|
* @param modalService
|
||||||
|
* @param route
|
||||||
|
*/
|
||||||
constructor(
|
constructor(
|
||||||
private backendService: BackendService,
|
private backendService: BackendService,
|
||||||
private modalService: NgbModal,
|
private modalService: NgbModal,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user