1. 概要
大多数 Angular 短语都是日常用语或计算机术语,但是在 Angular 体系中,它们有特别的含义。
1. 概要
预编译 (ahead-of-time, AOT)
即时编译 (just-in-time, JIT)
Angular元素(element, Angular Element)
注解(Annotation): 注解也叫装饰器;
装饰器(decorator | decoration): 注解也叫装饰器;
应用外壳(app-shell)
架构(Architect)
指令 directives
属性型指令(attribute directives)
绑定 (binding)
启动/引导 (bootstrap)
构建器(Builder)
大小写类型(case types)
小驼峰形式(camelCase):小驼峰(也叫标准驼峰)形式的第一个字母要使用小写形式。
大驼峰形式(UpperCamelCase)或叫帕斯卡形式(PascalCase)
中线形式(dash-case)或叫烤串形式(kebab-case)
下划线形式(underscore_case)或叫蛇形形式(snake_case)
大写下划线形式(UPPER_UNDERSCORE_CASE)或叫大写蛇形形式(UPPER_SNAKE_CASE)
变更检测(change detection)
类装饰器(class decorator)
类字段装饰器(class field decorator)
集合(collection)
命令行工具,命令行客户端(CLI, Angular CLI)
组件 (component)
配置(configuration)
内容投影 (content projection)
自定义元素(Custom element):也叫 Web Component
数据绑定 (data binding)
可声明对象(declarable)
装饰器(decorator | decoration)
依赖注入(dependency injection)
DI 令牌(Token)
差异化加载 (differential loading)
指令 (directive)
领域特定语言(domain-specific language, DSL)
动态组件加载(dynamic component loading)
急性加载(Eager Loading)
惰性加载(Lazy loading)
元素(Element, Angular Element)
入口点(Entry Point)
表单控件(form control)
表单模型(form model)
表单验证(form validation)
不可变性(immutability)
可注入对象(injectable)
注入器 (injector)
输入属性 (input)
输出属性 (output)
插值 (interpolation)
常春藤引擎(Ivy)
惰性加载(Lazy loading)
库(Library)
生命周期钩子(Lifecycle hook)
模块 (module)
ngcc (Angular 兼容性编译器)
npm 包 (npm package)
ngc (ngc 是一个 TypeScript 到 JavaScript 的转译器)
可观察对象(Observable)
观察者(Observer)
管道(pipe)
平台(platform)
腻子脚本(polyfill)
项目(project)
提供者 (provider)
响应式表单 (reactive forms)
解析器(resolver)
路由守卫 (route guard)
路由器 (router)
路由出口(router outlet)
路由组件 (routing component)
规则(rule)
原理图(schematic)
Schematics CLI (Schematics 自带了一个命令行工具)
范围化包 (scoped package)
服务端渲染 (server-side rendering)
服务 (service)
结构型指令(Structural directives)
订阅者(Subscriber)
目标 (target)
模板 (template)
模板驱动表单(template-driven forms)
模板表达式(template expression)
模板引用变量 (template reference variable)
令牌(Token)
转译(transpile)
目录树(tree)
TypeScript 配置文件
单向数据流 (unidirectional data flow)
视图 (view)
视图引擎(View Engine)
视图树(View hierarchy)
Web 组件 (web component)
工作空间(Workspace)
工作空间配置(Workspace configuration)
区域 (zone)
—————- END —————-
======================