当我尝试导入AgGridNg2时,我得到了Module ag-grid-angular/main has no exported member AgGridNg2.ts。from '@angular/core';import { AgGridNg2 } from 'ag-grid-angular7.2.5",
"@angular/
If 'ag-grid-angular' is an Angular component and it has 'rowData' input, then verify that it is partIf 'ag-grid-angular' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas'If 'ag-grid-angular</em
我收到了一条关于Can't bind to 'columnDefs' since it isn't a known property of 'ag-grid-angular'的错误消息。我的HTML是这样的: ...在我的module.ts文件中,我导入了这样的ag网格:
import { AgGridModule } from 'ag-grid-angular