@generic-ui/ngx-list

Generic UI - Angular List library

Usage no npm install needed!

<script type="module">
  import genericUiNgxList from 'https://cdn.skypack.dev/@generic-ui/ngx-list';
</script>

README

Generic UI - List for Angular

List component

Installation

First you need to install @generic-ui/ngx-list package with all it's peer dependencies. The best way to do that is with the help of the NPM.

NPM installation:

$ npm i @generic-ui/ngx-list @generic-ui/fabric @generic-ui/hermes

The alternative solution is to use the yarn instead

yarn installation:

$ yarn add @generic-ui/ngx-list @generic-ui/fabric @generic-ui/hermes

Make sure that you use the Angular in version at least 8.0.0 and the Rxjs in version greater than 6.0.0.

Now your installation is completed. The list should be set and ready to use. To follow the basics of how to use list with the angular framework read the generic ui list basics guide.

Contact

Feel free to contact us with any questions or issues, as FAQ will be published in the near future. We will really appreciate it you letting us know how do you use this angular grid library. If you find any bug, let us know about it through Report an issue.

License:

Code released under the MIT license.