UNPKG

model-form

Version:

Dynamic Form Builder for Anuglar 5 and the WAR Framework

17 lines 709 B
import { Component } from '@angular/core'; var SwitchComponent = (function () { function SwitchComponent() { } SwitchComponent.decorators = [ { type: Component, args: [{ selector: 'model-switch', template: "\n <div class=\"dynamic-field form-input form-group\" [formGroup]=\"group\">\n <label>{{map.name}}</label>\n <input type=\"text\" [formControlName]=\"map.name\" />\n </div>\n ", styles: [] },] }, ]; /** @nocollapse */ SwitchComponent.ctorParameters = function () { return []; }; return SwitchComponent; }()); export { SwitchComponent }; //# sourceMappingURL=switch.component.js.map