Skip to content

ember-redux/ember-cli-normalizr-shim

Repository files navigation

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.