Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular Introduction - Coggle Diagram
Angular Introduction
APP 开发基础支持
网络库
表单库
组件库
图表库
基础工具库
工具函数
数据流管理工具
时间管理
状态管理库
基础设施
开发调试环境
编译打包环境
发布环境
代码检测工具
路由库
样式框架
angular 相关概念
组件 component
模板 template
微语法 micro syntax
管道 pipe
safe navgiate operator
template reference/variable
structural directive
interpolation
input
output
view child
view children
content child
content children
host binding
host listener
指令 directive
attribute
structural
可注入对象 injectable
模块 module
entryComponents
bootstrap
providers
imports
exports
declarations
元数据 metadata
依赖注入 dependency injection
全局
局部
生命周期 lifecycles
change detection
Zone