Questions tagged as 'observable'

0
answers

The type 'void' can not be assigned to the type 'ObservableInput Action'

I am receiving the following typing error when I try to dispatch an observable of actions in my effect: @Effect() rideSummary$: Observable<Action> = this.actions$.pipe( ofType<GetRideSummary>(RideActionTypes.Get...
asked by 19.10.2018 / 22:22
0
answers

Access Json content with retrofit

How can I access the content of a JSON if retrofit 2 is used, the pratron observable and has the following structure: Json: status: bool content[ edTitle navUrl family type section edSumm...
asked by 24.07.2018 / 16:54
0
answers

Help with Ionic and Firebase * ngFor

What's wrong in my code, I want to do a ngFor of a variable where by means of a push the variable is added to be later observable by the asyn and wait function of addToArray () this.data = this.AuthService.getData() getData() { return ne...
asked by 11.06.2018 / 04:36
2
answers

Observable inside a for

I am practicing ionic2, I am doing services with observables, in one part I made a for and within that for call another service but it seems that it stops the for and is counting the total of the array. Is it because of the observable that stops...
asked by 05.04.2017 / 20:06