1 min readJun 13, 2018
Hi Divyansh,
Regarding data I have used this project setup with Knockout, where I did the following to pass data from MVC to a custom Knockout element:
<custom-element params="@JsonConvert.SerializeObject(Model)"/>
Where Model is my ViewModel object.