UNPKG

ack-angular

Version:

Extra special directives, components, providers and pipes to aide in tackling everyday interface development needs in Angular2

13 lines (12 loc) 433 B
import { WindowService } from "./WindowService"; import * as i0 from "@angular/core"; export declare class UrlVars { WindowService: WindowService; vars: any; constructor(WindowService: WindowService); parse(): {}; /** case in-sensative variable fetch */ get(name: any, param?: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<UrlVars, never>; static ɵprov: i0.ɵɵInjectableDeclaration<UrlVars>; }