@sumaris-net/ngx-components 2.0.0-rc38 → 2.0.0-rc39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11166,10 +11166,6 @@ class EntityClasses {
11166
11166
  EntityClasses.CLASSES_BY_NAME = new Map();
11167
11167
  // eslint-disable-next-line prefer-arrow/prefer-arrow-functions
11168
11168
  function EntityClass(opts) {
11169
- opts = {
11170
- fromObjectReuseStrategy: 'default',
11171
- ...opts
11172
- };
11173
11169
  // eslint-disable-next-line prefer-arrow/prefer-arrow-functions
11174
11170
  return function (constructor) {
11175
11171
  var _a, _b;