All Questions
993 questions
1
vote
1
answer
46
views
How to properly filter material table using angular using checkbox
I have a set of data in which is filtering by checkbox. However it only works one time. For example. I have 2 distinct company If I check company it filters and shows two rows and I uncheck it shows ...
0
votes
1
answer
131
views
Mat Date picker sending the incorrect date
I have this input for selectin date
<mat-form-field class="w-full">
<mat-label>{{ "DATE" | translate }}</mat-label>
...
1
vote
1
answer
154
views
Unexpected value 'AppAsideModule' imported by the module 'AppModule'. Please add an @NgModule annotation
I have try to upgrade my project the version angular13 to angular17, that time I got "Unexpected value 'AppAsideModule' imported by the module 'AppModule'. Please add an @NgModule annotation.&...
1
vote
1
answer
211
views
Mat Paginator didn't show pages numbers
I am using Angular to display a tabulated page. On this page, I intend to display records and implement pagination. However, the pagination page numbers are not being displayed As shown in the image.
...
0
votes
1
answer
64
views
How to populate dropdown with its previous value?
We have a dropdown which had 3 values, out of which one value is removed now, so two values are left for the user to select now. But if the user searches an item which has that value in the dropdown ...
0
votes
0
answers
196
views
Mat pagination not working properly, data in the mat-table is not getting updates.only the first 5 records are being displayed
The requirement is to use Mat-table,Mat-Pagination and the form group is different for each row, dont want to use the custom function to implement pagination, want to use MatTableDataSource('Took the ...
0
votes
1
answer
2k
views
Open new tab used this.router.navigate
I'm trying to redirect the user to a specific page with ${id} opening a new tab after clicking a button in an angular material dialog box, because I want to keep the dialog box open while I query the ...
0
votes
0
answers
38
views
Changes not reflected after editing data without manual refresh on angular webapp
I just edited the Milestone name and changed the flag color to green ,but i should be reflected in real time , but to get result i will have to refresh the page , then i am getting updated data ,
code ...
0
votes
1
answer
2k
views
How to Connect Scanner device with Angular
I am trying to connect Scanner device with Angular application. I have Scanner page where user can see Scanner Connection Alert and scanned documents, if user scan the document means it should display ...
1
vote
0
answers
31
views
Can't set values to model using Angular material
I'm trying to get data from back-end service to my angular material model. But I can't set response data to my html components.
This is my angular code.
$scope.assignDataById = [];
var method = ...
0
votes
1
answer
514
views
ThingsBoard Widgets - Milliseconds to Minute Conversion
I'm taking over a previous member's code which is very similar to the example HTML code and js functions provided here with a few small changes.
When I open the widget, I can change some attributes ...
0
votes
1
answer
77
views
How do i filter name in ng-repeat angularjs?
Currently, if I filter, the BookingID and Product I see that filtered result in UI. How do I have to add a filter for a name? because this name is coming from another array and getting it based on id
...
0
votes
1
answer
3k
views
How to scroll mat-select option top after closing the mat-select?
How to scroll mat-select option top after closing the mat-select?
I have many option in my mat-select. I select one option from bottom. Now, after open mat-select again, I want the list from top.
0
votes
1
answer
61
views
Angular.js : recursive call to an $mdDialog controller
i have a grid and when for exemple i select two elements, when i click on edit i want to show a popup and then with buttons previous and nexi, i want to navigate between 2 popups for 2 elements ...
0
votes
1
answer
285
views
Best practices for designing an Angularjs Material mobile site - Viewport question
I am starting to build my angularjs material mobile site. I am taking an existing desktop site already built and making it responsize for mobile.
I added the following tag in my header HTML code:
<...