1
コンポーネントクラスにdatetime-local入力フィールドの値を設定したいが、その値をバインドできない。datetime-local入力フィールドを埋める
私には何が欠けていますか?ここではHTML
<input id="date" type="datetime-local" [(ngModel)]="model.date" class="form-control" />
TS
public model: Model = new Model(-1, "old", new Date(2000, 1,1));
は例Plunkerです。
プランカ。あなたの仕事は何ですか? – anshuVersatile
@anshuVersatileいいえ、** Fill Fiels **ボタンをクリックして、フォームフィールドの日付を入力しません。 –