美文网首页我爱编程
Angular2 关键词

Angular2 关键词

作者: NoteCode | 来源:发表于2016-12-17 00:49 被阅读56次

在我对前端框架不多的认知里,Angular应该是最大的。恐怕也只有google有如此的魅力,让程序员相信其质量的可靠。

核心概念
  • Component (组件)
  • Module(模块)
  • Template(模板)
  • Data binding(数据绑定)
  • Directive(指令)
  • Service(服务)
angular_architecture.jpg
MVVM
  • Model: Service(just class)
  • View: Template(扩展的HTML)
  • ViewModel: Component
带来的……
  • Typescript
  • 组件化、模块化
  • 数据绑定
  • 依赖注入(利于解耦、单元测试)
  • Promise
挑战
  • Typescript & ES6,新语言点
  • 核心概念多

相关文章

网友评论

    本文标题:Angular2 关键词

    本文链接:https://www.haomeiwen.com/subject/cqjomttx.html