From 1445d5f8e10fdae3e75013bb6fc4e5fa27883a90 Mon Sep 17 00:00:00 2001 From: Niggl Date: Fri, 10 Jul 2020 22:33:17 +0200 Subject: [PATCH] filled out missing constructor parameter descriptions --- .../userstory-inner-table.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/tabels/userstory-inner-table/userstory-inner-table.component.ts b/src/app/components/tabels/userstory-inner-table/userstory-inner-table.component.ts index 01e6b05..f577876 100644 --- a/src/app/components/tabels/userstory-inner-table/userstory-inner-table.component.ts +++ b/src/app/components/tabels/userstory-inner-table/userstory-inner-table.component.ts @@ -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,