[AngularJS] data persistence

2019-08-07 Thread Tito
Out of the 2 million records which ones are pertinent to the user? What kind of searches are you doing? Wildcard ```like '%search term%' -- 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] data persistence

2019-08-07 Thread Vishal Kaushik
Hi guys, I am kind of new to Angular and working on already developed Angular 2 + .Net Rest API project. There are quite a few search screens in my project which are getting page by page records. Rest API are getting data from SQL using entity framework. based on search parameters, the record

[AngularJS] Data Persistence

2019-08-07 Thread Vishal Kaushik
Hi Guys, I am new to Angular and so please excuse if my question is too basic or asked in a wrong way. I need to find a way to optimize Search screens where the data in tables is huge and its expansive to get data from database. The application is Angular 2+ .Net rest API which are using

[AngularJS] Data persistence in iFrame hosted on Angular2

2017-01-04 Thread Shreya Ghosh
We are having an Application based on Angular2. I have an Iframe having some drop-downs,text-fields,graphs. Now my requirement is : When user will navigate from existing page to next page and again wants to revisit the previous page,the older data(state) should persist. Currently when the user

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-31 Thread Ethan Presberg
Ahhh ok gotcha. Honestly, I have been looking for documentation over the past several weeks, and there is not a lot. There are a few blogs, mostly from a few angular team members, there is the design docs in google drive, the quickstart, and a few examples in the core. One of the

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-31 Thread Ethan Presberg
Ins't angular.io built on angular 1.x? On Monday, March 30, 2015 at 2:41:02 PM UTC-4, Jeremy wrote: Yea I looked around that site for awhile. I couldn't tell what's currently implemented vs in-progress vs not started. Would be nice to know so we can start playing with the implemented

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-31 Thread Samuel Castro e Silva
No, is based on Angular 2.0, but you can choose old versions as well. Take a look: https://angular.io/docs/js/latest/quickstart.html Cheers. On Tue, Mar 31, 2015 at 10:20 AM, Ethan Presberg et...@myemp.us wrote: Ins't angular.io built on angular 1.x? On Monday, March 30, 2015 at 2:41:02 PM

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-31 Thread Ethan Presberg
Look at the github repo of the website, under “Technologies Used” on the readme.md file it clearly states that it uses angular 1.x. https://github.com/angular/angular.io Kind Regards,Ethan Presberg Facebook | Google+ | @ethnp | LinkedIn On Tue, Mar 31, 2015 at 9:29 AM, Samuel Castro

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-31 Thread Samuel Castro e Silva
Yes, you're right, I'm just trying to say that angular.io has a lot of information and samples about Angular 2.0. :) On Tue, Mar 31, 2015 at 10:30 AM, Ethan Presberg et...@myemp.us wrote: Look at the github repo of the website, under Technologies Used on the readme.md file it clearly states

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-31 Thread Jeremy
Yes that's exactly what I've been searching around for as well, and why I posted this question here. Even a release log would be helpful in this stage. On Tuesday, March 31, 2015 at 8:45:03 AM UTC-5, Ethan Presberg wrote: Ahhh ok gotcha. Honestly, I have been looking for documentation

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-30 Thread Samuel Castro e Silva
Take a look: https://angular.io/ Cheers, Samuel On Mon, Mar 30, 2015 at 3:17 PM, Jeremy jra...@gmail.com wrote: I read through the design doc Data Persistence in Angular 2.0 ( https://docs.google.com/document/d/1DMacL7iwjSMPP0ytZfugpU4v0PWUK0BT6lhyaVEmlBQ/edit) and would like to start

Re: [AngularJS] Data Persistence in Angular 2.0

2015-03-30 Thread Jeremy
Yea I looked around that site for awhile. I couldn't tell what's currently implemented vs in-progress vs not started. Would be nice to know so we can start playing with the implemented features. On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva wrote: Take a look:

[AngularJS] Data Persistence in Angular 2.0

2015-03-30 Thread Jeremy
I read through the design doc Data Persistence in Angular 2.0 (https://docs.google.com/document/d/1DMacL7iwjSMPP0ytZfugpU4v0PWUK0BT6lhyaVEmlBQ/edit) and would like to start playing with these features like ngOffline and ngData. Are these available yet in Angular 2.0? Where is the best place