7,848 questions
0
votes
1
answer
78
views
Creating a Heatmap with Colored Icons and Without Icons on Leaflet or Any Map Supporting Satellite and Physical Views
I am working with Angular 6 and Leaflet 1.4.7 to implement a heatmap feature in two ways:
1.Heatmap with Colored Icons
I want to place colored icons at specified latitude and longitude
coordinates on ...
0
votes
3
answers
67
views
How to resolve reg expression in angular 6
I am trying to validate phone number in the reactive form validation. but reg expression not working properly. Getting error like below:
ERROR
Error: Invalid regular expression: /^/^+([0-9]{1,3})?[- ]...
1
vote
0
answers
35
views
Sporadic: REST service gets triggered multiple times even if in DevTools the network call is triggered only once
I have an microservice application where we use
Angular 6 (Client)
Java 8 (Server)
PostgreSQL (DB)
The network tab on devtools shows single entry, so I added logs at each level (Filter, Controller, ...
0
votes
1
answer
3k
views
How to validate mat input text field inside a mat table in angular 6?
I have a mat table in where Im getting values from backend and displaying. Now Im trying to add a new typeable field "cmnts", where it should be a text field and have validations. My issue ...
0
votes
1
answer
153
views
anchor tag keyup.enter event not opening up bootstrap based modal
In my angular 6 application, I am having below code as part li tag, wherein clicking on it opens up a bootstrap modal window (not ngbModal), However it is not working on Enter key event of keyboard or ...
2
votes
0
answers
2k
views
Failed to run any NPM Command Error: `gyp` failed with exit code: 1
I'm trying to uninstall node-sass using "npm uninstall node-sass", but I am not able to run any npm command as it gives the following error.
Undefined variable standalone_static_library in ...
0
votes
2
answers
4k
views
How to remove script tags in index.html from Angular Component
<script data-jsd-embedded data-base-url="" data-key="" type="text/javascript" src="js-text-sample.js"></script>
Above is my sample script tag which ...
-1
votes
2
answers
540
views
@google-pay/button-angular issue: Cannot read properties of undefined (reading 'pay'),
For the Google pay payments in my application, I was using @google-pay/button-angular in angular
The HTML code is:
<google-pay - button[environment]="current_env"[buttonColor] = "...