@aws-amplify/ui-angular
v5.3.2
Published
## Getting 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)
