Pull type information from parent class to subclass

后端 未结 0 503
隐瞒了意图╮
隐瞒了意图╮ 2021-01-27 14:48

Let\'s say I have this base class

class BaseComponent {
    constructor(protected selectors: T) {}
}

LoginComponent.ts<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题