UNPKG

carbon-components-angular

Version:
37 lines (34 loc) 2.27 kB
/*! * * Neutrino v0.0.0 | radio-group.component.ngfactory.js * * Copyright 2014, 2018 IBM * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * @fileoverview This file was generated by the Angular template compiler. Do not edit. * * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes} * tslint:disable */ import * as i0 from "@angular/core"; import * as i1 from "@angular/forms"; import * as i2 from "./radio-group.component"; var styles_RadioGroup = []; var RenderType_RadioGroup = i0.ɵcrt({ encapsulation: 2, styles: styles_RadioGroup, data: {} }); export { RenderType_RadioGroup as RenderType_RadioGroup }; export function View_RadioGroup_0(_l) { return i0.ɵvid(0, [i0.ɵncd(null, 0)], null, null); } export function View_RadioGroup_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 3, "ibm-radio-group", [], [[1, "role", 0], [2, "bx--radio-button-group", null]], null, null, View_RadioGroup_0, RenderType_RadioGroup)), i0.ɵprd(5120, null, i1.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.RadioGroup]), i0.ɵdid(2, 1163264, null, 1, i2.RadioGroup, [i0.ChangeDetectorRef, i0.ElementRef, i0.Renderer2], null, null), i0.ɵqud(603979776, 1, { radios: 1 })], function (_ck, _v) { _ck(_v, 2, 0); }, function (_ck, _v) { var currVal_0 = i0.ɵnov(_v, 2).role; var currVal_1 = i0.ɵnov(_v, 2).radioButtonGroupClass; _ck(_v, 0, 0, currVal_0, currVal_1); }); } var RadioGroupNgFactory = i0.ɵccf("ibm-radio-group", i2.RadioGroup, View_RadioGroup_Host_0, { size: "size", selected: "selected", value: "value", name: "name", disabled: "disabled" }, { change: "change" }, ["*"]); export { RadioGroupNgFactory as RadioGroupNgFactory }; //# sourceMappingURL=radio-group.component.ngfactory.js.map