December 2016
Intermediate to advanced
841 pages
17h
English
A circular dependency is an issue that we can encounter when working with multiple components and dependencies. Sometimes, it is possible to reach a point in which one component (A) has a dependency on a second component (B), which depends on the first component (A). In the following graph, each node is a component, and we can observe that the nodes circular1.ts and circular2.ts have a circular dependency. The node named doesNotDependOnAnything.ts doesn't have dependencies and the node named onlyDependsOnOtherStuff.ts has a dependency on circular1.ts but doesn't have circular dependencies.

The circular dependencies don't need ...
Read now
Unlock full access