question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to load esri popup library with esri-loader? Is there any implementation example? (I'm using angular 5)

See original GitHub issue

Hello, 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:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
andygupcommented, Feb 16, 2018

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

0reactions
andygupcommented, May 30, 2018

Closing as answered.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found