# dn-aws-amplify-ui-angular

> ## Getting Started

Latest version **2.4.25** (published 2022-10-20) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install dn-aws-amplify-ui-angular
pnpm add dn-aws-amplify-ui-angular
yarn add dn-aws-amplify-ui-angular
bun add dn-aws-amplify-ui-angular
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.4.25 |
| Published | 2022-10-20 |
| First published | 2022-10-20 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 1.5 MB |
| Known vulnerabilities | 0 (+4 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1143 |
| Maintainers | jlizarazo |

## Links

- npm: https://www.npmjs.com/package/dn-aws-amplify-ui-angular
- Repository: https://github.com/aws-amplify/amplify-ui
- Homepage: https://github.com/aws-amplify/amplify-ui#readme
- Issues: https://github.com/aws-amplify/amplify-ui/issues
- npm.io page: https://npm.io/package/dn-aws-amplify-ui-angular

## Dependencies (7)

- [tslib](https://npm.io/package/tslib.md) 2.3.1
- [nanoid](https://npm.io/package/nanoid.md) 3.1.31
- [qrcode](https://npm.io/package/qrcode.md) 1.5.0
- [xstate](https://npm.io/package/xstate.md) ^4.33.6
- [@stencil/core](https://npm.io/package/@stencil/core.md) 2.8.0
- [@aws-amplify/ui](https://npm.io/package/@aws-amplify/ui.md) 4.0.0
- [@aws-amplify/ui-components](https://npm.io/package/@aws-amplify/ui-components.md) ^1.7.0

## Recent versions

- 2.4.25 (latest) — 2022-10-20
- 2.4.24 — 2022-10-20

## README

# @aws-amplify/ui-angular

## Getting Started

Please see [CONTRIBUTING.md](../../../../CONTRIBUTING.md#aws-amplifyui-angular) to get started.

## Development Structure

```bash

projects/ui-angular/
├── src/ # contains src files for UI library code.
│   ├── lib/
│   |   ├── common/ # helpers, types, and constants
│   |   ├── components/ # helpers, types, and constants
|   |   |   ├── [COMPONENT-NAME]/ # Authenticator, ChatBot, S3, etc
|   |   |   |   ├── components/ # contains all composing Angular components
|   |   |   |   └── [COMPONENT-NAME].module.ts
|   |   └── directives/
|   |   └── primitives/
|   |   └── services/
├── legacy/ # contains re-expors of legacy web components
│   └── src/
│   └── package.json # required by ng-packagr to setup secondary entry points
└── package.json # name: `@aws-amplify/ui-angular`, private: false
                 # contains dependencies that library needs (e.g. xstate)

```

---
_Source: https://npm.io/package/dn-aws-amplify-ui-angular · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
