UNPKG

@datorama/akita-ng-forms-manager

Version:

The best way to manage your Angular form state in Akita

20 lines 651 B
import * as tslib_1 from "tslib"; import { Store, StoreConfig } from '@datorama/akita'; var FormsStore = /** @class */ (function (_super) { tslib_1.__extends(FormsStore, _super); function FormsStore(state) { return _super.call(this, state) || this; } FormsStore.ctorParameters = function () { return [ { type: undefined } ]; }; FormsStore = tslib_1.__decorate([ StoreConfig({ name: 'formsManager' }), tslib_1.__metadata("design:paramtypes", [Object]) ], FormsStore); return FormsStore; }(Store)); export { FormsStore }; //# sourceMappingURL=forms-manager.store.js.map