filled out missing constructor parameter descriptions

This commit is contained in:
Nicolai Ort 2020-07-10 22:33:17 +02:00
parent e7c18b3fdf
commit 1445d5f8e1

View File

@ -30,9 +30,9 @@ export class UserstoryInnerTableComponent extends TableComponentBase<
/**
* 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
* @param backendService backendService object for backend communication
* @param modalService angular modalService to handle modals for the Form popups
* @param route route object to extract parameters from
*/
constructor(
private backendService: BackendService,