removable property

  1. @Input()
bool removable
getter/setter pair

Whether the chip should show remove button, default to true.

Implementation

@Input()
bool removable = true;