hsiaofung / note

0 stars 0 forks source link

2020-06-21 學習程式 - 讓短期記憶變長期記憶 #138

Open hsiaofung opened 4 years ago

hsiaofung commented 4 years ago

讓短期記憶變長期記憶的方法 :

  1. 分類: 前端開發環境、元件、指令、表單、服務、HTTP、路由、測試、佈署。

  2. 關係:

    • 父與子 : 基本單位Angular FormControl,一群FormControl 可用FormGroup 包起來。
    • 簡化關係: Angular FormBuilder 功能和FormGroup一樣,但可以簡化FormGroup的程式碼。