gpt4 book ai didi

javascript - Angular/TypeScript 中的构造函数名称错误?

转载 作者:行者123 更新时间:2023-12-03 01:12:56 25 4
gpt4 key购买 nike

我有一个 Angular 组件:

export class StudentsComponent implements OnInit, OnDestroy {
}

在另一个组件中,我尝试显示预先导入的 StudentsComponent 类的名称 StudentsComponent:

console.log(StudentsComponent.constructor.name);

为什么它在控制台中为我提供 Function 而不是 StudentsComponent

最佳答案

StudentsComponent 一个构造函数。它本身是由 Function 构造函数构造的。使用StudentsComponent.name

关于javascript - Angular/TypeScript 中的构造函数名称错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52141370/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com