@wolkabout/commons 0.0.43 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -199,6 +199,7 @@ declare class FeatureRegistry {
|
|
|
199
199
|
*/
|
|
200
200
|
loadExternalFeatures(features: ExternalFeature[]): void;
|
|
201
201
|
registerFeature(feature: Feature): void;
|
|
202
|
+
initiateFeature(feature: Feature): void;
|
|
202
203
|
get features$(): Observable<Feature[]>;
|
|
203
204
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FeatureRegistry, never>;
|
|
204
205
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<FeatureRegistry>;
|