The code below has a circular dependency issue. A -> B -> A
/a.ts
import {B} from \'./b\'; import { Service } from \'.