javascript - ionic and angular : displaying json data -


i designed cross platform app in mac , installed log-in system google account.

what want create new screen in app going display user information. how going add info? mean how handle json format data returned?

for example google returns in console log :

google login success:{"raw_data":{"kind":"plus#person","language":"el","etag":"\"blablabla\"","displayname":"blablabla","emails":[{"type":"account","value":"a@gmail.com"}],"image":{"url":"https://lh5.googleussdasdsasdercontent.com/-ffvp8x7lbas234dasdi/aaasadaaaaab9g/w23bzczqll0ci/photo.jpg?sz=50","isdefault":false},"circledbycount":4,"isplususer":true,"gender":"male","objecttype":"person","id":"234","url":"https://plus.google.com/23423","verified":false,"name":{"familyname":"asdasd","givenname":"asddasd"}},"profile_picture":"asdasdsasdads","username":"asdasdsad","full_name":"asdsads","email":"asdouasd@gmail.com"}

do have work .js file contains controller , or in html file ? help? in advance.


Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -