Giter Site home page Giter Site logo

Comments (11)

2muchcoffeecom avatar 2muchcoffeecom commented on May 19, 2024

Hi, Jaahmed!

You should update to 0.1.7 first. I think thats because you are using version without Observables. Please ping me if you still has this issue after update.

from ngx-restangular.

2muchcoffeecom avatar 2muchcoffeecom commented on May 19, 2024

Don't forget to star the repo if you like it 😉

from ngx-restangular.

AngularTx avatar AngularTx commented on May 19, 2024

Hi
Don't we have the concept of map in rest? In the examples shown we don't
see any such examples.?

Map and subscribe? Any examples?

Thanks in advance..
On Nov 10, 2016 3:31 AM, "2muchcoffee" [email protected] wrote:

Hi, Jaahmed!

You should update to 0.1.7 first. I think thats because you are using
version without Observables. Please ping me if you still has this issue
after update.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
2muchcoffeecom/ng2-restangular#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AStMS3f3Ng--ShXGV3dTdsHHCdxEZi01ks5q8kKagaJpZM4KuBim
.

from ngx-restangular.

logvinoleg89 avatar logvinoleg89 commented on May 19, 2024

Hi, Jaahmed!

Now we work on examples, soon you can see them in Plunker.
Here some basic example for you:

Restangular.one('accounts', 1234).get()
.map(response =>{
  response.newVariable = 'test';
  return response;
})
.subscribe(response =>{
  console.log(response);
})

from ngx-restangular.

AngularTx avatar AngularTx commented on May 19, 2024

Hi ,

Thanks for the reply.

Is version 0.1.4 stable ? Will observables be present in it?

I am working for a bank ,I need to see if they have version 0.1.7. But they
have version 0.1.4 for now.
On Nov 10, 2016 1:41 PM, "logvinoleg89" [email protected] wrote:

Hi, Jaahmed!

Now we work on examples, soon you can see them in Plunker.
Here some basic example for you:

Restangular.one('accounts', 1234).get()
.map(response =>{
response.newVariable = 'test';
return response;
})
.subscribe(response =>{
console.log(response);
})


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
2muchcoffeecom/ng2-restangular#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AStMS4fvIYJCqMCmYKxC8rgh-HGI6i2Bks5q8tGogaJpZM4KuBim
.

from ngx-restangular.

logvinoleg89 avatar logvinoleg89 commented on May 19, 2024

Yes observables are present in v0.1.4

from ngx-restangular.

AngularTx avatar AngularTx commented on May 19, 2024

Hi, just installed version 0.1.7. It's kind of bit shocking..when I type in
restangular.setBaseUrl... The function is not found. But in the
rectangular.js file I can see the definitions method. Is there an issue or
I need to make changes?

Definition not found in d.ts file. But when I use your git hub repo I see
no issues with it.

Please let me know what could the issue be.

I need to complete a task on this. Would be great if you could reply ASAP.
On Nov 10, 2016 3:21 PM, "logvinoleg89" [email protected] wrote:

Yes observables are present in v0.1.4


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
2muchcoffeecom/ng2-restangular#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AStMS1LOu12omvfmaJTkt7KNQYfRRGT7ks5q8ukMgaJpZM4KuBim
.

from ngx-restangular.

logvinoleg89 avatar logvinoleg89 commented on May 19, 2024

Please check this link

from ngx-restangular.

AngularTx avatar AngularTx commented on May 19, 2024

Is it possible if some one can talk via WhatsApp. I can explain the issue.
I don't find many resource around who are working in this...
On Nov 10, 2016 8:41 PM, "Javeed Ahmed" [email protected] wrote:

Hi, just installed version 0.1.7. It's kind of bit shocking..when I type
in restangular.setBaseUrl... The function is not found. But in the
rectangular.js file I can see the definitions method. Is there an issue or
I need to make changes?

Definition not found in d.ts file. But when I use your git hub repo I see
no issues with it.

Please let me know what could the issue be.

I need to complete a task on this. Would be great if you could reply ASAP.
On Nov 10, 2016 3:21 PM, "logvinoleg89" [email protected] wrote:

Yes observables are present in v0.1.4


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
2muchcoffeecom/ng2-restangular#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AStMS1LOu12omvfmaJTkt7KNQYfRRGT7ks5q8ukMgaJpZM4KuBim
.

from ngx-restangular.

AngularTx avatar AngularTx commented on May 19, 2024

Hi, I have checked your link,also was able to make changes in the git repo
which you have. But if you just download your package and then with some
sample application, we can see that some basic function like setBaseUrl
will not be found.

Is there a specific version of node and npm to be used?
On Nov 10, 2016 8:53 PM, "logvinoleg89" [email protected] wrote:

Please check this link
https://github.com/2muchcoffeecom/ng2-restangular#how-to-configure-them-globally


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
2muchcoffeecom/ng2-restangular#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AStMS_aWwS63osMuiMc_-IQzm_FRhtmUks5q8zVFgaJpZM4KuBim
.

from ngx-restangular.

rshchpkn avatar rshchpkn commented on May 19, 2024

Hi, please check this withConfig link, I think it will help you. Configurating Restangular possible in three ways globaly in module, in service, or in component

from ngx-restangular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.