UNPKG

@nanostores/angular

Version:

Angular integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores

3 lines (2 loc) 106 B
import { InjectionToken } from '@angular/core'; export declare const NANOSTORES: InjectionToken<unknown>;