2.0.1 • Published 4 years ago

ember-copy v2.0.1

Weekly downloads
51,573
License
MIT
Repository
github
Last release
4 years ago

ember-copy

This addon supplies a copy() function and Copyable mixin to replace the function and mixin now being deprecated in Ember.js.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-copy

Usage

To use the addon, wherever you were using:

import {copy, Copyable} from '@ember/object/internals'

instead use:

import {copy, Copyable} from 'ember-copy'

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.