UNPKG

ngx-mat-lib

Version:

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

8 lines (7 loc) 207 B
import { XmatMock } from "../models/index"; export declare class XmatMocksListService { protected _mocks: XmatMock[]; constructor(); get(): XmatMock[]; set(mocks: XmatMock[]): void; }