我Type在文档中的许多地方都遇到了关键字.例如这里看到 ComponentRef有componentType 属性.它据说是类型Type<any>.在进一步搜索时,我在文档中找到关于它的这个条目.它说:调用ES7装饰器.
另外在查找github 上的源代码时,我发现这些评论:
/**
* @whatItDoes Represents a type that a Component or other object is instances of.
*
* @description
*
* An example of a `Type` is `MyCustomComponent` class, which in JavaScript is be represented by
* the `MyCustomComponent` constructor function.
Run Code Online (Sandbox Code Playgroud)
但是我仍然不清楚是什么Type.我错过了什么基本的??