Steps to reproduce:
- Use the following construction:
HTML<dx-data-grid
id="gridContainer"
keyExpr="OrderID"
[dataSource]="orders$ | async"
- Use the
strict
mode:
JavaScript"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"forceConsistentCasingInFileNames": true,
"strict": true,
- Use the
ng build
command to build the application
Expected results:
No errors.
Current results:
The '' error occurs
Additional information:
Use the following configuration to resolve the issue:
JavaScript"angularCompilerOptions": {
"strictNullChecks": false
}
Any update on this?
Hi,
We started our research, but don't have any results yet. We'll update this thread once we have news. Please bear with us.