feature
Observable handle to the underlying feature wrapped in AsyncState.
valueis the underlying feature instance while active,nullwhile inactive.loadingStateis LoadingState.InProgress during an activate / deactivate call, LoadingState.Done when at rest, and LoadingState.Failure when the previous call failed.
Seeded from initialFeature when initially active, otherwise from null.