UNPKG

model-form

Version:

Dynamic Form Builder for Anuglar 5 and the WAR Framework

17 lines 701 B
import { Component } from '@angular/core'; var EmailComponent = (function () { function EmailComponent() { } EmailComponent.decorators = [ { type: Component, args: [{ selector: 'model-email', 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 */ EmailComponent.ctorParameters = function () { return []; }; return EmailComponent; }()); export { EmailComponent }; //# sourceMappingURL=email.component.js.map