UNPKG

ngx-decorate

Version:

Useful decorators for Angular 2 and above

10 lines 249 B
import { _setProp } from '../lib/symbols'; /** @internal */ export function setProp(self) { if (self[_setProp]) { for (const p of self[_setProp]) { self[p.prop] = p.value; } } } //# sourceMappingURL=setProp.js.map