ERROR in src/app/component/refresh/refresh.component.ts(14,4): error TS2554: Expected 2 arguments, but got 1.
解决办法
//加上{static: false}
@ViewChild('divContent',{static: false}) divContent: ElementRef;
ERROR in src/app/component/refresh/refresh.component.ts(14,4): error TS2554: Expected 2 arguments, but got 1.
解决办法
//加上{static: false}
@ViewChild('divContent',{static: false}) divContent: ElementRef;