Provider functions
provideStore
The provideStore function registers a Store with a given Id into the current Provider context, making it available to all descendant components. Read more.
provideCheckpoints
The provideCheckpoints function registers a Checkpoints object with a given Id into the current Provider context. Read more.
provideIndexes
The provideIndexes function registers an Indexes object with a given Id into the current Provider context. Read more.
provideMetrics
The provideMetrics function registers a Metrics object with a given Id into the current Provider context. Read more.
providePersister
The providePersister function registers a Persister with a given Id into the current Provider context. Read more.
provideQueries
The provideQueries function registers a Queries object with a given Id into the current Provider context. Read more.
provideRelationships
The provideRelationships function registers a Relationships object with a given Id into the current Provider context. Read more.
provideSynchronizer
The provideSynchronizer function registers a Synchronizer with a given Id into the current Provider context. Read more.