UNPKG

redux-providers

Version:

Minimalist dependency injection system for redux. Create providers to be injected and used in redux reducers.

9 lines 520 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ERRORS_MSGS = { DUPLICATED_PROVIDER_DECORATOR: "Cannot apply @Provider decorator multiple times.", DUPLICATED_ACTION_HANDLER_DECORATOR: "Cannot apply @ActionHandler decorator multiple times.", DUPLICATED_REDUX_MODULE_DECORATOR: "Cannot apply @ReduxModule decorator multiple times.", DUPLICATED_REDUX_COMPONENT_DECORATOR: "Cannot apply @ReduxComponent decorator multiple times." }; //# sourceMappingURL=error-msgs.js.map