0
A
回答
0
它是安全的導航操作」,做參考go here
或藉此例如
<md-select placeholder="Select Month" [(ngModel)]="monthSelected"
#userSelect>
<md-option *ngFor="let userSelection of CalanderContent"
[value]="userSelection">
{{ userSelection.month }}
</md-option>
</md-select>
{{userSelect.selected.value.days}} <- Compile time error beacuse we didnt selected
any options at time of initializing.
{{userSelect.selected?.value?.days}} <- Correct because it waits if its selected
then , displays the value
相關問題
- 1. 有人可以解釋我的JavaScript運營商 - 爲什麼這個輸出?
- 2. 有人可以從「:」和「。」中解釋Lua的區別嗎?運營商?
- 3. 什麼是「|」運營商呢?
- 4. C#什麼是'?'運營商
- 5. ||是什麼運營商呢?
- 6. 什麼是!運營商呢?
- 7. 什麼〜運營商
- 8. 有人可以向我解釋爲什麼這不會運行?
- 9. 是什麼SIM運營商和網絡運營商
- 10. 什麼是「===!」運營商在做什
- 11. javascript:什麼是不是? (!!運營商)
- 12. 有人可以解釋一下Ruby(?)是什麼嗎?
- 13. 有人可以解釋這行代碼是做什麼的?
- 14. 有人可以向我解釋這是什麼嗎?
- 15. 有人可以解釋這條線是什麼嗎?
- 16. Javascript - 有人可以向我解釋這到底是什麼嗎?
- 17. 有人可以解釋我什麼是API。?
- 18. 有人可以向我解釋什麼是Threadsafe?
- 19. ASM到C - 有人可以解釋我是什麼結構嗎?
- 20. 有人可以向我解釋什麼是technet訂閱?
- 21. 有人可以解釋「-1。#QNAN」是什麼意思?
- 22. 有人可以解釋什麼是電線級協議嗎?
- 23. 有人可以解釋爲什麼這是給分段錯誤?
- 24. 有人可以解釋這是什麼(void **)&d_in?
- 25. 有人可以向我解釋「如果讓」聲明是什麼?
- 26. 有人可以解釋這是什麼意思? #python
- 27. 有人可以簡單地向我解釋什麼是乘客?
- 28. 有人可以解釋爲什麼這不輸出什麼?
- 29. 有人可以解釋爲什麼答案是「不正確」而不是什麼?
- 30. 運營商的解釋<< overload
即X·Y
卻是:??X不x?.y –
x這裏是任何不能給出即時結果的東西 –