Anarchitecture Bricks Docs

Repository documentation hub for packages, guides, and generated references.

@anarchitects/identity-angular

Angular identity package shells for the Anarchitecture identity domain.

Developer + AI Agent Start Here

Features

Installation

npm install @anarchitects/identity-angular
# or
yarn add @anarchitects/identity-angular
# or
pnpm add @anarchitects/identity-angular

Entry points

Import path Description
@anarchitects/identity-angular Root barrel for routine app wiring
@anarchitects/identity-angular/config Config tokens and provider helpers
@anarchitects/identity-angular/data-access Identity data-access placeholder service and providers
@anarchitects/identity-angular/feature Feature-level provider composition
@anarchitects/identity-angular/state Explicitly provided identity state store
@anarchitects/identity-angular/ui Reserved UI entry point placeholder

Usage

import { provideIdentityFeature } from '@anarchitects/identity-angular';

export const appConfig = {
  providers: [...provideIdentityFeature()],
};

Scripts

Development notes

Contributing

Preserve the ui <- feature -> state -> data-access layering and keep configuration shared through public provider helpers.

License

Licensed under the Apache License, Version 2.0.

Source Links