Damyan Petev
Damyan Petev
Closes # Some changes are manual since the migration didn't detect all uses. Also note that I've manually adjusted the default formatting the ng migration does (worse if it doesn't...
## 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...
Related to an issue in https://github.com/IgniteUI/igniteui-angular/pull/14562#issuecomment-2269161648 that had the expanded types fail to decompile away with newer 5.5 TypeScript, making the package dist invalid. Moving to [the `satisfies` Operator](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-9.html#the-satisfies-operator) since...