TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ravi sharma
NA
87
16.6k
Issue with httpmodule response
Aug 22 2018 8:21 AM
Hi,
I am facing issue in nativescript typescript mobile application. I am getting response in following format.
[[{
JS: "UserId": T325,
JS: "UserName": "SD234",
JS: "Password": "test@1",
JS: "UserType": "DLER",
JS: "SapId": "10009DS457",
JS: "Mobile": "9898891212",
JS: "Email": "
[email protected]
",
JS: "Status": "Blocked",
JS: "Password1": "",
JS: "Password2": "",
JS: "Password3": "",
JS: "DateCreated": "1900-01-01T00:00:00.000Z"
JS: }]]
I need to access UserId. Please suggest.
Reply
Answers (
1
)
Can't bind to 'multiple' since it isn't a known property of
Property 'accountID' does not exist on type 'Account'