[AngularJS] Re: rxjs subscription returning duplicates

2019-04-01 Thread Arnaud Deman
Hello, I would say it is because the number of subscriptions increase for every call and unsubscription are not performed. To test if it is correct you could try to unsubscribe manually or to do something like this: GetUserPendingApprovals(userid: string) { let approvalsPending: any[] =

[AngularJS] Re: DataTables holding on to the old data array when try to reload different set of data

2019-04-01 Thread Sander Elias
Hi Ishanoj, I have a couple of consulting hours available, send me a private mail if you want to buy a couple of those. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and

[AngularJS] Re: Pagination as reusable component

2019-04-01 Thread Sander Elias
Hi Dev yes, that is while well possible. Have a look at: https://material.angular.io/components/paginator/overview Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop

[AngularJS] Re: Typeahead and searchresult click event

2019-04-01 Thread Sander Elias
Hi Dev, something like this, but then showing your issue. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from

[AngularJS] Re: Typeahead and searchresult click event

2019-04-01 Thread Sander Elias
Hi Dev, Can you put your sample in a stackblitz, and show your problem. Its kind of hard to help you with a code problem without having access to well, code.. ;) Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion"

[AngularJS] Pagination as reusable component

2019-04-01 Thread Dev C
Hello I have to use pagination in many places in my application, can be it as reusable component. If anyone has any idea or any link would be highly appriciatable. In reusable component i will just bind to service data , number of pages to received at a time. Thanks -- Sent from my mi

[AngularJS] Typeahead and searchresult click event

2019-04-01 Thread Dev C
Hello I am having typeahead for the text box, i did accomplished using observable.using keypress and reactive forms. I have following issues. First: The requirement is that after three character the result would appear but it does but only after clicking somewhere outside. Second On click of