@aws-amplify/ui-angular
v6.0.0
Published
Please see [CONTRIBUTING.md](../../../../CONTRIBUTING.md#aws-amplifyui-angular) to get started.
Maintainers
Keywords
Readme
@aws-amplify/ui-angular
Getting Started
Please see CONTRIBUTING.md to get started.
Development Structure
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/
└── package.json # name: `@aws-amplify/ui-angular`, private: false
# contains dependencies that library needs (e.g. xstate)
