1.0.0-rc.3 • Published 6 years ago

selectio v1.0.0-rc.3

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

NgSelectio

features:

  • produced on native Angular
  • works in ie9+
  • realizes select and autocomplete modes, pagination
  • contains templates for custom view configuration
  • supports tree data structure(in progress)
  • most of inputs can change in runtime
  • no Http or HttpClient dependencies
  • defaults can been overridden
  • implements ControlValueAccessor
  • selectio required validator
  • no requirements for the data format
  • AOT

Installation

1) npm install --save ng-selectio

2) import { SelectioModule } from 'selectio';

@NgModule({ ... imports: ... SelectioModule.forRoot({}), ... ... })

Examples and docs

https://pigins.github.io/ng-selectio