UNPKG

leaf-framework

Version:
8 lines (7 loc) 253 B
import { Http } from '@angular/http'; import { JsonFileService } from '../services/json-file.service'; export declare class MenuService extends JsonFileService { protected http: Http; constructor(http: Http); getFilePath(): string; }