UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

65 lines (59 loc) 2.2 kB
import { Directive, ElementRef, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; /** * @fileoverview added by tsickle * Generated from: element-patch.directive.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * A patch directive to select the element of a component. */ var NzElementPatchDirective = /** @class */ (function () { function NzElementPatchDirective(elementRef) { this.elementRef = elementRef; } NzElementPatchDirective.decorators = [ { type: Directive, args: [{ selector: '[nz-element]', exportAs: 'nzElement' },] } ]; /** @nocollapse */ NzElementPatchDirective.ctorParameters = function () { return [ { type: ElementRef } ]; }; return NzElementPatchDirective; }()); if (false) { /** @type {?} */ NzElementPatchDirective.prototype.elementRef; } /** * @fileoverview added by tsickle * Generated from: element-patch.module.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ var NzElementPatchModule = /** @class */ (function () { function NzElementPatchModule() { } NzElementPatchModule.decorators = [ { type: NgModule, args: [{ imports: [CommonModule], declarations: [NzElementPatchDirective], exports: [NzElementPatchDirective] },] } ]; return NzElementPatchModule; }()); /** * @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-zorro-antd-core-element-patch.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ export { NzElementPatchDirective, NzElementPatchModule }; //# sourceMappingURL=ng-zorro-antd-core-element-patch.js.map