UNPKG

yoyo-ng-modulewindy

Version:

服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容

20 lines 704 B
import { Component, Input } from '@angular/core'; var AvatarListItemComponent = /** @class */ (function () { function AvatarListItemComponent() { } AvatarListItemComponent.decorators = [ { type: Component, args: [{ selector: 'avatar-list-item, [avatar-list-item]', template: "", },] }, ]; AvatarListItemComponent.propDecorators = { src: [{ type: Input }], text: [{ type: Input }], icon: [{ type: Input }], tips: [{ type: Input }] }; return AvatarListItemComponent; }()); export { AvatarListItemComponent }; //# sourceMappingURL=avatar-list-item.component.js.map