Questions tagged [ngx-daterangepicker-material]

31 questions
0
votes
0 answers

ngx-daterangepicker-material(2.1.9) getting error while integrating with angular 8.2.14

I am trying to integrate ngx-daterangepicker-material to my project but getting error while integration. app.module.ts import { FormsModule } from '@angular/forms'; import { NgxDaterangepickerMd } from 'ngx-daterangepicker-material'; import { App }…
Sujith Sandeep
  • 1,185
  • 6
  • 20
0
votes
0 answers

ngx-daterangepicker-material compability with angular 15 and with dayjs

I have 2 issue in my angular project: 1- i updated my angular version from 13 to 15.2.1 and the new version of ngx-daterangepicker-material and now its breaking and this is error i'm getting: core.mjs:8453 ERROR TypeError: Cannot read properties of…
0
votes
0 answers

ngxDaterangepickerMd Open datepicker from outside in angular

I struggle to open ngxDaterangepickerMd from outside. I need two single-datepickers, one for the "from date" and one for the "to date". When I click on the from-button the from-datepicker should open and when I click on the to-button the…
uday
  • 1
  • 1
0
votes
1 answer

How to filter from ngx-daterangepicker-material the dataSource of a table (mat-table)?

I have a problem, well I haven't done it before so I don't know where to start My problem is that I want to be able to filter a table from my date range that I get thanks to the ngx-daterangepicker-material library where through an event it triggers…
0
votes
0 answers

The target entry-point "ngx-datetime-range-picker" has missing dependencies:

I am trying to use the ngx-datetime-range-picker package in my application. it is installed in my application. But it shows error while using it in Module as below : An unhandled exception occurred: The target entry-point…
0
votes
1 answer

Angular 11: My owl-date-time-calendar not consuming the click and close ng-popover

Using owl-date-time-calendar inside the ng-popover menu when use multiple ng-popover menu in one screen, and use popover-trigger="'outsideClick'" & popover-trigger="focus" when selecting a date from owl-date-time-calendar inside ng-popover, the date…
0
votes
2 answers

How to show only one month in ngx-daterangepicker-material date range picker?

I want to show only one month in date range picker like mentioned below. Current Date Range Picker And I want something like this. Single month show in Date range picker
0
votes
1 answer

How to open ngx-daterangepicker-material outside button/icon if multiple date range picker is available in same form

I want to open my ngx-daterangepicker-material by clicking out side of any button/icon. i know ngx-daterangepicker-material provide the facility by using @ViewChild(DaterangepickerDirective, { static: false }) pickerDirective:…
0
votes
1 answer

how to change default value of ngx-daterangepicker-material?

I am working on project and I found some difficulties in ngx-daterangepicker-material I want to change the default value of the calendar. it shows Today by default , I want to change it to Last 30 days (please see the picture below). I changed…
drn
  • 21
  • 1
  • 8
0
votes
1 answer

How to change default value in ngx-daterangepicker-material?

I want to change default value of gx-daterangepicker-material, for example for yesterday to last 7days, could anyone know how to set it ? CODE: export class CustomRangesComponent implements OnInit { selected: any; alwaysShowCalendars:…
0
votes
1 answer

How to get dates value of ngx-daterangepicker-material and use them in onSubmit()?

I want to filter a table using two values of date (Range) Could you help me how to get startDate and endDate in typescript inside onSubmit() function? Here it is my code: HTML CODE:
0
votes
1 answer

How to select different dates in date range with the same value in ngx-daterangepicker-material?

I have two predefined date ranges with such values as 'Current Month' and 'Current Quarter'. Currently both ranges represent the same date value (because the quarter just started and the month as well). When I want to choose 'Current Quarter', it…
0
votes
1 answer

How to change timezone for the ngx-daterangepicker-material daterangepicker in Angular 9?

As per my requirement , I want to show the Hong Kong timezone even users from other timezone in ngx-daterangepicker-material. But date time picker shows locale time for Indian users . Here it needs to show the time of Hong Kong , not Indian time.
0
votes
1 answer

angular material custom inputs for mat-date-range-picker

I must have two custom separated inputs for mat-date-range-picker. It should look in this way: (I know how to write this css) I know how to write this css. But the problem is that I can't get value of this datepicker. It seems like I have to use…
0
votes
3 answers

cannot build when ngx-daterangepicker added

when iam adding ngx date rangepicker module to my angular project,cannot build it. it failed with error: ERROR in ./node_modules/ngx-daterangepicker-material/fesm5/ngx-daterangepicker-material.js Module build failed (from…