I fetch data from a model in Angular service , and in console log the data become like this.
console.log(serces);
alModel {info: Object}
info: Object
ProductName:"test product al"
StartTime:"00:00:00"
StopTime:"00:00:00"
__proto__:Object
__proto__:Object
How do I to get the ProductName
from there?
Please help, many thanks in advance.