UNPKG

angular-odata

Version:

Client side OData typescript library for Angular

17 lines (16 loc) 476 B
import { Base } from './base'; import { Source } from '@angular-devkit/schematics'; import { Schema as ApiGenSchema } from '../schema'; import { Package } from './package'; export declare class ApiConfig extends Base { constructor(pkg: Package, options: ApiGenSchema); template(): Source; variables(): { [name: string]: any; }; name(): string; fileName(): string; directory(): string; fullName(): string; importTypes(): string[]; }