Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1020 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1020 Bytes

NOTE: With the release of normalizr v3.3.0 it's recommended that you avoid this shim and use app.import instead

app.import('node_modules/normalizr/dist/normalizr.amd.js', {
  using: [{transformation: 'amd', as: 'normalizr'}]
});

ember-cli-normalizr-shim

Travis NPM Ember

Installation

ember install ember-cli-normalizr-shim

Usage

import { normalize, schema } from 'normalizr';

To learn more about normalizr and how to use it visit the normalizr Github page.