UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

59 lines (53 loc) 1.85 kB
import { Directive, Input, HostBinding, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; /** * @fileoverview added by tsickle * Generated from: text-input.directive.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ class TextDirective { constructor() { } } TextDirective.decorators = [ { type: Directive, args: [{ selector: '[dTextInput]', exportAs: 'dTextInput', },] } ]; /** @nocollapse */ TextDirective.ctorParameters = () => []; TextDirective.propDecorators = { error: [{ type: Input }, { type: HostBinding, args: ['class.error',] }] }; if (false) { /** @type {?} */ TextDirective.prototype.error; } /** * @fileoverview added by tsickle * Generated from: text-input.module.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ class TextInputModule { } TextInputModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule, ], exports: [TextDirective], declarations: [TextDirective], },] } ]; /** * @fileoverview added by tsickle * Generated from: public-api.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * @fileoverview added by tsickle * Generated from: ng-devui-text-input.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ export { TextDirective, TextInputModule }; //# sourceMappingURL=ng-devui-text-input.js.map