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

@@ -13,6 +13,9 @@ import { SubmissionModule } from '../submission/submission.module';
],
declarations: []
})
/**
* This module handles all modules that need to access the workflowitems edit page.
*/
export class WorkflowitemsEditPageModule {
}