10000 docs(state): fix link to the migration guide for using the functional API by michaelbe812 · Pull Request #1784 · rx-angular/rx-angular · GitHub
[go: up one dir, main page]

Skip to content

docs(state): fix link to the migration guide for using the functional API #1784

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(state): fix link to the migration guide for using the functional…
… API
  • Loading branch information
michaelbe812 committed Sep 26, 2024
commit e716a72c20122e33ec26c27c9d9c097dab59a35b
2 changes: 1 addition & 1 deletion libs/state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class MovieListComponent {

The functional approach will be the new default approach for newer versions.

Read the [Migration Guide](https://rx-angular.io/docs/state/setup#migrate-to-new-functional-api) for a migration guide explaining how to upgrade your codebase to the new API.
Read the [Migration Guide](https://rx-angular.io/docs/state/getting-started#migrate-to-new-functional-api) for a migration guide explaining how to upgrade your codebase to the new API.

### Class Based

Expand Down
Loading
0