File

forms/src/validations/effects.ts

Index

Properties

Constructor

constructor(actions$: Actions, sessionRegistry: SessionRegistry, dispatcher: Dispatcher)
Parameters :
Name Type Optional
actions$ Actions No
sessionRegistry SessionRegistry No
dispatcher Dispatcher No

Properties

buttonHandled$
buttonHandled$: Observable<any>
Type : Observable<any>
Default value : this.actions$.pipe( ofType<ButtonPressHandledAction>(SessionActions.BUTTON_PRESS_HANDLED), tap(action => this.checkValidations(action)), )
Decorators :
@Effect({dispatch: undefined})

result-matching ""

    No results matching ""