Hi - I have a local build Angular application with about 10 maps. Do I need to set config.assetsPath for each map, or just set it once, like in the app.component?
Thanks
Pete
Solved! Go to Solution.
Just set it once per local project. Here is more info: https://developers.arcgis.com/javascript/latest/get-started-npm/#local-assets. Remember to re-copy the assets every time you do a production build.
Just set it once per local project. Here is more info: https://developers.arcgis.com/javascript/latest/get-started-npm/#local-assets. Remember to re-copy the assets every time you do a production build.