import { NzFormModule } from 'ng-zorro-antd/form';
只要引入这个就报错
Subsequent property declarations must have the same type. Property 'contentRect' must be of type 'DOMRectReadOnly', but here has type 'DOMRectReadOnly'.
这是为什么
import { NzFormModule } from 'ng-zorro-antd/form';
只要引入这个就报错
Subsequent property declarations must have the same type. Property 'contentRect' must be of type 'DOMRectReadOnly', but here has type 'DOMRectReadOnly'.
这是为什么