# NguiList Module
list of DOM elements that responds to keyboard and mouse.

- lists are dynamic that responds to async pipe
- keyboard up/down -> this can be done by tabindex
- mouse click, tap, keyboard enter -> fires (selected) event

**inputs**
   - nguiHighlight="word" or nguiHighlight="options" 
   - https://gist.github.com/adamrecsko/0f28f474eca63e0279455476cc11eca7
   - https://stackoverflow.com/questions/44961759/highlight-the-search-text-angular-2

**outputs**
   - (selected)=“select(XXX)”

filtering https://stackoverflow.com/questions/34164413/how-to-apply-filters-to-ngfor
