UNPKG

ngx-hal

Version:

Angular library for supporting HAL format APIs

4 lines (3 loc) 230 B
import { HasManyOptions } from '../interfaces/has-many-options.interface'; import { HalModel } from '../models/hal.model'; export declare function HasMany(options: HasManyOptions): (model: HalModel, propertyName: string) => void;