UNPKG

angular-odata

Version:

Client side OData typescript library for Angular

4 lines (3 loc) 239 B
import { SchematicContext, Tree, Rule } from '@angular-devkit/schematics'; import { Schema as ApiGenSchema } from './schema'; export declare function apigen(options: ApiGenSchema): (tree: Tree, context: SchematicContext) => Promise<Rule>;