@identity-base/angular-organizations
v0.7.15
Published
Angular organizations client for Identity.Base (built on @identity-base/angular-client).
Maintainers
Readme
@identity-base/angular-organizations
Angular organizations client for Identity Base. Depends on @identity-base/angular-client (which depends on @identity-base/client-core).
Install
npm install @identity-base/angular-organizationsSetup
import { provideIdentityOrganizations } from '@identity-base/angular-organizations'
export const appConfig = {
providers: [
...provideIdentityOrganizations({
apiBase: 'https://identity.example.com',
}),
],
}