How to detect circular dependency in Typescript

前端 未结 0 592
长情又很酷
长情又很酷 2021-02-12 05:24

The code below has a circular dependency issue. A -> B -> A

Reproducible problem:

/a.ts

import {B} from \'./b\';
import { Service } from \'.         


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