panagulis72

Results 12 comments of panagulis72

I used onCloseStart, but if I close the sidebar clicking on the backdrop it dispatch two actions of type "CLOSE_SIDEBAR". So it works, even if it is dispatched twice: `...

P.S. If i change the language and I use overrideLocale it doesn't change the old translations, even if I use `this.cdr.detectChanges();` Any suggestion?

@harshitjain0803 I'm sorry, I didn't

At the beginning, the code was: ` case TemplateActions.SET_TEMPLATES: return { ...state, templates: [...action.payload] // sovrascrivo i template };` but then I thought: why can't I concatenate the elements, so...

P.S. I retrieve the 'templatesCount' before the first fetching of elements, so I call the service just one time to retrieve the total

I still have this issue!

I tried to install it again, and the error is changed! This is my code: > var ImageCropper = require("nativescript-imagecropper").ImageCropper; > ..... > > ngOnInit(): void { > this.imageCropper =...

I tried to append params (....?param2=xxx&param3=yyyy"") to the url (endPoint), and it works. I think it would be better to handle "params" (Https.HttpsRequestObject) in "GET" requests, so we don't have...

I have the same problem with a custom provider