UNPKG

@datorama/akita-ng-forms-manager

Version:

The best way to manage your Angular form state in Akita

18 lines 486 B
import * as tslib_1 from "tslib"; import { Store, StoreConfig } from '@datorama/akita'; let FormsStore = class FormsStore extends Store { constructor(state) { super(state); } }; FormsStore.ctorParameters = () => [ { type: undefined } ]; FormsStore = tslib_1.__decorate([ StoreConfig({ name: 'formsManager' }), tslib_1.__metadata("design:paramtypes", [Object]) ], FormsStore); export { FormsStore }; //# sourceMappingURL=forms-manager.store.js.map