Get the Newsletter

plugin

A Method

plugin(plugin: any, pluginConfig?: any): FrameworkConfiguration

Configures an external, 3rd party plugin before Aurelia starts.

Parameters

plugin: any
The ID of the 3rd party plugin to configure.
pluginConfig?: any
The configuration for the specified plugin.

Returns

Returns the current FrameworkConfiguration instance.