Skip to content

Commit

Permalink
feat(router): reverting more changes
Browse files Browse the repository at this point in the history
Closes #2225
  • Loading branch information
evgenyfedorenko committed Feb 5, 2020
1 parent 74e26a6 commit dcf794a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/ngrx.io/content/guide/router-store/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ export class CustomSerializer implements RouterStateSerializer<RouterStateUrl
// Only return an object including the URL, params and query params
// instead of the entire snapshot
return { url, params, queryParams };

}
}
}
</code-example>

Expand Down

0 comments on commit dcf794a

Please sign in to comment.