我在 Angular 应用程序中使用 AG Grid,自从从 v27 升级到 v28 后,我的应用程序中出现以下错误。
Error: src/app/app.module.ts:18:18 - error TS2339: Property 'withComponents' does not exist on type 'typeof AgGridModule'.
Run Code Online (Sandbox Code Playgroud)
我认为这是向 AG 网格提供您自己的自定义组件时所必需的?
我的 AG Grid 应用程序现在无法加载样式,https://unpkg.com/ag-grid-community/dist/styles/ag-grid.css并出现以下错误:
Cannot find "/dist/styles/ag-grid.css" in ag-grid-community@29.0.0
Run Code Online (Sandbox Code Playgroud)
这在 v29 版本之前曾经有效。