model-form
Version:
Dynamic Form Builder for Anuglar 5 and the WAR Framework
17 lines • 693 B
JavaScript
import { Component } from '@angular/core';
var TextComponent = (function () {
function TextComponent() {
}
TextComponent.decorators = [
{ type: Component, args: [{
selector: 'model-text',
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 */
TextComponent.ctorParameters = function () { return []; };
return TextComponent;
}());
export { TextComponent };
//# sourceMappingURL=text.component.js.map