[ACA-3182] Add a way to define an extension route as child of a route (#1463)

* [ACA-3182] Add a way to define an extension route as child of a route

* [ACA-3182] Add unit tests

* [ACA-3182] Add license header
This commit is contained in:
arditdomi
2020-05-12 09:39:33 +01:00
committed by GitHub
parent ea0cfaa99c
commit 6dc01c4b17
7 changed files with 156 additions and 38 deletions
+6 -6
View File
@@ -30,10 +30,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "3.8.0",
"@alfresco/adf-core": "3.8.0",
"@alfresco/adf-extensions": "3.8.0",
"@alfresco/js-api": "3.8.0",
"@alfresco/adf-content-services": "3.9.0-8ef91ce98d8d0e20127b826fccec830077585fb1",
"@alfresco/adf-core": "3.9.0-8ef91ce98d8d0e20127b826fccec830077585fb1",
"@alfresco/adf-extensions": "3.9.0-8ef91ce98d8d0e20127b826fccec830077585fb1",
"@alfresco/js-api": "3.9.0-60f7d7e3507a85b4118fc326097e53b987530dcc",
"@angular-custom-builders/lite-serve": "0.0.2",
"@angular/animations": "7.2.15",
"@angular/cdk": "^7.3.7",
@@ -66,8 +66,8 @@
"zone.js": "0.8.29"
},
"devDependencies": {
"@alfresco/adf-cli": "3.8.0",
"@alfresco/adf-testing": "3.8.0",
"@alfresco/adf-cli": "3.9.0-8ef91ce98d8d0e20127b826fccec830077585fb1",
"@alfresco/adf-testing": "3.9.0-8ef91ce98d8d0e20127b826fccec830077585fb1",
"@angular-devkit/build-angular": "~0.13.9",
"@angular-devkit/build-ng-packagr": "^0.13.10",
"@angular/cli": "^7.3.9",