UNPKG

828 BTypeScriptView Raw
1import { Store, StoreRootModule, StoreFeatureModule } from '@ngrx/store';
2import { EffectsRunner } from './effects_runner';
3import { EffectSources } from './effect_sources';
4import * as i0 from "@angular/core";
5export declare class EffectsRootModule {
6 private sources;
7 constructor(sources: EffectSources, runner: EffectsRunner, store: Store, rootEffectsInstances: unknown[], storeRootModule: StoreRootModule, storeFeatureModule: StoreFeatureModule, guard: unknown);
8 addEffects(effectsInstance: unknown): void;
9 static ɵfac: i0.ɵɵFactoryDeclaration<EffectsRootModule, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
10 static ɵmod: i0.ɵɵNgModuleDeclaration<EffectsRootModule, never, never, never>;
11 static ɵinj: i0.ɵɵInjectorDeclaration<EffectsRootModule>;
12}