We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was ok when i was using angular 13 which i believe targets es2018, but since updating i am getting this error.
This can be replicated by just adding this component to a new angular 14 project. My tsconfig file looks like so
/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "moduleResolution": "node", "importHelpers": true, "target": "es2020", "module": "es2020", "lib": [ "es2018", "dom" ], } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This was ok when i was using angular 13 which i believe targets es2018, but since updating i am getting this error.
This can be replicated by just adding this component to a new angular 14 project. My tsconfig file looks like so
The text was updated successfully, but these errors were encountered: