Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
56 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
6 votes
2 answers
8k views

I'm trying to change the icon of mat-icon depending on close or open mat-sidenav but unable to find if sidenav is open or close below is my code <mat-sidenav appResponsiveMenu mode="side" ...
Atif Azad's user avatar
  • 737
0 votes
1 answer
2k views

I am working on an angular project and want to update my reactive form field dynamically and data is coming from the API named getNextCode(). I call API service in ngOnInit(): void { this....
Dawood Sherazi's user avatar
0 votes
1 answer
83 views

The button will only accept "$dismiss()". But I need it to accept any other function. var modalInstance = $uibModal.open({ animation: this.animationsEnabled, ...
jondar's user avatar
  • 11
0 votes
1 answer
52 views

While trying to get data from the "resolve" object. I cannot get anything from what is found in the parent component. Structure partner-component partner-list-component Result Parent code ...
Eric's user avatar
  • 85
0 votes
1 answer
648 views

I am using ui-select-choices group-by to group the list in UI select, grouping is working fine but the problem I am facing is the group labels are not in alphabetical order, below is a code snippet ...
SwapnilKumbhar's user avatar
0 votes
1 answer
262 views

I am totally new to Angular and there is a requirement wherein we need to display the data in an Angular Grid which is multilevel/Heirarchical. The data is coming from the SQL Database. It is ...
vikky's user avatar
  • 171
0 votes
0 answers
216 views

I'm using Angular-UI's latest Datepicker control, inline, and I can't figure out how to make it bigger so it takes up the entire page (or its container). Has anyone attempted/achieved this desired ...
OverMars's user avatar
  • 1,049
0 votes
1 answer
417 views

I'm very new to angular and still in basic phase. I'm trying to get both old and new values when a dropdown is selected but not sure how to do it. I was able to get new value but not the old one. Need ...
Underoos's user avatar
  • 5,306
1 vote
2 answers
2k views

I have a component <div *ngIf="(StatementData$ | async) as stmtData; else stillLoading"> <div *ngFor="let p of plans"> <h3>{{p.planShortName}}</h3> ...
Margerine's user avatar
  • 183
1 vote
0 answers
318 views

I have a component flyout . It's a simple component that you wrap around any content/components that you wish to fly out from the side of the web page. We use it for the file upload. The component ...
Margerine's user avatar
  • 183
2 votes
1 answer
19k views

What is the best way to do this in Angular 8 i have two inputs that are dates fromDateMin and fromDateMAx i need to compare these two against formControlName='fromctrlname' and formControlName='...
Margerine's user avatar
  • 183
0 votes
2 answers
888 views

<div class="col-xs-12" style="padding:0px"> <div class="col-xs-6 pull-left"> <div class="col-xs-12"><strong>Cooking Details</...
Abdullah Khan's user avatar
1 vote
0 answers
851 views

Trying to create a mat-grid-list which contains tiles having dynamic content of different lengths. But, when trying to set the height dynamically using the rowspan attribute the contents are not ...
Sri Harsha's user avatar
2 votes
1 answer
740 views

I want to list users registered on a page using angular. API response: { "message": "User list is fetched successfully", "result": [ { "firstName": "xcvbn", "lastName": "fvbnm", ...
Harmeet Kaur's user avatar
0 votes
0 answers
246 views

I have an angular 6 application running on the Pivotal Cloud Foundry (PCF) server. I am searching for he solution to secure the credentials (single sign-on secret key of siteminder etc) in server and ...
Ajay Dsouza's user avatar
2 votes
0 answers
672 views

I was trying to use the scrollIntoView() with smoothscroll.polyfill() but I've tried a couple of times to use this functionality on Microsoft Edge and the text goes on top of screen, but on Mozilla ...
J. Esteves's user avatar
0 votes
1 answer
145 views

I have an array that looks like this ( this is data from api that will keep changing.. this is just sample) planDivList = [ { planCode: "A", divisions: [] }, { planCode: "B", divisions: [] }, ...
CCC's user avatar
  • 45
3 votes
1 answer
1k views

Based on Mat-select selected value (text/Number/Date) text field type and relevant element have to be shown. Here is my code but in this code, I am showing all. For example If user selecting drop ...
Mr.M's user avatar
  • 1,503
0 votes
2 answers
1k views

I am working on this template-driven form, where I have a dropdown. The dropdown has an ID as value and Name as the display value. When I submit the form, I need both the values ID and Name to be in ...
vba's user avatar
  • 594
0 votes
1 answer
245 views

How can I use bootstrap modal dialogs with AngularJS using ui-bootstrap with angular-ui-router? I am new to AngularJS and tried searching the documentation without luck. I have used this code but the ...
mohammmeden's user avatar
0 votes
1 answer
660 views

Working on this AngularJs(1.4) code snippet and need help to get recursive tree view to work as desired. It currently has 4 levels, and what is needed is: When I open a folder, it should close all ...
nara_l's user avatar
  • 674
1 vote
1 answer
596 views

As you can see in the example, resizing doesn't work properly when using an iframe. You can move the splitter to the left, but not to the right. Does anybody know why this is and how it could be fixed?...
Ruben's user avatar
  • 181
0 votes
1 answer
224 views

<input type="text" ui-mask="**** **** ****" ui-mask-placeholder-char="space" ng-model="user.aadhaar"> as user types in characters should turn into star how do we achieve this using angular-ui-...
Srikanth Gowda's user avatar
0 votes
2 answers
2k views

I am facing issue when one sibling component changes value to be displayed in another sibling component. The value is being changed in script end, whereas the UI is not getting reflected of the change....
Subarnarekha's user avatar
2 votes
0 answers
376 views

I am using angular ui and have a drop down like this: <select id="vehicleSelectDropdown" name="vehicles" type="text" class="form-control" ng-options="vehicle.name ...
Sharath's user avatar
  • 616
0 votes
1 answer
578 views

Here I've 2 issues. 1) I want to show value by default on top of the column bar. 2) Data is having Negative and Positive values. I need to show names at bottom of the Chart. But names is displaying ...
user3194721's user avatar
8 votes
3 answers
31k views

I'm trying to set the selected value for multi select drop-down as below //loop to make a multiple check boxes as selected & setting based on condition document.getElementsByTagName('mat-pseudo-...
Saran's user avatar
  • 404
0 votes
1 answer
657 views

I am using angular2-multiselect and by default arrow size is large I want to decrease the size of the dropdown arrow. <angular2-multiselect class="form-control" [data]="dropdownList1" [(...
Shahbaz Malik's user avatar
0 votes
1 answer
240 views

I have imported the ui-grid module in my app's module import file: import 'angular-ui-grid/ui-grid.core'; Added in the same file this imported module: const app = angular .module('app', [ ...
JohnDoenym's user avatar
0 votes
1 answer
681 views

I'm working on some legacy code that uses angularjs 1.x for a web frontend. I need to create a modal dialog that will make a RESTful call to the backend when the modal is opened and wait for the data ...
pbuchheit's user avatar
  • 1,839
1 vote
1 answer
305 views

I need the user to be able to select (using mouse or keyboard) a selected tag value and be able to copy the text somehow. In the following sample plunker, I need the user to be able to copy text "blue"...
SoftEngi's user avatar
  • 417
0 votes
0 answers
61 views

When i click on the button that should open the modal window, the page just blurs like it's going to open but nothing shows. I was thinking if there are problems with the versions i'm loading. I'm ...
nikb's user avatar
  • 1
0 votes
3 answers
616 views

I'm trying to set uib-tabset active to my last element of an array. However, when I'm doing it uib-tabset is going crazy, it deletes it's own tabs. I don't want to own a scope field for active uib-...
Eugene Zakharov's user avatar
0 votes
1 answer
537 views

I have a ui-select that uses refresh to fetch data from server whenever a user inserts a char in input box (search box). the issue is that the input box is not available when data is an empty array, ...
mike's user avatar
  • 47
0 votes
0 answers
138 views

I've recently upgraded from select2 to ui-select. I will show below how it was working using select2. Context : I have a data of clients that needs to be filtered using ui-select. Since the data ...
mike's user avatar
  • 47

1
2 3 4 5
55