How to keep typescript class and descendants in different files if they refer to each other?

前端 未结 0 524
无人及你
无人及你 2020-12-18 05:54

I created a typescript class that was intended to have children of the same class.

So for example,

 export class Person {
     name : string;
     stud         


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