UNPKG

ng2-ace-editor

Version:

Ace editor integration with typescript for Angular.

17 lines 1.63 kB
/** * @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 "./component"; var styles_AceEditorComponent = ["[_nghost-%COMP%] { display:block;width:100%; }"]; var RenderType_AceEditorComponent = i0.ɵcrt({ encapsulation: 0, styles: styles_AceEditorComponent, data: {} }); export { RenderType_AceEditorComponent as RenderType_AceEditorComponent }; export function View_AceEditorComponent_0(_l) { return i0.ɵvid(0, [], null, null); } export function View_AceEditorComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 2, "ace-editor", [], null, null, null, View_AceEditorComponent_0, RenderType_AceEditorComponent)), i0.ɵprd(5120, null, i1.NG_VALUE_ACCESSOR, function (p0_0) { return [p0_0]; }, [i2.AceEditorComponent]), i0.ɵdid(2, 245760, null, 0, i2.AceEditorComponent, [i0.ElementRef, i0.NgZone], null, null)], function (_ck, _v) { _ck(_v, 2, 0); }, null); } var AceEditorComponentNgFactory = i0.ɵccf("ace-editor", i2.AceEditorComponent, View_AceEditorComponent_Host_0, { style: "style", options: "options", readOnly: "readOnly", theme: "theme", mode: "mode", value: "value", text: "text", autoUpdateContent: "autoUpdateContent", durationBeforeCallback: "durationBeforeCallback" }, { textChanged: "textChanged", textChange: "textChange" }, []); export { AceEditorComponentNgFactory as AceEditorComponentNgFactory }; //# sourceMappingURL=component.ngfactory.js.map