我正在尝试在angular2应用中使用ag-grid。我已经关注了angular2-quickstart教程,并成功运行了应用程序。在我的项目之后,我正在尝试获取一个网格,我找到了这个教程http://4dev.tech/2016/02/tutorial-angular-2-datatable-with-sorting-filtering-and-resizable-columns/。我按照教程进行了一些更改,这里引用角度模块的方式比我的代码更改。
import { Component } from '@angular/core';
import {AgGridNg2} from 'ag-grid-ng2/main';
并在上面的链接中被提及为
import {Component} from 'angular2/core';
import {AgGridNg2} from 'ag-grid-ng2/main';
我的代码在此git hub链接https://github.com/svidya/ag-grid
中我遇到这些错误
未捕获的TypeError:System.registerDynamic不是一个函数angular2-polyfill.js:1
http://localhost:3000/app/app.component无法加载资源:服务器响应状态为404(未找到)
angular2.dev.js:136错误:错误:XHR错误(找不到404)加载http://localhost:3000/app/app.component 在Zone.run(http://localhost:3000/node_modules/angular2-build/angular2.dev.js:136:17) 在XMLHttpRequest.zoneBoundFn(http://localhost:3000/node_modules/angular2-build/angular2.dev.js:109:19) 将http://localhost:3000/app/app.component加载为" ./ app.component"来自http://localhost:3000/app/main.js
无法加载资源:http://localhost:3000/node_modules/@angular/platform-browser-dynamic.js/platform-browser-dynamic.umd.js服务器响应状态为404(未找到)