angular-esri-components icon indicating copy to clipboard operation
angular-esri-components copied to clipboard

Namespace '__esri' has no exported member 'FeatureLayerSource'.

Open justein opened this issue 6 years ago • 0 comments

I just encountered this problem ,anyone who can provide some help ? ERROR in node_modules/@types/arcgis-js-api/index.d.ts(26317,14): error TS2304: Cannot find name 'AbortSignal'. src/app/esri-map/esri-map.component.ts(28,34): error TS2694: Namespace '__esri' has no exported member 'FeatureLayerSource'. src/app/esri-map/esri-map.component.ts(77,9): error TS2345: Argument of type '{ view: MapView; sources: any[]; }' is not assignable to parameter of type 'SearchProperties'. Object literal may only specify known properties, and 'view' does not exist in type 'SearchProperties'.

justein avatar Oct 31 '18 08:10 justein