@datorama/akita-ng-forms-manager
Version:
The best way to manage your Angular form state in Akita
11 lines • 362 B
JavaScript
import * as tslib_1 from "tslib";
import { Query } from '@datorama/akita';
var FormsQuery = /** @class */ (function (_super) {
tslib_1.__extends(FormsQuery, _super);
function FormsQuery(store) {
return _super.call(this, store) || this;
}
return FormsQuery;
}(Query));
export { FormsQuery };
//# sourceMappingURL=forms-manager.query.js.map