Added TypeDoc/comments

This commit is contained in:
Giuseppe Digilio
2019-02-07 18:17:04 +01:00
parent f267308a09
commit f6a88d846f
27 changed files with 306 additions and 24 deletions

View File

@@ -17,4 +17,7 @@ import { SubmissionEditComponent } from '../submission/edit/submission-edit.comp
])
]
})
/**
* This module defines the default component to load when navigating to the workflowitems edit page path.
*/
export class WorkflowitemsEditPageRoutingModule { }