UNPKG

ngx-resource-gearheart

Version:

Angular2 resource module with simple decorators. Customized by Gearheart.

8 lines (7 loc) 288 B
import { ResourceModel } from '../ResourceModel'; import { Type } from '@angular/core'; export declare function ForeignKey(params: { target: Type<ResourceModel<any>>; keyField: string; resourceGetAction?: string; }): (target: ResourceModel<any>, propertyKey: string) => void;