FarmMapsLib/projects/common-map/src/fm-map/components/for-item/for-child.decorator.ts

6 lines
122 B
TypeScript

export function ForChild() {
return function (constructor:Function) {
constructor.prototype.forChild = true;
};
}