UNPKG

ngx-mat-lib

Version:

A bunch of utilities and components to use in your Angular 7+ apps!

7 lines (6 loc) 169 B
export declare class XmatSharedDataService { private _xmatData; set(key: string, data: any): void; get(key: string): any; pop(key: string): any; }