Module

services/routes

Service to handle the fetch of Routes to do the mapping

Methods

# async inner getRoutes(segmentationValueopt) → {Promise.<Array.<any>>}

Gets the Routes of the application, which are all the non-menu related routes the application needs to add to its router

Parameters:
Name Type Attributes Description
segmentationValue string <optional>

the value for the segmentation

an array with all the routes

Promise.<Array.<any>>