src/app/checkout/checkout-data/effects/checkout.effects.ts
Properties |
constructor(actions$: Actions, store: Store
|
||||||||||||||||||
Parameters :
|
redirectToHomePage$ |
Default value : createEffect(() => this.actions$.pipe(
ofType(checkoutActions.checkoutComplete),
tap(() => this.router.navigateByUrl('/'))
), {dispatch: false})
|