@sourceloop/feature-toggle-service / Exports
@sourceloop/feature-toggle-service¶
Table of contents¶
Namespaces¶
Enumerations¶
Classes¶
- Feature
- FeatureRepository
- FeatureToggle
- FeatureToggleRepository
- FeatureToggleServiceComponent
- Strategy
- StrategyRepository
Interfaces¶
Type Aliases¶
Variables¶
Type Aliases¶
FeatureToggleWithRelations¶
Ƭ FeatureToggleWithRelations: FeatureToggle
Defined in¶
services/feature-toggle-service/src/models/feature-toggle.model.ts:43
FeaturesWithRelations¶
Ƭ FeaturesWithRelations: Feature
Defined in¶
services/feature-toggle-service/src/models/feature.model.ts:45
StrategiesWithRelations¶
Ƭ StrategiesWithRelations: Strategy
Defined in¶
services/feature-toggle-service/src/models/strategy.model.ts:37
Variables¶
FeatureToggleDbName¶
• Const
FeatureToggleDbName: "FeatureToggleDB"