UNPKG

ad-custom-lib

Version:

This is an UI custom library based on Adminlte library with purpose for personal use, if you need a full template of Primeng please visit https://github.com/mledour/angular-admin-lte

19 lines (18 loc) 459 B
import { BehaviorSubject } from 'rxjs'; import { Router } from '@angular/router'; export declare class LayoutService { private router; isCustomLayout: BehaviorSubject<boolean>; private customLayout; /** * @method constructor * @param routingService [description] */ constructor(router: Router); /** * [init description] * @method init * @return [description] */ private init; }