ngx-chips
ngx-chips copied to clipboard
Polymorphic classes
This goal of this change is to allow developers to easily extend the functionality of ngx-chips classes. To achieve it introduces the following things:
- reduces private accessors
- passes
Injectorto the constructor, instead of standalone dependencies - introduces functions like
onTab()to handle keys events directly - splits code into smaller functions
- fills docs and types