Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jweisman committed Jul 15, 2021
2 parents 2ff0e3c + b8b46c0 commit 2023cd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ $ npm install eca-components --save

Then add the relevant modules to your `app.module.ts` as shown in the README for each component below.

## Componentents
## Components
The following components are available:

* **[Select Entities](./docs/select-entities.md)**: Select entities from the visible screen in Alma
* **[Dialogs](./docs/dialogs.md)**: Display dialogs according to the style guide
* **[Auto-Complete](./docs/auto-complete.md)**: Defined and lazy data auto-complete component

## Versions
| Cloud Apps Components | Cloud App SDK | Angular |
| ------------- | ------------- | --- |
| < 1.4 | < 1.4 | 9.* |
| >= 1.4 | >= 1.4 | 11.* |

0 comments on commit 2023cd7

Please sign in to comment.