x)- [ x ] bug report -> please search issues before submitting
- [ ] feature request
@angular/cli: 1.3.0
node: 8.1.2
os: win32 x64
@angular/common: 4.3.3
@angular/compiler: 4.3.3
@angular/core: 4.3.3
@angular/forms: 4.3.3
@angular/platform-browser: 4.3.3
@angular/platform-browser-dynamic: 4.3.3
@angular/router: 4.3.3
@angular/cli: 1.3.0
@angular/compiler-cli: 4.3.3
@angular/language-service: 4.3.3
index.ts
export * from "./a";
export * from "./b";
a.ts
import { A, B } from "./";
export class A {
}
WARNING in Circular dependency detected:
An option to disable this warning
First seen with Angular CLI 1.3.0
In .angular-cli.json set the showCircularDependencies to false:
{
...
"defaults": {
...
"build": {
"showCircularDependencies": false
}
}
}
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
In
.angular-cli.jsonset theshowCircularDependenciesto false: