I want to build custome control or widget using Angular. I know how to build form using basic controls such as textbox, button etc. using Angular-Formly. Please, help me out how to do this. Suppose i want to create Slider on my page based on json then what are the steps I need to follow to create it. Thank you.
writing custom control or widget in Angular
221 views Asked by Prasad Parab At
1
I recommend that you take a look at the resources at learn.angular-formly.com. There's a free egghead.io lesson about creating custom types with angular-formly. There's also this example that could be helpful.