12-07-2021 05:31 AM
Hi,
i am trying to add a childrens route to my project library, I read this doc page but don't works.
this is my route inside json file
"routes": [
{
"id": "abd-rubrica.route",
"path": "Rubrica",
"component": "abd-rubrica.main.component",
"children": [
{ "id": "abd-rubrica-add.route", "path": "add", "component": "AddComponent" },
{ "id": "abd-rubrica-edit.route", "path": "edit/:id", "component": "EditComponent" }
]
}
],If I try to navigate to "Rubrica/add" or "Rubrica/edit" but no component is displayes.
Someone can help me?
Explore our Alfresco products with the links below. Use labels to filter content by product module.