Angular记录(6)

文档资料

  • 箭头函数--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions
  • 箭头函数--ES6文档:http://es6.ruanyifeng.com/#docs/function#箭头函数

  • Promise 对象--JS教程:https://wangdoc.com/javascript/async/promise.html
  • Promise--ES6文档:http://es6.ruanyifeng.com/#docs/promise
  • Promise--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise
  • Promise.prototype.then()--MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise/then

  • 教程:英雄指南:https://www.angular.cn/tutorial#tutorial-tour-of-heroes
  • 工作区与项目文件的结构:https://www.angular.cn/guide/file-structure
  • 组件简介:https://www.angular.cn/guide/architecture-components
  • CLI 命令参考手册:https://www.angular.cn/cli

主从组件

主从组件:https://www.angular.cn/tutorial/toh-pt3#masterdetail-components

Angular记录(6)

制作 HeroDetailComponent

Angular记录(6)

编写模板

Angular记录(6)

添加 @Input() hero 属性

Angular记录(6)

Angular记录(6)

Angular记录(6)

显示 HeroDetailComponent

Angular记录(6)

Angular记录(6)

Angular记录(6)

Angular记录(6)

Angular记录(6)

上一篇:MySQL集群搭建详解


下一篇:linux中与Oracle有关的内核参数详解