Utility function to define multiple routes with function-based handlers.
An array of route definitions, each containing path, module, and options.
The RouterBlueprint.
Utility function to define multiple routes with factory-based handlers.
An array of route definitions, each containing path, module, and options.
The RouterBlueprint.
Utility function to define multiple routes.
Param: routes
An array of route definitions, each containing path, module, and options.
Returns
The RouterBlueprint.