UNPKG

ngx-resource-gearheart

Version:

Angular2 resource module with simple decorators. Customized by Gearheart.

5 lines (4 loc) 272 B
import { Type } from '@angular/core'; import { Resource } from './Resource'; import { ResourceStorageParams } from './Interfaces'; export declare function SelectStorage(resource: Type<Resource>, params?: ResourceStorageParams): (target: any, propertyKey: string) => void;