[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 receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/9c816138-be77-4e2c-9c97-e7466eedb85c%40googlegroups.com.


[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 count can go 
upto 2 million but getting 10 records at one time is slow for two reasons - 
1. the data in table is a lot (over 5 millions ) , 2. Hitting database for 
every 10 records do not make sense. 
So I want to change all the searches. My idea is to bring about 500 (or 
1000) records at once, and persist those records locally somehow. Instead 
of hitting database on every 10 records, I would like to let user move thru 
all 500 records ( 50 pages of 10 records each), then hit database for next 
500 records. I want to find out whats the best approach for doing this in 
Angular 2.

any guidance will be appreciated.

Thanks
KVishal

-- 
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 angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/f06d6cef-b594-41d0-838e-73f993199d53%40googlegroups.com.


[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 Entity framework to get data from 
sql database. Current implementation is to hit database for every 10 
records, and additionally hit database for getting search count so first 
time it hits twice. every 10 records, it hits the database for next 10 
records for advancing each page. 
I am hoping for an alternative approach where I could get say 1000 records 
at once and store them locally to show 100 pages (10 records each), and 
only moving to 101st page, it should go and hit database to get another 
1000 records based on search parameter ofcourse. I am looking for the right 
way of doing this. any guidance will be appreciated.

Thanks
Vishal

-- 
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 angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/e2677f4f-ef6f-4b5b-ae79-1f6c5a219768%40googlegroups.com.


[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 
revisits the page, the Iframe gets reloaded and the data is set to default 
value. How can I prevent reloading of the Iframe and can show the data 
previously selected by the user in the same session. We have tried multiple 
options but none were of any help to us. Kindly help us.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


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 problems I am finding is that, yes, I understand that angular 2.0 is 
still in alpha and things change rapidly.

But what I think would be nice is if there was a release document with each new 
version of the alpha. Because one of the problems with trying to understand and 
tinker with the example apps is that they pretty much break each release.

So, if there was a document saying that “We changed !foreach to *foreach” and 
then “We changed Foreach to For” and so   on and so forth, that would be very 
helpful to us, I think.




Could be that it already exists and I just haven’t found it yet. Which that in 
and of itself is a problem as I have been scouring the web looking for ANYTHING 
angular 2.0 related.

It would be really awesome if it were on the angular.io webpage. It is a really 
important thing that I believe should even have it’s own dedicated section, 
maybe combine releases notes with the download page or something.




Anyways, just my 2 cents..



Kind Regards,Ethan Presberg





Facebook | Google+ | @ethnp | LinkedIn

On Tue, Mar 31, 2015 at 9:39 AM, Samuel Castro e Silva
samuelcastrosi...@gmail.com wrote:

 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 that it uses angular 1.x.

 https://github.com/angular/angular.io


 Kind Regards,
 Ethan Presberg

  Facebook https://www.facebook.com/ethan.presberg | Google+
 https://plus.google.com/+EthanPresberg | @ethnp
 https://www.twitter.com/ethnp | LinkedIn
 http://www.linkedin.com/pub/ethan-presberg/51/506/455


 On Tue, Mar 31, 2015 at 9:29 AM, Samuel Castro e Silva 
 samuelcastrosi...@gmail.com wrote:

 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 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 features.


 On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva
 wrote:

 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/1DMacL7iwjSMPP0ytZfugpU4v0PWUK
 0BT6lhyaVEmlBQ/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 to look at what features are available in 
 2.0
 so I know what I can start experimenting with?  Thanks!

   --
 You received this message because you are subscribed to the Google
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to angular+u...@googlegroups.com.
 To post to this group, send email to ang...@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




  --
 You received this message because you are subscribed to the Google
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.





   --
 You received this message because you are subscribed to a topic in the
 Google Groups AngularJS group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/angular/LdwSpl0gcD4/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit 

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 features.


 On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva wrote:

 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 playing with these features like ngOffline and 
 ngData.  Are these available yet in Angular 2.0?  Where is the best place 
 to look at what features are available in 2.0 so I know what I can start 
 experimenting with?  Thanks!

  -- 
 You received this message because you are subscribed to the Google 
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to angular+u...@googlegroups.com.
 To post to this group, send email to ang...@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




  

-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


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 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 features.


 On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva
 wrote:

 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/1DMacL7iwjSMPP0ytZfugpU4v0PWUK
 0BT6lhyaVEmlBQ/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 to look at what features are available in 2.0
 so I know what I can start experimenting with?  Thanks!

  --
 You received this message because you are subscribed to the Google
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to angular+u...@googlegroups.com.
 To post to this group, send email to ang...@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




   --
 You received this message because you are subscribed to the Google Groups
 AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


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 e Silva
samuelcastrosi...@gmail.com wrote:

 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 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 features.


 On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva
 wrote:

 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/1DMacL7iwjSMPP0ytZfugpU4v0PWUK
 0BT6lhyaVEmlBQ/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 to look at what features are available in 
 2.0
 so I know what I can start experimenting with?  Thanks!

  --
 You received this message because you are subscribed to the Google
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to angular+u...@googlegroups.com.
 To post to this group, send email to ang...@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




   --
 You received this message because you are subscribed to the Google Groups
 AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.

 -- 
 You received this message because you are subscribed to a topic in the Google 
 Groups AngularJS group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/angular/LdwSpl0gcD4/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


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 that it uses angular 1.x.

 https://github.com/angular/angular.io


 Kind Regards,
 Ethan Presberg

  Facebook https://www.facebook.com/ethan.presberg | Google+
 https://plus.google.com/+EthanPresberg | @ethnp
 https://www.twitter.com/ethnp | LinkedIn
 http://www.linkedin.com/pub/ethan-presberg/51/506/455


 On Tue, Mar 31, 2015 at 9:29 AM, Samuel Castro e Silva 
 samuelcastrosi...@gmail.com wrote:

 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 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 features.


 On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva
 wrote:

 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/1DMacL7iwjSMPP0ytZfugpU4v0PWUK
 0BT6lhyaVEmlBQ/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 to look at what features are available in 
 2.0
 so I know what I can start experimenting with?  Thanks!

   --
 You received this message because you are subscribed to the Google
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it,
 send an email to angular+u...@googlegroups.com.
 To post to this group, send email to ang...@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




  --
 You received this message because you are subscribed to the Google
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.





   --
 You received this message because you are subscribed to a topic in the
 Google Groups AngularJS group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/angular/LdwSpl0gcD4/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.


  --
 You received this message because you are subscribed to the Google Groups
 AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




-- 

Samuel Castro

Full Stack Developer

(37) 9110-8850

-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


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 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 problems I am finding is that, yes, I understand that angular 
 2.0 is still in alpha and things change rapidly.
 But what I think would be nice is if there was a release document with 
 each new version of the alpha. Because one of the problems with trying to 
 understand and tinker with the example apps is that they pretty much break 
 each release.
 So, if there was a document saying that “We changed !foreach to *foreach” 
 and then “We changed Foreach to For” and so   on and so forth, that would 
 be very helpful to us, I think.

 Could be that it already exists and I just haven’t found it yet. Which 
 that in and of itself is a problem as I have been scouring the web looking 
 for ANYTHING angular 2.0 related.
 It would be really awesome if it were on the angular.io webpage. It is a 
 really important thing that I believe should even have it’s own dedicated 
 section, maybe combine releases notes with the download page or something.

 Anyways, just my 2 cents..


 Kind Regards,
 Ethan Presberg

  Facebook https://www.facebook.com/ethan.presberg | Google+ 
 https://plus.google.com/+EthanPresberg | @ethnp 
 https://www.twitter.com/ethnp | LinkedIn 
 http://www.linkedin.com/pub/ethan-presberg/51/506/455 
  

 On Tue, Mar 31, 2015 at 9:39 AM, Samuel Castro e Silva 
 samuelca...@gmail.com javascript: wrote:

 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 
 javascript: wrote:

 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 https://www.facebook.com/ethan.presberg | Google+ 
 https://plus.google.com/+EthanPresberg | @ethnp 
 https://www.twitter.com/ethnp | LinkedIn 
 http://www.linkedin.com/pub/ethan-presberg/51/506/455 
  

 On Tue, Mar 31, 2015 at 9:29 AM, Samuel Castro e Silva 
 samuelca...@gmail.com javascript: wrote:

  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 
 javascript: wrote:

 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 features.


 On Monday, March 30, 2015 at 1:20:25 PM UTC-5, Samuel Castro e Silva 
 wrote:

 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/1DMacL7iwjSMPP0ytZfugpU4v0PWUK
 0BT6lhyaVEmlBQ/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 to look at what features are available 
 in 2.0 
 so I know what I can start experimenting with?  Thanks!

   -- 
 You received this message because you are subscribed to the Google 
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to angular+u...@googlegroups.com.
 To post to this group, send email to ang...@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.

  


  -- 
 You received this message because you are subscribed to the Google 
 Groups AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to angular+u...@googlegroups.com javascript:.
 To post to this group, send email to ang...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.

  



   -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups AngularJS group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/angular/LdwSpl0gcD4/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 angular+u...@googlegroups.com javascript:.
 To post to this group, send email to ang...@googlegroups.com 
 

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 playing with these features like ngOffline and
 ngData.  Are these available yet in Angular 2.0?  Where is the best place
 to look at what features are available in 2.0 so I know what I can start
 experimenting with?  Thanks!

  --
 You received this message because you are subscribed to the Google Groups
 AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


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: https://angular.io/

 Cheers,
 Samuel

 On Mon, Mar 30, 2015 at 3:17 PM, Jeremy jra...@gmail.com javascript: 
 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 playing with these features like ngOffline and 
 ngData.  Are these available yet in Angular 2.0?  Where is the best place 
 to look at what features are available in 2.0 so I know what I can start 
 experimenting with?  Thanks!

  -- 
 You received this message because you are subscribed to the Google Groups 
 AngularJS group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to angular+u...@googlegroups.com javascript:.
 To post to this group, send email to ang...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/d/optout.




  

-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[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 
to look at what features are available in 2.0 so I know what I can start 
experimenting with?  Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
AngularJS group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.