docs(aio): Circular dependency in guides
See original GitHub issueI’m submitting a…
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Current behavior
Bootstrapping page starts with the following:
Prerequisites
A basic understanding of the following:
- JavaScript Modules vs. NgModules.
And JavaScript Modules vs. NgModules page starts with the following:
Prerequisites
A basic understanding of Bootstrapping.
Expected behavior
A reader should be able to read the prerequisites of a page before the page itself.
Minimal reproduction of the problem with instructions
N/A
What is the motivation / use case for changing the behavior?
A reader new to Angular is unable to know if he/she should read the Bootstrapping
page first or the JavaScript Modules vs. NgModules
page first.
Environment
N/A
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Circular Dependencies — Autofac 6.0.0 documentation
Circular dependencies are mutual runtime dependencies between components. Property/Property Dependencies¶. This is when you have one class ( DependsByProperty1 ) ...
Read more >Circular dependency in Python - Stack Overflow
I prefer to break a circular dependency by declaring one of the dependencies in the constructor of the other dependent class.
Read more >Lazy Types - Strawberry GraphQL
Strawberry supports lazy types, which are useful when you have circular dependencies between types. For example, let's say we have a User type...
Read more >Google Sheets Circular Dependency Detected Error [Easy Fix]
As the name suggests, circular dependency creates a loop where variables are dependent on each other. Fixing this error relies on breaking the...
Read more >Angular 2.0.0-alpha.13 Release - GitClear
docs : typo fix in devops guide ... refactor(ivy): correct circular dependency which causes g3 failures ... docs(aio): restore missing files.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@imgx64 Since Bootstrapping is already marked a further reading in JavaScript Modules vs. NgModules, could just remove that from Prerequisites. Namely JavaScript Modules vs. NgModules is a prerequisite of Bootstrapping, but not the opposite.
Damn, my head almost overflowed after trying to read that