Reduce the Angular Formly configuration with helper functions

Share this video with your friends

Send Tweet

A typical Formly form configuration can get quite large and often also hard to read. Thus, I highly recommend to extract common steps in helper functions. This not only helps with the readability but also helps factor out common steps and repetitive code. In this lesson we're going to refactor a Formly form config with some re-usable helper functions.