kartikey
kartikey

Reputation: 370

Is it possible to change the way form looks in angular-formly in terms of layout?

In angular formerly we pass the array with fields and it generates the form in its std. way or layout. but if want to change its look or layout .Is it possible and how?

Upvotes: 1

Views: 549

Answers (1)

kentcdodds
kentcdodds

Reputation: 29021

Yes, you can do advanced layout using field groups as in this example. I also recommend you learn the fundamentals of angular-formly here.

Upvotes: 1

Related Questions