2017-10-08 11 views
0

私のアプリケーションでag-grid-enterpriseを使用しようとしていますが、できません。角度付きag-grid-entreprise角度で使用するときの問題

、私は、次たapp.module.tsで:

import { AgGridModule } from "ag-grid-angular/main"; 

またpackage.jsonで

import "ag-grid-enterprise/main"; 

を組み込むIは

"ag-grid-angular": "^8.2.0", 

(Yを有しますademásincorporo) および

起きている可能性が

excelCreator.js:8 Uncaught TypeError: Object prototype may only be an Object or null: undefined 
    at setPrototypeOf (<anonymous>) 
    at __extends (excelCreator.js:8) 
    at excelCreator.js:204 
    at Object.setPrototypeOf.__proto__ (excelCreator.js:279) 
    at __webpack_require__ (bootstrap 1e9ae7b3a7a54d7fb70d:52) 
    at Object.setPrototypeOf.__proto__ (main.js:24) 
    at __webpack_require__ (bootstrap 1e9ae7b3a7a54d7fb70d:52) 
    at Object.defineProperty.value (main.js:1) 
    at __webpack_require__ (bootstrap 1e9ae7b3a7a54d7fb70d:52) 
    at Object.602 (app.component.ts:10) 
    at __webpack_require__ (bootstrap 1e9ae7b3a7a54d7fb70d:52) 
    at Object.582 (main.bundle.js:9123) 
    at __webpack_require__ (bootstrap 1e9ae7b3a7a54d7fb70d:52) 
    at Object.1132 (main.bundle.js:21) 
    at __webpack_require__ (bootstrap 1e9ae7b3a7a54d7fb70d:52) 

:ライセンスを設定するかを設定することなく

"ag-grid-angular-enterprise": "^13.0.0", 

、問題なく私をコンパイルしますが、アプリがロードされない、それは私に次のエラーを与えますか?

私は間違っていますか?

答えて

0

解決済み!

Ag-gridパッケージは、ag-grid-enterpriseバージョンパッケージとして13.3.1になります。

よろしくお願いいたします。