# <a href='https://generic-ui.com' >Generic UI - List for Angular</a>
## 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 <a href="https://npmjs.com">the NPM</a>.

###NPM installation:
```
$ npm i @generic-ui/ngx-list @generic-ui/fabric @generic-ui/hermes
```

The alternative solution is to use <a href="https://yarnpkg.com"> the yarn</a> instead

###yarn installation:
```
$ yarn add @generic-ui/ngx-list @generic-ui/fabric @generic-ui/hermes
```
Make sure that you use the <a href="https://angular.io">Angular</a> in version at least 8.0.0 and the <a href="https://github.com/ReactiveX/rxjs">Rxjs</a> 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
<a href="https://generic-ui/guid/list">generic ui list basics guide</a>.


## 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 <a href="https://github.com/generic-ui/generic-ui/issues">Report an issue</a>.

## License:
Code released under <a href='https://github.com/generic-ui/generic-ui/blob/master/grid/LICENSE' >the MIT license</a>.
