igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

Dev demos don't run strict template checks

Open damyanpetev opened this issue 7 months ago • 1 comments

Description

The main tsconfig.json does have angularCompilerOptions.strictTemplates option enabled, but dev demos build with "aot": false and don't actually perform the checks at all. When enabled there are a number of errors, for example: image

  • [ ] fix template errors
  • [ ] enable AOT/template checks on the demos
  • [ ] add a CI step to ensure no future errors

damyanpetev avatar Jul 22 '24 07:07 damyanpetev