Skip to content

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

@Kerrick

Description

@Kerrick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: docsRelated to the documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions