Updates:
- Updated to Angular 12.2.4. Note: Introduces breaking changes with version lower than 12.
- Switched from TS Lint to Angular ES Lint
- Updated package-lock
- Documentation updates
- Bumped individual package versions
- Added tests for the drop down component
Fixes:
- Documentation bug fix for an example usage
- Bug fix on the checkbox not setting properly the value when used in form
- Re-exported missing interface:
ControlValueAccessorEnabler
- Minor cleanups