question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docs(aio): Circular dependency in guides

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
trotylcommented, Feb 13, 2018

More on NgModules For more information on NgModules, see:

  • Bootstrapping.
  • Frequently used modules.
  • Providers.

@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.

1reaction
jotatoledocommented, Feb 12, 2018

Damn, my head almost overflowed after trying to read that

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found