Atul Gupta
Results
2
issues of
Atul Gupta
What is the purpose of the right Arrow that appears inside circle at the bottom right side? what is the event associated with it to override? Thanks
I have an object like this let order = { owner: { firstName: "John", lastName: "Doe" } } and this is my template let template = " hello {order.owner.firstName} {order.owner.lastName}";...