I have some problems to display an object in angular2
This is my Object which is an array of object and onother value)
That's how I retrieve it :
and that's how I try to display it in html
- The first question is how to display it?
- The second question how to modify the "res.errorMessage[0]" to res only? (because I could have many objects in the res ...)
Thank you in advance.