UNPKG

yoyo-ng-modulewindy

Version:

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

19 lines 497 B
import { Injectable } from '@angular/core'; var AdSHFConfig = /** @class */ (function () { function AdSHFConfig() { /** * 列数,默认:`2` */ this.col = 2; /** * 标签文本宽度,单位:`px`,默认:`100` */ this.labelWidth = 100; } AdSHFConfig.decorators = [ { type: Injectable }, ]; return AdSHFConfig; }()); export { AdSHFConfig }; //# sourceMappingURL=config.js.map