@ngxs/store
Version:
15 lines • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIBRARIES = void 0;
var LIBRARIES;
(function (LIBRARIES) {
LIBRARIES["DEVTOOLS"] = "@ngxs/devtools-plugin";
LIBRARIES["FORM"] = "@ngxs/form-plugin";
LIBRARIES["HMR"] = "@ngxs/hmr-plugin";
LIBRARIES["LOGGER"] = "@ngxs/logger-plugin";
LIBRARIES["ROUTER"] = "@ngxs/router-plugin";
LIBRARIES["STORAGE"] = "@ngxs/storage-plugin";
LIBRARIES["STORE"] = "@ngxs/store";
LIBRARIES["WEBSOCKET"] = "@ngxs/websocket-plugin";
})(LIBRARIES || (exports.LIBRARIES = LIBRARIES = {}));
//# sourceMappingURL=lib.config.js.map