Angular2.0的项目架构 一.项目服务端app a) Controller控制器 b) Router路由 c) Service服务 d) Public公共样式及脚本和图片等静态资源 e) View静态页面 f) Engine公共的配置文件及方法 g) Extend框架扩展 h) Middleware编写中间件 二.项目客户端src a) App i. App.component.ts 组件 1.baAmChart.component.ts 2.装饰器@Component({}) a) Se…