alepha@docs:~/docs/framework/reference/providers$
cat InvitationResourceProvider.md | pretty1 min read
Last commit:
#InvitationResourceProvider
#Import
typescript
1import { InvitationResourceProvider } from "alepha/api/invitations";
#Overview
The registry of $invitationResource declarations, keyed by
resourceType.
Separate from InvitationService so the primitive can register into it
without the service, and everything the service pulls in, having to be
constructed at field-initialisation time.