36 lines
1.1 KiB
Markdown
Raw Normal View History

2019-08-31 20:51:14 -07:00
@datahub/lists
==============================================================================
This hosts the service, application components, utilities, and application type definitions for Data Hub's Entity Lists feature.
The goal of the the addon is to provide the EntityList service and list components that make it easier share functionality and data across Entity List use cases.
An Entity List is a list of Data Hub entities (Entities) that map to metadata-models data entities.
Compatibility
------------------------------------------------------------------------------
* Ember.js v2.18 or above
* Ember CLI v2.13 or above
* TypeScript v3.3 or above
Installation
------------------------------------------------------------------------------
```
ember install @datahub/lists
```
Contributing
------------------------------------------------------------------------------
See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------
This project is licensed under the [MIT License](LICENSE.md).