angular-fundamentals-src icon indicating copy to clipboard operation
angular-fundamentals-src copied to clipboard

Http data fetching with Observables

Open kevinhendra opened this issue 6 years ago • 1 comments

how to use observables and HTTPClient in your module number 25 thanks but can't use Http

kevinhendra avatar Nov 18 '19 10:11 kevinhendra

To whom it may concern:

I made an update to all the examples of this repository to make them compatible with NodeJS LTS v18.12.0, in case you are interested in using them to study: https://github.com/xtingray/angular-fundamentals-src

In a few examples, I had to make significant changes as several resources have been deprecated (i.e., toPromise), anyway, I think they could be helpful for the new developers wanting to test usable code.

PS: In case you consider that some of the example code can be optimized, please let me know. Regards.

xtingray avatar Aug 27 '23 23:08 xtingray