问题标签 [ng2-datepicker]

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.

0 投票
2 回答
928 浏览

javascript - 如何在 Angular 2 应用程序中正确连接 ng2-datepicker 组件

Ng2- datepicker (1.0.6) Angular2 (2.0.0-rc.5)

当我尝试像在他们的文档中那样在 html 中使用它时,我收到了这个错误:

0 投票
2 回答
3101 浏览

angular - 如何将 ng2-datepicker 用于 Angular 2 应用程序

我想在我的应用程序中包含 ng2-datepicker 模块。我尝试按照自述文件中的说明进行操作。

修改 systemjs.config.js 文件为:

在 index.html 中添加以下行:

在 app.module.ts 中添加了以下行

加载应用程序时出现以下错误:

0 投票
2 回答
1938 浏览

angular - ng2-datepicker 不工作

我正在尝试在我的 Angular 2 应用程序中使用ng2-datepicker 。我按照上面页面中的说明进行操作,但日期选择器没有出现。控制台记录以下错误。

我的app.module.ts

app.component.html

角度版本 2.0.0

包.json

有什么建议么 ?

谢谢你

0 投票
2 回答
1411 浏览

angular - Ng2-datepicker 404 未找到最新的 RC

app.module.ts

索引.html

hero.component.ts

日期选择器 4o4 ng2-datepicker 的错误控制台未找到

我已经完成了 npm install ng2-datepicker --save 。有什么问题吗?请帮帮我。我知道这很简单,但我不知道为什么找不到 ng2-datepicker

Systemjs.config

0 投票
1 回答
882 浏览

angular - ng2-datepicker - 找不到 DatePicker 导入

我正在尝试使用 ng2-datepicker,但是从 npm 安装它后,我无法导入该模块。

app.module.ts:

DatePicker 不存在。

0 投票
3 回答
5303 浏览

html - ng2-datepicker 选项不起作用

我正在尝试将ng2-datepicker集成到我的项目中。

在我尝试使用这些选项之前,它运行良好。根据文档,我可以使用属性绑定将选项传递给组件。所以我尝试自定义格式:

但是日期仍然以错误的格式显示(根据文档,这不是默认格式)。

我还尝试使用该选项默认打开日历,opened但它也不起作用。

我查看了 github 上的引用问题,没有人提到这个问题,这很明显。这让我觉得我误解了什么。

有任何想法吗?

0 投票
2 回答
9042 浏览

angular - 在 ng2-datepicker 上设置一个初始值

我正在使用 ng2-datepicker 来获取可用日期和过期日期。我想知道是否有人知道如何设置初始值。日期选择器的一切工作,我只想dateAvaliable成为今天的日期,然后dateExpires成为2099-12-31.

零件

这是我的界面

0 投票
1 回答
1215 浏览

ng2-bootstrap - ng2-bootstrap 日期选择器错误

我正在我的 Angular 2 应用程序中实现 ng2-bootstrap datePicker,但遇到了某种类型的模块错误,我不明白背后的问题是什么。请帮助我。

模块.ts

html

错误

0 投票
1 回答
6329 浏览

angular - angular2 - DatepickerConfig 没有服务提供商

我正在实现 ng2-bootstrap datepicker,但出现以下错误。请帮助我。

模块.ts

组件.ts

systemjs.config.js

0 投票
2 回答
7189 浏览

angular - ng2-datepicker with format option and ngModel returning [object Object]

I'm trying to use the ng2-datepicker for choosing a date and afterwards displaying it on a table. I'm having the issue that the binding to my chosen date doesn't work. I guess that it has to do something with the format option that I made (DD.MM.YYYY). In my html, I have this code:

datepickeroptions with typescript is like this:

I tried to initialize the date variable as Date and as string, but none of them worked. I get just [object Object] as value from ngModel although the value in the input container looks ok. Thanks in advance for your help.

object Object in parent container