Angular

ng new routing-app --routing --defaults
ng generate component first
  • https://zhuanlan.zhihu.com/p/42323409
  • https://blog.csdn.net/weixin_39746652/article/details/111214270
  • https://angular.cn/guide/zone#ngzone-run-and-runoutsideofangular
  • https://blog.csdn.net/walker4000/article/details/109862437
  • https://blog.csdn.net/weixin_39746652/article/details/111214270
  • 状态管理
  • 介绍 ✓
  • 快速上手 ✓
  • 理解Angular
    • 组件
      • 组件生命周期
      • 组件交互 → 父组件调用@ViewChild()、父组件和子组件通过服务来通讯
      • 内容投影 → 有条件的内容投影、更复杂的
      • 动态组件
      • Angular元素
    • 模板
      • 介绍
      • 文本插值
      • 模板语句
      • 管道
      • 属性绑定
      • 属性、类、样式绑定
      • 事件绑定
      • 双向绑定
      • 模板引用变量
      • SVG作为模板
    • 指令
    • 依赖注入
  • 开发指南
  • 最佳实践
  • Angular工具
  • 教程 ✓
    • https://angular.cn/guide/forms
    • https://angular.cn/guide/libraries
    • https://angular.cn/guide/creating-libraries
    • https://angular.cn/guide/using-libraries
  • 发布信息
  • 参考手册