Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
55 views

I’m using angular-calendar-timeline and have defined timeline items like this: import { ITimelineItem } from 'angular-calendar-timeline'; // items declaration items: ITimelineItem[] = [ { id: '1'...
DELVIN N J's user avatar
0 votes
1 answer
51 views

In my project I need to create two kendo-numerictextbox and each one needs to show different locale. Example: Textbox1: 1.234,56 (Belgium comma decimal separator) Textbox2: 1,234.56 (United State dot ...
Calango's user avatar
  • 165
0 votes
1 answer
36 views

I am a UI design engineer and my team has decided to build out our site using Angular. Bootstrap is the preferred UI framework and this is our first endeavor into Angular. I am seeing that ng-...
Pixilated_One's user avatar
0 votes
1 answer
81 views

I'm trying to build a custom boundry shape for the cdk Drag Drop directive I tried to set the boundry as a polygon, I've put a sample code in the stackblitz for quick understanding on the problem, ie ...
Glin Zachariah's user avatar
1 vote
3 answers
793 views

I have component where in .html file is only "<" button "></" button ">" I would like to use it in other component but I have to resize it without change of ...
Lulex97's user avatar
  • 271
1 vote
0 answers
1k views

Using of updated plugin for angular 13, 14 @abacritt/angularx-social-login how do i customized this google sign in button to local css. 'asl-google-signin-button type='standard' size='large' shape='...
Subhash Labana's user avatar
2 votes
2 answers
263 views

Im trying to display total counts of enrollment with item.male_students & item.female_students UPDATE remove the ngFor now it works as expected. here's my component.html <thead class="...
Kael's user avatar
  • 169
0 votes
1 answer
2k views

I have created the following custom directive in Angular: @Directive({ selector: '[tableTheme]' }) export class TableThemeDirective implements OnInit, AfterViewInit { tableElement: ...
CodeR_Ax20's user avatar
0 votes
1 answer
3k views

Here's my code: <tbody *ngFor="let user of users"> <td>{{user.name}}:</td> <td> <ng-select [items]="userList" bindValue="id" ...
Sahil Thummar's user avatar
1 vote
2 answers
4k views

Does anyone have a working example of this? I was originally implementing a solution similar to this answer here, but then saw that this feature was finally merged! Does anyone have a working example ...
marcusory's user avatar
0 votes
0 answers
60 views

I have upgraded chromium version (Edge Chromium/Chrome) to 96 from 87. I used Angular UI grid to display the data. When I try to scroll, it keeps comes to top and not letting me scroll down. This ...
Janas's user avatar
  • 1
1 vote
1 answer
667 views

Hi I have a igx grid in which one of the columns is filled out with delete-buttons. I want to make this column fixed as shown here: Can I exclude the column with the delete-buttons from pinning/...
user avatar
0 votes
1 answer
1k views

I am working on an Angular project with Ignite UI. I have a igx grid and "edit"-buttons in each cell from the igx grid. When I edit one of these cells and press the Enter key then the ...
user avatar
0 votes
1 answer
501 views

I'm using Bootstrap UI in conjunction with AngularJS to show a modal dialog, while a $http request is processing. Think of it as a wait dialog. I'd like to keep the code as a simple four-liner that I ...
user1438038's user avatar
  • 6,128
1 vote
1 answer
3k views

I have date wise amount which based on user search in flight sectors and save into cache so I can get from cache amount date wise when user open date picker I want to show price in date wise in open ...
Dharmeshsharma's user avatar

15 30 50 per page
1
2 3 4 5
184