@mini-rx/signal-store
Version:
Signal Store for Angular
10 lines (9 loc) • 516 B
TypeScript
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>;
}