Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
12 views

Manipulate data for Row Span logic in ag grid

I have an ag grid with row spanning and I am able to do row span for first and second column. Can anyone please help me for row span logic for rest of the columns (notes, votes)? I think row span ...
Kj Shah's user avatar
-1 votes
0 answers
15 views

Select Multiple area on image using drag and create hotspot in angular 8/ javascript

Hi all, I want to implement a feature where user can select multiple rectangular area on image and create hotspot. Once user click and drag from one position to second position it will draw like ...
Sumit k's user avatar
  • 73
1 vote
1 answer
38 views

Angular JS to Angular 18 migration

I'm trying to create a hybrid Angular JS Angular 18 application, and at first the application was running fine with this setup: upgrade-module.ts import { DoBootstrap, NgModule } from '@angular/core'; ...
Some d's user avatar
  • 75
-5 votes
0 answers
35 views

Why text appers above button? [closed]

When i write this <button (click)="countLoginAttempts3()">Login Syntax</button> <br> @if(loginCount > 3){ <h4>Exceeded 3 login Attempts, Try Again Later&...
Mihailo Jovanovic's user avatar
-3 votes
1 answer
39 views

Integrate third party API in Angular [closed]

I have one library that gives pharmacy related data and I want to integrate in Angular, they have simple JavaScript code as below: $('div#rxContainer').WebRefill({ PharmacyId: "SOMEID", ...
Pathik Vejani's user avatar
0 votes
0 answers
19 views

Angular component testing with Jest, Spectator and asynchronus operations

I was trying to figure it out by myself for last two days but I have no clue what I'm doing wrong. It has to be related somehow to asynchronus operations (probably selectors from ngrx) in my component,...
D.Zet's user avatar
  • 769
0 votes
1 answer
33 views

serverSideDataSource triggering twice in ag-grid

serverSideDataSource triggering twice in ag-grid, When the filter set on session and reloading the window. The below method triggering twice serverSideDataSource(count: number) { return { ...
vijesh's user avatar
  • 1,163
0 votes
0 answers
15 views

Unable to load transpiler to transpile @angular/platform-browser

I've been trying to update an Angular2 project to a more recent version of Angular. Currently it's using Angular 15.2.10 and I've gone through a number of errors already but this one is proving ...
ChaplinT's user avatar
0 votes
0 answers
33 views

How to dynamically update Chart.js horizontal bar chart to show only team members with data in selected modules? [closed]

I'm working with a horizontal bar chart in Chart.js where each bar represents a team member. The chart's vertical axis lists team members, while the horizontal axis depicts different time periods ...
Pratyush Srivastava's user avatar
1 vote
1 answer
33 views

@ng-idle/core: Timeout happening on one idle instance is causing the interrupt to stop working on the other idle instance

I'm using "@ng-idle/core": "~11.1.0" and Angular 13 application. I have two idle instances, one for auto logout and another one for screensaver. If my screensaver is "Active&...
Vinay's user avatar
  • 11
0 votes
1 answer
36 views

How to resolved the angular 13 version build issue?

Facing an issue building with Angular 13: I am trying to build using ng build --configuration=test but I'm getting the errors listed above. If I comment the bootstrap.min.css in the Angular json file ...
Chinni Ch's user avatar
1 vote
2 answers
36 views

Why update state during delete in Angular services doesn't rerender component?

I've two components getting todos.services.ts: import { Injectable } from '@angular/core'; import { TodoItem } from '../interfaces/todo-item'; @Injectable({ providedIn: 'root', }) export class ...
Fedor Karasev's user avatar
1 vote
2 answers
63 views

Angular 18 @for returning ERROR TypeError: newCollection[Symbol.iterator] is not a function

I decided to start working in the latest Angular version (Angular 18.1) so far I was working with versions 7 to 14... I just tried making a lil dummy app to showcase a list of movies... I made a ...
weinde's user avatar
  • 1,134
0 votes
0 answers
26 views

Set Virtualization to Ag Grid Angular dynamically

I want to set row and column virtualisation to angular Ag-Grid based on data from the table <ag-grid-angular style="width: 100%; height: 100%;" [columnDefs]="columnDefs" [...
Anil Kumar Reddy A's user avatar
-1 votes
0 answers
49 views

Regex for file Names that begin with T- [duplicate]

I want to all files that start with T- and contain only numbers to return a match: T-123-32.DOCX But if the file contains letters it does not return a match: T-12G-XX-X.DOCX How can I have it ignore ...
user808520's user avatar

15 30 50 per page
1
2 3 4 5
3524