[AngularJS] Service and big object

2019-07-29 Thread Dev C
Hello We have one service call Onnginit, this would return one object, a possibly 1 mb json object, now i would.like to do paging, filtering & sorting into object, until and unless page gets loaded and we need to hit the service. Now my query is that, i need to do is filtering like amazon from

[AngularJS] should i learn ng-book or recommend a better book.

2019-07-29 Thread Tito
Why not learn the latest angular instead? https://angular.io/ -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [AngularJS] should i learn ng-book or recommend a better book.

2019-07-29 Thread Jainendra Rai
Yeah, It would be very easy to learn for you.( Rahul) On Mon, Jul 29, 2019 at 3:44 PM Tito wrote: > Why not learn the latest angular instead? > > https://angular.io/ > > -- > You received this message because you are subscribed to the Google Groups > "Angular and AngularJS discussion" group. >

[AngularJS] How to call a custom directive function written in directive isolated scope into the controller where it is being used.

2019-07-29 Thread ravindar sharma
I am having a custom datepicker and used two way data binding and want to reset it's value from controller. I have one clear function inside the directive's scope and want to call this method from controller so that it's value gets reset to blank. ds.directive('datePicker', function() {

[AngularJS] Re: Modify a components template prior to compilation in Angular 8

2019-07-29 Thread Damo
Hi Sander, Thanks for the suggestion. Can you help me understand how I would be able to modify the CustomComponent at runtime when using AngularElements? My main issue is not being able to manipulate the template before it gets compiled. Not sure how AngularElements resolves this issue.

[AngularJS] Re: should i learn ng-book or recommend a better book.

2019-07-29 Thread rahul verma
ya i a talking about latest version of Angular 8 but i wana go through a book Angular doc english is little difficult for me . On Monday, July 29, 2019 at 3:44:11 PM UTC+5:30, Tito wrote: > > Why not learn the latest angular instead? > > https://angular.io/ > -- You received this message

[AngularJS] Angular 8 with an api

2019-07-29 Thread Tito
Greetings, Finally diving in into angular 8 (why did I not before!!! bcs I love it) This is what my app folder looks like (repo is https://github.com/yosiasz/tourofheroes-mssql) ./src app server --here my server express.js api resides 1. Is this a good approach? 2. If it is acceptable how