7,848 questions
0 votes
1 answer
79 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
1 answer
43 views
Angular build take too much time
I am using angular 6.7. It's the finance application. there are more than 80 modules. when I take a build with the following command node --max_old_space_size=16384 ./node_modules/@angular/cli/bin/ng ...
0 votes
3 answers
72 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})?[- ]...
0 votes
1 answer
1k views
Angular 15: Image not loading from asset folder post deployment
I had an angular 6 project where we used to have CSS class for images like the below: .some-class { background: url('asset/images/myimage.png'); This used to work without any issue irrespective of ...
1 vote
0 answers
38 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, ...
1 vote
1 answer
775 views
Replacing the base-href in Index page Angular
We have deployed one web site and under that we deployed one more app (application in IIS) in different app pools both have angular code. In "Application" code (angular), i need to update ...
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
131 views
Angular 6 : Checking for safe route/URL
In my Angular 6 application, I would like to check if the given route does not contain any miscellaneous cross-site scripting code like adding a javascript URL or anything which can expose critical ...
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 ...
0 votes
1 answer
73 views
keyup.enter/space event triggers multiple times on "@fortawesome/angular-fontawesome" icon / Angular 6 project
In my angular 6 application, there is fort awesome icon as below: <div> <fa-icon [icon]="trashIcon" class="custom-trash-icon" tabindex="0" (click)="...
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
1 answer
81 views
Already I have keyup function in Angular 6 Project, Now I want to apply this function into debounce time. So how can I do that?
Already I have keyup function in Angular 6 Project, Now I want to apply this function into debounce time. So how can I do that ? I am trying to apply debounce time on keyup function. I want to use ...
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 vote
1 answer
2k views
Properties do not exist on type 'MsalService'
I'm encountering some issues when trying to build my program. I started implementing the Azure AD authentication on my interface and it's working fine locally. However, I see some errors when I'm ...
-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] = "...