How to do composition in Typescript?

前端 未结 0 1386
逝去的感伤
逝去的感伤 2020-12-05 02:15

I have two typescript files in my folder i.e. Carfile.ts and Enginefile.ts as shown below:

import {Engine} from "./Enginefile";
class Car
{
    colo         


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