摘要:
https://angular.io/tutorial/toh pt5 定义一个模块用来定义路由 src/app/app routing.module.ts 引入和声明 src/app/app.module.ts 添加router outlet用于动态显示内容, 就是ng1中的ui view 路由定 阅读全文
摘要:
http://www.typescriptlang.org/docs/index.html 类和接口 装饰器 阅读全文
摘要:
service的注入, 注入的是service的单一实例 阅读全文
摘要:
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的 阅读全文