爲什麼帶有Ag-Grid的TypeSctipt上的this example不起作用? 有錯誤控制檯: EXCEPTION: No Directive annotation found on AgGridNg2
與poblem線cars.ts的代碼: import {Component, View} from 'angular2/angular2'
import {CarsService} f
我正在驗證一行的ag-grid。所以列名是Index,這裏是我正在使用的驗證功能。 function numberValidate(params) {
var new_number = parseFloat(params.newValue);
if (isNaN(new_number)) {
window.alert("Invalid value " + pa