Optional
Readonly
hasFeatures this one provides.
The feature always provides itself.
Optional
Readonly
needsFeatures this one requires.
Optional
initInitializes this feature by calling the given bootstrap context constructed.
Either nothing when initialization completed synchronously, or a promise-like instance resolved when initialization completed asynchronously.
Feature initialization context.
Optional
setupSets up bootstrap.
This method is called before bootstrap context created.
Either nothing when setup completed synchronously, or a promise-like instance resolved when setup completed asynchronously.
Bootstrap setup.
Generated using TypeDoc
Feature definition.