UNPKG

@angular-redux/store

Version:
16 lines 492 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * This is the public interface of @angular-redux/store. It wraps the global * redux store and adds a few other add on methods. It's what you'll inject * into your Angular application as a service. */ var NgRedux = (function () { function NgRedux() { } return NgRedux; }()); /** @hidden, @deprecated */ NgRedux.instance = undefined; exports.NgRedux = NgRedux; //# sourceMappingURL=ng-redux.js.map