Adding Feature Table Angular component

387
2
Jump to solution
08-07-2023 12:57 PM
Shingo-Ikeda
New Contributor III

Hello,

I am looking to add Angular components for FeatureTable. I was able to add it within MapComponents, but I would like to de-couple mapping and feature table so that it can be reused in other projects.

What would be the most optimal way to create Angular components for FeatureTable?

Thanks,

Shingo

Shingo Ikeda
Geospatial Data Scientist/Developer - Geographical Information Platform
Global Power Generation - Digital Satellite USA and Canada
1 Solution

Accepted Solutions
AndyGup
Esri Regular Contributor

We don't offer an Angular component example, but there should be enough information for you to build one. The FeatureTable only needs a Feature Service, so it can already be used independent of a map.

View solution in original post

2 Replies
AndyGup
Esri Regular Contributor

We don't offer an Angular component example, but there should be enough information for you to build one. The FeatureTable only needs a Feature Service, so it can already be used independent of a map.

AndyGup
Esri Regular Contributor

Oops, also forgot to include our basic Angular CLI sample: https://github.com/Esri/jsapi-resources/tree/main/esm-samples/jsapi-angular-cli.