Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Lazy Loading of a form #477

Closed
Werick opened this issue Sep 21, 2015 · 1 comment
Closed

Lazy Loading of a form #477

Werick opened this issue Sep 21, 2015 · 1 comment

Comments

@Werick
Copy link

Werick commented Sep 21, 2015

Does formly allow lazy loading of a form that is organized in tabs? We have a form that has about 100 questions and alot of validations in various fields. I've disabled the api check and still it takes about 40-50 seconds to render the form. Is there a way we can lazily load this form so it renders more faster may be in 10-15 seconds by only loading the first tab and load the other tabs when the user clicks on the individual tabs?

@kentcdodds
Copy link
Member

I recommend that your tabs implementation uses ng-if to wait to compile the tab until it's shown. If you need help doing this, please follow the instructions here: http://help.angular-formly.com

Because this repo's github issues are reserved for bug reports and feature requests, I'm going to close this issue. Good luck!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants