UNPKG

ngx-context-store

Version:

An alternative yet advanced mechanism for Angular components to share data.

4 lines (3 loc) 82 B
export declare type NgxContextStoreModel = { [k: string]: any; } | undefined;