UNPKG

ngx-admin-lte

Version:

AdminLTE theme for angular

9 lines (8 loc) 223 B
import { ReplaySubject } from 'rxjs/Rx'; export declare class FooterService { current: ReplaySubject<any>; default: any; constructor(); setCurrent(footer: any): void; getCurrent(): ReplaySubject<any>; }