-
Notifications
You must be signed in to change notification settings - Fork 395
allow using lazy loadable renderers in angular #2446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This reverts commit 3f5b96f.
Hi @dsl400 , |
I was hoping to migrate our existing code by loading some components as custom renderers until we have time to create schema for all our existing forms |
I don't think this PR is necessary. Instead of within JSON Forms you could await the renderers outside of JSON Forms and only render JSON Forms once they are resolved. |
Can you provide some technical arguments about why ? My argument is: It has no impact on existing functionality |
proposal to add possibility to use lazy loadable renderers