Closed
Description
🐞 bug report
Affected Package
@angular/bazel
Is this a regression?
No
Description
Type checking performed by ngtsc is currently matching as much as possible with what NGC did. Since ngtsc type checking can be more advanced, there are flags to enable more advanced checking of templates.
These flags cannot be set from within the ng_module
Bazel rule unfortunately. The issue is that ngc-wrapped
does not redirect the new strictness flags. It will be cumbersome to redirect all individual strictness flags, so we need to think about the ideal API for these type checking flags