@sourceloop/feature-toggle / Exports / FeatureToggleComponent
Class: FeatureToggleComponent¶
Implements¶
Component
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new FeatureToggleComponent(application
)
Parameters¶
Name | Type |
---|---|
application |
RestApplication |
Defined in¶
packages/feature-toggle/src/component.ts:28
Properties¶
application¶
• Private
Readonly
application: RestApplication
Defined in¶
packages/feature-toggle/src/component.ts:30
bindings¶
• Optional
bindings: Binding
<any
>[]
Implementation of¶
Component.bindings
Defined in¶
packages/feature-toggle/src/component.ts:25
providers¶
• Optional
providers: ProviderMap
Implementation of¶
Component.providers
Defined in¶
packages/feature-toggle/src/component.ts:24
services¶
• Optional
services: ServiceOrProviderClass
<any
>[]
Implementation of¶
Component.services