Get the Newsletter

feature

A Method

feature(plugin: any, config?: any): FrameworkConfiguration

Configures an internal feature plugin before Aurelia starts.

Parameters

plugin: any
The folder for the internal plugin to configure (expects an index.js in that folder).
config?: any
The configuration for the specified plugin.

Returns

Returns the current FrameworkConfiguration instance.