ng-devui icon indicating copy to clipboard operation
ng-devui copied to clipboard

dForm layout报错

Open daiyangxuan opened this issue 3 years ago • 2 comments

declare (property) FormDirective.layout: FormLayout Type '"horizontal"' is not assignable to type 'FormLayout'.

daiyangxuan avatar Jun 09 '21 14:06 daiyangxuan

declare (property) FormDirective.layout: FormLayout Type '"horizontal"' is not assignable to type 'FormLayout'.

dForm [layout]="'horizontal'" [labelSize]="'sm'"11.3.0版本表现正常 方便告知下您使用的组件库版本号么

ZOUJIELynn avatar Jul 05 '21 01:07 ZOUJIELynn

declare (property) FormDirective.layout: FormLayout Type '"horizontal"' is not assignable to type 'FormLayout'.

如果你用的是ng12,可能是因为tsconfig.json里面开了strictTemplate,你在对应的ts文件里定义一下layout: FormLayout = FormLayout.Horizontal,把html里面的layout参数换一下

ricenoddle avatar Jul 05 '21 01:07 ricenoddle