Skip to content
This repository was archived by the owner on Jul 27, 2018. It is now read-only.

Missing documentationΒ #34

@marklagendijk

Description

@marklagendijk

I'm currently in the process of setting up a big project with Angular and ngrx. I managed to figure out most things, but am missing some information about the @ngrx/router-store:

  • When should @ngrx/router-store be used? For every @ngrx app? Or only for certain use cases?
  • Do existing mechanisms like routerLink and router.navigate still work with @ngrx/router-store?
  • How should you @ngrx/router-store? Should you always use actions for routing?
  • How does @ngrx/router-store? work? If you can still use the old mechanisms, does that mean that they also fire the appropriate actions? Are custom changes to the route state (by composing the routerReducer with a custom reducer) automatically applied?

These are all the questions I could come up with. It would be nice if we could add some documentation about this to the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions