UNPKG

model-form

Version:

Dynamic Form Builder for Anuglar 5 and the WAR Framework

23 lines 2.96 kB
/** * @fileoverview This file is generated by the Angular template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} * tslint:disable */ import * as i0 from "@angular/core"; import * as i1 from "@angular/forms"; import * as i2 from "./submit.component"; var styles_SubmitComponent = []; var RenderType_SubmitComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_SubmitComponent, data: {} }); export { RenderType_SubmitComponent as RenderType_SubmitComponent }; export function View_SubmitComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵted(-1, null, ["\n "])), (_l()(), i0.ɵeld(1, 0, null, null, 7, "div", [["class", "dynamic-field form-button"]], [[2, "ng-untouched", null], [2, "ng-touched", null], [2, "ng-pristine", null], [2, "ng-dirty", null], [2, "ng-valid", null], [2, "ng-invalid", null], [2, "ng-pending", null]], [[null, "submit"], [null, "reset"]], function (_v, en, $event) { var ad = true; if (("submit" === en)) { var pd_0 = (i0.ɵnov(_v, 2).onSubmit($event) !== false); ad = (pd_0 && ad); } if (("reset" === en)) { var pd_1 = (i0.ɵnov(_v, 2).onReset() !== false); ad = (pd_1 && ad); } return ad; }, null, null)), i0.ɵdid(2, 540672, null, 0, i1.FormGroupDirective, [[8, null], [8, null]], { form: [0, "form"] }, null), i0.ɵprd(2048, null, i1.ControlContainer, null, [i1.FormGroupDirective]), i0.ɵdid(4, 16384, null, 0, i1.NgControlStatusGroup, [i1.ControlContainer], null, null), (_l()(), i0.ɵted(-1, null, ["\n "])), (_l()(), i0.ɵeld(6, 0, null, null, 1, "button", [["class", "btn btn-primary"], ["type", "submit"]], null, null, null, null, null)), (_l()(), i0.ɵted(7, null, ["", ""])), (_l()(), i0.ɵted(-1, null, ["\n "])), (_l()(), i0.ɵted(-1, null, ["\n "]))], function (_ck, _v) { var _co = _v.component; var currVal_7 = _co.group; _ck(_v, 2, 0, currVal_7); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = i0.ɵnov(_v, 4).ngClassUntouched; var currVal_1 = i0.ɵnov(_v, 4).ngClassTouched; var currVal_2 = i0.ɵnov(_v, 4).ngClassPristine; var currVal_3 = i0.ɵnov(_v, 4).ngClassDirty; var currVal_4 = i0.ɵnov(_v, 4).ngClassValid; var currVal_5 = i0.ɵnov(_v, 4).ngClassInvalid; var currVal_6 = i0.ɵnov(_v, 4).ngClassPending; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3, currVal_4, currVal_5, currVal_6); var currVal_8 = _co.map.name; _ck(_v, 7, 0, currVal_8); }); } export function View_SubmitComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "model-submit", [], null, null, null, View_SubmitComponent_0, RenderType_SubmitComponent)), i0.ɵdid(1, 49152, null, 0, i2.SubmitComponent, [], null, null)], null, null); } var SubmitComponentNgFactory = i0.ɵccf("model-submit", i2.SubmitComponent, View_SubmitComponent_Host_0, {}, {}, []); export { SubmitComponentNgFactory as SubmitComponentNgFactory }; //# sourceMappingURL=submit.component.ngfactory.js.map