ember-copy

2.0.1 • Public • Published

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.

/ember-copy/

    Package Sidebar

    Install

    npm i ember-copy

    Weekly Downloads

    42,585

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    12.6 kB

    Total Files

    12

    Last publish

    Collaborators

    • rwjblue