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
It seems odd for a component to have to anticipate which inputs will be dynamic and which are static.
On the other hand, it complicates declaration logic to either:
Have to check whether each input is Observable
Treat all input as Observable 100% of the time. Simple declaration-time decisions based on simple input become runtime decisions based on Observable events.
The text was updated successfully, but these errors were encountered:
It seems odd for a component to have to anticipate which inputs will be dynamic and which are static.
On the other hand, it complicates declaration logic to either:
The text was updated successfully, but these errors were encountered: