| Represents | 代表 | Represents a container where one or more views can be attached to a component. |
| Injector | 注入 | |
| declarations | 声明 | Class and Interface Declarations (类和接口声明) |
| abstract | 摘要,抽象的 | abstract class ViewContainerRef { }(angular.io/api/core/Vi…) |
| Embed | 嵌入,(计算机)内置 | createEmbeddedView (创建嵌入视图) |
| Detach | 分离 | Detaches a view from this container without destroying it. Use along with insert() to move a view within the current container. |
| instantiates | 实例化(动词) | instance(实例化) |
| registry | n. 注册;登记处 | A simple registry that maps Components to generated ComponentFactory classes that can be used to create instances of components. Use to obtain the factory for a given component type, then use the factory's create() method to create a component of that type 。[ComponentFactoryResolver](angular.io/api/core/Co…) |
| obtain | v. (尤指通过艰难的过程)得到,获得;<正式>(规则或情况)存在,通用 | |
| launch | V. 启动,发起 | launch your application for production |
| optimization | n. 优化 | optimization features, program optimization (程序优化) |
| reference | n. 参考,参照;涉及,提及;参考书目;介绍信;证明书 | reference book (参考工具书) |
| consumer | n 用户 | |
| execute | v 执行 | |
| disposing | n 处理 排列 安排 | 1. Creating Observables 2. Subscribing to Observables 3. Executing the Observable 4. Disposing Observables |