问题标签 [angular-daterangepicker]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angular - Angular 新的日期范围过滤器错误?
角 10
我正在尝试将 Angular 日期范围过滤器的 startDate 和 endDate 都设置回 null,但似乎在将 startDate 设置为 null 时,endDate 会自动注入以前的值。
在下图中,this.selectedTimeFrame.startDate
一.endDate
开始都为空,但运行后this.filterGroup.get('startDate').setValue(null)
,endDate 不再为空。
有人可以解释吗?或者指出我是否做错了什么。
html - 日期范围选择器位置错误
我试图在组件内调用 mat date-range-picker calendar,这意味着我有一个组件菜单,从菜单组件调用组件离开,并且在菜单组件中我有 mat date range picker calendar。现在日历的位置,当我调用离开组件时,必须在菜单组件之后,因为这就是我在 HTML 代码中编写的方式。但日历显示在左上角。请帮忙。我尝试将其添加到 css 文件中。但对我没有用。
@import '../../../../../../node_modules/@angular/material/prebuilt-themes/indigo-pink.css';
angular - 错误:意外值“node_modules/ngx-mat-daterange-picker/ngx-mat-daterange-picker.d.ts 中的 NgxMatDrpModule”
在使用 Angular 7 应用程序时,在使用构建时遇到以下错误
ng build --configuration=dev
正如在异常中看到的那样,NgxMatDrpModule 前面有一个单引号。尝试删除 node_modules、package-lock.json 并重新安装节点模块,但仍然无法解决问题。有人可以帮忙吗?
环境:
错误:模块导入的意外值“node_modules/ngx-mat-daterange-picker/ngx-mat-daterange-picker.d.ts 中的 NgxMatDrpModule”。请添加 @NgModule 注释。node_modules/ngx-mat-daterange-picker/node_modules/@angular/cdk/coercion/array.d.ts(10,60): 错误 TS1005: ',' 预期。node_modules/ngx-mat-daterange-picker/node_modules/@angular/cdk/coercion/array.d.ts(10,61): 错误 TS1005: ',' 预期。node_modules/ngx-mat-daterange-picker/node_modules/@angular/cdk/coercion/array.d.ts(10,75): error TS1144: '{' or ';' 预期的。node_modules/ngx-mat-daterange-picker/node_modules/@angular/cdk/coercion/array.d.ts(10,77):错误 TS1011:元素访问表达式应该带一个参数。
angular - 如何将“索引”添加到 Angular Material Datepicker 过滤器
所以我必须进行相当复杂的过滤(我设法做到了),但现在我几乎被卡住了,我必须对更多的日期选择器使用相同的过滤器(或至少相同的逻辑)(值得一提日期选择器的数量是动态生成的),但是每个日期选择器都有不同的日期必须过滤。
(顺便说一句,我在 Material 表中有这些日期选择器,我有每一行的索引,因此我可以从后端检索该日期选择器的过滤日期)
我以为我可以这样做:
其中“i”是 Mat Table 的行索引
在我这样做的组件中:
但它并没有真正起作用。
有任何想法吗?
angular - Angular Material Date Range 日期过滤器不起作用。获取 '(date: Date) => boolean' 不可分配给类型 'DateFilterFn' 错误
下面是我的日期范围组件 Html
对于 [dateFilter]="rangeFilter" 我在我的组件中添加了以下函数
我的 package.json 文件是
但我得到的错误是'(date: Date) => boolean' is notassignable to type 'DateFilterFn'
我尽我所能。但是得到这个错误。需要您的宝贵建议。
angular - Angular 2+ 的具有多个范围(比较)的 DateRange 选择器
我正在寻找一个适用于 Angular 2+ 的日期范围选择器,它与我找到的这个 Vue 组件类似。我已经搜索和搜索,但我无法找到任何东西。如果有人知道某事,我将永远感激不尽!我觉得它一定存在于外面的某个地方!