Returns the ambient {@link CngxAsyncRegistry}, or null when the consumer did not opt in via {@link provideAsyncRegistry}
injectAsyncRegistry
Functioncommon/data/async-registry
projects/common/data/async-registry/provide-async-registry.ts
Description#
Returns the ambient CngxAsyncRegistry, or null when the consumer
did not opt in via provideAsyncRegistry. Must run in an injection
context.
Signature#
injectAsyncRegistry()Returns#
CngxAsyncRegistry | null