Mustafa Çam
Posted on October 14, 2023
`example here =>
namespace DirectoryApi
{
public class Directory
{
public int Id { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
public string Telephone { get; set; }
}
}
you can use FirstName but json returns firstName. if you use it like this =>
*ngFor
`
this doesnt work but this work firstName , lastName ,telephone
💖 💪 🙅 🚩
Mustafa Çam
Posted on October 14, 2023
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.