Reproduction of an issue building a template that uses the combination of the following
*ngFor
| async
HttpClient
With the following build configuration
"enableIvy": true
"strictNullChecks": true
"fullTemplateTypeCheck": true,
Disabling any of these build options will allow for a successful build. With all of the options enabled, it generates this error:
ERROR in src/app/version-picker.html(6,25): Type 'VersionInfo[] | null' is not assignable to type 'VersionInfo[] | Iterable<VersionInfo> | undefined'.
src/app/version-picker.html(8,8): Object is of type 'unknown'.