Add additional typedocs to Edit Item classes

This commit is contained in:
Yana De Pauw
2018-12-20 11:43:04 +01:00
parent b9ea5133e3
commit 2e40b007ae
4 changed files with 14 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ const ITEM_EDIT_PRIVATE_PATH = 'private';
const ITEM_EDIT_PUBLIC_PATH = 'public';
const ITEM_EDIT_DELETE_PATH = 'delete';
/**
* Routing module that handles the routing for the Edit Item page administrator functionality
*/
@NgModule({
imports: [
RouterModule.forChild([