Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to directly post without get for example for login #1

Closed
moorthi07 opened this issue Apr 17, 2017 · 1 comment
Closed

How to directly post without get for example for login #1

moorthi07 opened this issue Apr 17, 2017 · 1 comment

Comments

@moorthi07
Copy link

How to directly post without get for example for login

Here is my end point user/login that takes input un, pwd and returns user object

let newAccount = { "username": "pvmoorthi_jobs@yahoo.com", "password":"moorthi"};

// POST /User/Login
this.restangular.all('/users/login').post(newAccount);
@tairezzzz
Copy link
Collaborator

hey @moorthi07 Can you please create this issue at ngx-restangular. Project was renamed due to Angular SemVer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants