Module: Feature_Routing

Enable web request routing.

Source:
appFeatures/routing.js

Members


<static> type :string

This feature is loaded at ready (final) stage.

Type:
  • string
Source:
appFeatures/routing.js

Methods


<static> load_(app, routes)

Load the feature.

Parameters:
Name Type Description
app Routable

The app module object

routes object

Routes and configuration

Source:
appFeatures/routing.js
Returns:
Type
Promise.<*>