Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon <robertsbt@gmail.com>
  • Loading branch information
timdeschryver and brandonroberts authored Nov 6, 2022
1 parent f358fb6 commit fd74f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngrx.io/content/guide/migration/v15.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const mySelector = createSelector(

#### Removal of @Effect

The `@Effect` decorator is removed in favor of [`createEffect`](https://ngrx.io/api/effects/createEffect).
The `@Effect` decorator is removed in favor of [`createEffect`](api/effects/createEffect).
This change also means that the ESLint rules @ngrx/no-effect-decorator-and-creator and @ngrx/no-effect-decorator are removed.

> A migration was added (in the v13 release) to upgrade existing codebases to the `createEffect` function.
Expand Down Expand Up @@ -114,7 +114,7 @@ The `MinimalActivatedRouteSnapshot` interface contains the required `title` prop

#### Removal of ReactiveComponentModule

The `ReactiveComponentModule` is removed in favor of [`LetModule`](https://ngrx.io/api/component/LetModule) and [`PushModule`](https://ngrx.io/api/component/PushModule).
The `ReactiveComponentModule` is removed in favor of [`LetModule`](/api/component/LetModule) and [`PushModule`](/api/component/PushModule).

BEFORE:

Expand Down

0 comments on commit fd74f51

Please sign in to comment.