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