Angular (latest v9.1.0) ngx-bootstrap (latest v 5.5.0) This started when I upgraded Angular from 9.0.6 -> 9.1.0. ngcc throws the following error ``` Error: Failed to compile entry-point ngx-bootstrap/datepicker (esm5 as esm5) due to compilation errors: node_modules/ngx-bootstrap/datepicker/esm5/bs-datepicker.module.js:79:35 - error NG1010: Expected array when reading the NgModule.declarations of BsDatepickerModule 79 declarations: tslib_1.__spread([ ~~~~~~~~~~~~~~~~~~ 80 BsCalendarLayoutComponent, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ... 88 BsYearsCalendarViewComponent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 89 ], _exports), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```