SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to use Angular with an unsupported TypeScript version, add this to your tsconfig.json to ignore the warning:
tsconfig.json
"angularCompilerOptions": { "disableTypeScriptVersionCheck": true, },