writing custom control or widget in Angular

229 views Asked by At

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.

1

There are 1 answers

1
kentcdodds On BEST ANSWER

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.