You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My objective is to have my users be able to add widgets to their pages.
However some widgets may require user provided configuration, for example, a weather widget, the user will be required to input the desired city..
How/where would you store this instance specific information?
is that an existing functionality?
The text was updated successfully, but these errors were encountered:
I think you should pass your config data as the second argument to the @widget() and the will be passed to the controller of that widget.
that's it. in fact you should wrap some code around the current widgets according to your needs.
My objective is to have my users be able to add widgets to their pages.
However some widgets may require user provided configuration, for example, a weather widget, the user will be required to input the desired city..
How/where would you store this instance specific information?
is that an existing functionality?
The text was updated successfully, but these errors were encountered: