Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular.dev doesn't cover Resolvers or how to fetch dynamic data #55301

Open
Kerrick opened this issue Apr 11, 2024 · 0 comments
Open

Angular.dev doesn't cover Resolvers or how to fetch dynamic data #55301

Kerrick opened this issue Apr 11, 2024 · 0 comments
Labels
area: docs Related to the documentation P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Milestone

Comments

@Kerrick
Copy link

Kerrick commented Apr 11, 2024

Describe the problem that you experienced

Neither the Tutorial nor the Docs cover fetching dynamic data from a server using resolvers. This is a core concept that nearly every meaningful Angular app needs to do. The one exception to this is "Use the resolve guard to retrieve dynamic data" as an off-hand mention in the data property of Configuration, but this is not hyperlinked and there's nowhere on angular.dev to even hyperlink it to.

Enter the URL of the topic with the problem

Describe what you were looking for in the documentation

Coverage of dynamic data fetching, especially using Resolvers.

Describe what you want to experience that would fix the problem

  • The in-browser tutorials should include one on fetching dynamic data with Resolvers (right after "Link to a route with RouterLink").
  • The Docs -> Routing section should include one or more pages covering dynamic data fetching using Resolvers, how that data is made available to the route's component, and how to handle client-side mutations to that data (since Angular apps are apps, not sites).
@pkozlowski-opensource pkozlowski-opensource added the area: adev Angular.dev documentation label Apr 11, 2024
@ngbot ngbot bot added this to the needsTriage milestone Apr 11, 2024
@bencodezen bencodezen added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Apr 15, 2024
@ngbot ngbot bot modified the milestones: needsTriage, Backlog Apr 15, 2024
@JeanMeche JeanMeche added area: docs Related to the documentation and removed area: adev Angular.dev documentation labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docs Related to the documentation P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

4 participants