Category

JavaScript

Category

Magento2 admin in we use UI components for create form and grid. UI components are create using Knockout JS and its little harder to debug UI component in Magento2. In this blog we will see how to debug UI component in browser console. If you want to see list of component used in page then run below code in you browser console. Output like below. We can see specific component in details. Here is some…