@angular-redux/store
Version:
Angular 2 bindings for Redux
16 lines • 492 B
JavaScript
;
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