In an Angular project I want to create a component that can display any viewmodel. I want to create a dynamic report that shows any viewmodel we give it But I do not know how to do this
How to dynamically get property value from model by string name?
please guide me