問題タブ [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.
javascript - angular 2アプリでng2-datepickerコンポーネントを正しく接続する方法
Ng2-datepicker (1.0.6) Angular2 (2.0.0-rc.5)
ドキュメントのようにhtmlで使用しようとすると、次のエラーが発生しました。
angular - angular 2アプリにng2-datepickerを使用する方法
アプリケーションに ng2-datepicker モジュールを含めたいです。readmeファイルに記載されているように、次のことを試しました。
systemjs.config.js ファイルを次のように変更しました。
index.html に次の行を追加しました。
app.module.ts に次の行を追加しました
アプリケーションをロードすると、次のエラーが発生します。
angular - Ng2-datepicker 404 Not Found 最新の RC
app.module.ts
index.html
hero.component.ts
日付ピッカーのエラーコンソール4o4 ng2-datepicker NOT FOUND
私はすでに npm install ng2-datepicker --save を実行しました。何か問題がありますか?助けてください。単純なことはわかっていますが、見つからない理由がわかりません ng2-datepicker
Systemjs.config
angular - ng2-datepicker - DatePicker インポートが見つかりません
ng2-datepicker を使用しようとしていますが、npm からインストールした後、モジュールをインポートできません。
app.module.ts:
DatePicker は存在しません。
html - ng2-datepicker options not working
I am trying to integrate ng2-datepicker in my project.
It worked fine until I tried to use the options. According to the documentation, I can pass options to the component using property bindings. So I tried to customize the format :
#xA;But the date is still displayed in the wrong format (and which is not the one that is supposed to be the default format according to the documentation).
I also tried to open the calendar by default with the option opened
and it also did not work.
I looked at the referenced issues on github and none mentions this problem which is yet obvious. That makes me think that I misunderstood something.
Any ideas?
angular - ng2-datepicker に初期値を設定する
利用可能な日付と日付の有効期限に ng2-datepicker を使用しています。誰かが初期値を設定する方法を知っているかどうか疑問に思っていました。日付ピッカーのすべてが機能します。dateAvaliable
今日の日付になりたいだけです。 dateExpires
2099-12-31
成分
これが私のインターフェースです
ng2-bootstrap - ng2-bootstrap 日付ピッカー エラー
angular 2アプリにng2-bootstrap datePickerを実装していますが、ある種のモジュールエラーに直面し、背後にある問題がわかりません.助けてください.
module.ts
html
エラー
angular - angular2 - no service provider for DatepickerConfig
I am implementing ng2-bootstrap datepicker, but getting the below error. Please help me on this.
module.ts
component.ts
systemjs.config.js