Is it possible to load esri popup library with esri-loader? Is there any implementation example? (I'm using angular 5)
See original GitHub issueHello, I need to load and show popup when user click on a point on a map, like this:
this.map.on('click', function($event) { });
I’m using Angular 5. Is it supported by esri-loader?
Is there any implementation example?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ArcGIS API for JavaScript: Building apps for Angular | Esri
Learn how to use ArcGIS API for JavaScript with Angular CLI. ArcGIS API for JavaScript modules with esri-loader. Async patterns. Angular Component Dev...
Read more >Using the ArcGIS API for JavaScript in Applications built with ...
Examples. esri-loader is a standalone library that implements this pattern and makes it available to any Angular 2 or React application.
Read more >Release notes for 4.25 | ArcGIS Maps SDK for JavaScript 4.25
For example, you can now calculate fields in a point layer based on values from an intersecting feature in a polygon layer, including...
Read more >ArcGIS API for JavaScript: Using Frameworks - YouTube
Do you have a framework of choice for building apps? Learn how to use various frameworks like Angular, Ember, React, and Vue with...
Read more >ESRI loader search widget focus out issue with angular 7
add following code to the initializeMap() so we can explicitly set on focus out as null const handler = search.on('search-focus', ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As far as we know that functionality should work just fine. Here’s an example repo for a Hello World app - https://github.com/andygup/angular-cli-esri. The map events should work just like they normally do: https://developers.arcgis.com/javascript/3/jshelp/inside_events.html
And, here’s a link to the mobile popup: https://developers.arcgis.com/javascript/3/jssamples/widget_mobilepopup.html
Closing as answered.