相关疑难解决方法(0)

什么是角度2的类型?

Type在文档中的许多地方都遇到了关键字.例如这里看到 ComponentRefcomponentType 属性.它据说是类型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.我错过了什么基本的??

typescript angular

9
推荐指数
1
解决办法
6131
查看次数

标签 统计

angular ×1

typescript ×1