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
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:Injector
to the constructor, instead of standalone dependenciesonTab()
to handle keys events directly