A value that can be supplied directly or through an Angular signal.
API
type ReactiveOption<T> = T | Signal <T>;ReactiveOption
@typeTA value that can be supplied directly or through an Angular signal.
type ReactiveOption<T> = T | Signal <T>;@typeT