ngx-chips icon indicating copy to clipboard operation
ngx-chips copied to clipboard

Polymorphic classes

Open DanielKucal opened this issue 6 years ago • 0 comments

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 Injector to the constructor, instead of standalone dependencies
  • introduces functions like onTab() to handle keys events directly
  • splits code into smaller functions
  • fills docs and types

DanielKucal avatar Aug 28 '19 13:08 DanielKucal