UNPKG

ngx-hal

Version:

Angular library for supporting HAL format APIs

4 lines (3 loc) 263 B
import { HeaderAttributeOptions } from '../interfaces/header-attribute-options.interface'; import { HalModel } from '../models/hal.model'; export declare function HeaderAttribute(options?: HeaderAttributeOptions): (model: HalModel, propertyName: string) => void;