Migrating to the latest package results in the build error.
ERROR in src/app/global.module.ts:106:13 - error TS2304: Cannot find name 'NG_SELECT_DEFAULT_CONFIG'.
106 provide: NG_SELECT_DEFAULT_CONFIG,
providers: [
{
provide: NG_SELECT_DEFAULT_CONFIG,
useValue: {
notFoundText: 'Not found',
loadingText: 'Processing',
placeholder: 'Please input'
}
}
]
Any advice and insight is appreciated.