摘要: https://angular.io/tutorial/toh pt5 定义一个模块用来定义路由 src/app/app routing.module.ts 引入和声明 src/app/app.module.ts 添加router outlet用于动态显示内容, 就是ng1中的ui view 路由定 阅读全文
posted @ 2017-12-28 14:32 CooMark 阅读(335) 评论(0) 推荐(0) 编辑
摘要: http://www.typescriptlang.org/docs/index.html 类和接口 装饰器 阅读全文
posted @ 2017-12-28 13:42 CooMark 阅读(155) 评论(0) 推荐(0) 编辑
摘要: service的注入, 注入的是service的单一实例 阅读全文
posted @ 2017-12-28 13:31 CooMark 阅读(212) 评论(0) 推荐(0) 编辑
摘要: angular cli 创建项目和组件 ng new my app skip install cd my app cnpm install ng serve localhost:4200 angular cli热更新开发调试 ng serve p 8080 angular cli测试打包 spec的 阅读全文
posted @ 2017-12-28 10:49 CooMark 阅读(376) 评论(0) 推荐(0) 编辑