This addon supplies a copy() function and Copyable mixin to replace the function and mixin now being deprecated in Ember.js.
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
ember install ember-copy
To use the addon, wherever you were using:
import {copy, Copyable} from '@ember/object/internals'
instead use:
import {copy, Copyable} from 'ember-copy'
See the Contributing guide for details.
This project is licensed under the MIT License.