I wasn't understanding how to use the routes property, your link helped and was exactly what I needed, thanks!
Hi,
I am trying to pass it in like the language example but the difference is I am clicking an item in the nav menu. How can I change the code below to pass in the parameter?
).AddItem(new MenuItemDefinition(
PageNames.App.Tenant.RequisitionsService,
L("NewServiceRequisition"),
url: "tenant.requisitionsservice",
icon: "fa fa-circle",
permissionDependency: new SimplePermissionDependency(AppPermissions.Pages_Tenant_Requisitions_Service_Add)
)
The language example passes the parameter in the $state.go function.
Ok so I found the issue, the line of code "Configuration.Features.Providers.Add<AppFeatureProvider>();" is already in the CoreModule by default.