UNPKG

@mini-rx/signal-store

Version:
10 lines (9 loc) 516 B
import { ModuleWithProviders } from '@angular/core'; import { ComponentStoreConfig } from '@mini-rx/common'; import * as i0 from "@angular/core"; export declare class ComponentStoreModule { static forRoot(config: ComponentStoreConfig): ModuleWithProviders<ComponentStoreModule>; static ɵfac: i0.ɵɵFactoryDeclaration<ComponentStoreModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentStoreModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<ComponentStoreModule>; }