Re: [AngularJS] Uniqueness of Acoordion Grouping Logic

2017-05-26 Thread Oussama Dinia
hello Kannan, could this help? http://www.telerik.com/kendo-angular-ui/components/dataquery/ manipulates json data before binding to any ui component. Regards, O.D. On May 26, 2017 18:27, "Kannan Gopal" wrote: > I have written an angular component that would group JSON data based on > the c

Re: [AngularJS] Error: No provider for Number!

2017-05-25 Thread Oussama Dinia
i gave wrong answers just looked back at the question, sorry about that On May 25, 2017 16:09, "Oussama Dinia" wrote: > you need to add the service to the providers array in your module > definition. > > On May 25, 2017 14:00, "Bernd Wachter" wrote: > >

Re: [AngularJS] Error: No provider for Number!

2017-05-25 Thread Oussama Dinia
you need to add the service to the providers array in your module definition. On May 25, 2017 14:00, "Bernd Wachter" wrote: > Hello, > > i have this Class in my Angular 4 Project when i call this function from > another Service class > > let newItem = this.item(id, name, price, quantity, data, i

[AngularJS] Re: Angular 2 Setup with VS 2015 - Update 3

2017-05-18 Thread Oussama Dinia
Hello Rajaraman, If you want to get started with Angular, I would suggest you use Visual Studio Code or WebStorm for a start, and the angular-cli. These are lighter code editors, which will provide you with sufficient features to code Angular applications. It