Hi everyone,
I'm working in a project withAngular 5, i was working with this libraries in the versions:
@types/arcgi-js-api 4.6
esri-loader 2.3
And everything was worked fine until i updated it to versions:
@types/arcgi-js-api 4.9
esri-loader 2.5
I'm getting this error message with not a clue when deploying with "ng serve":
ERROR in node_modules/@types/arcgis-js-api/index.d.ts(26317,14): error TS2304: Cannot find name 'AbortSignal'.
How can i solve this issue?
Thanks in advance for your help.