This message was deleted.
# general
s
This message was deleted.
a
More flexible sources when using Input<T>, such as using the output from another component as input to your component without hassle. In JS an Input<T> can take T | Promise<T> | Output<T>
m
Ah ok, yeah that makes some sense