igniteui-angular
igniteui-angular copied to clipboard
Dev demos don't run strict template checks
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:
- [ ] fix template errors
- [ ] enable AOT/template checks on the demos
- [ ] add a CI step to ensure no future errors