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
Solved! Go to Solution.
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.
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.
Oops, also forgot to include our basic Angular CLI sample: https://github.com/Esri/jsapi-resources/tree/main/esm-samples/jsapi-angular-cli.