Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwind committed May 4, 2024
1 parent 06372c4 commit d6a1001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/blog/introduction-angular-signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class AppComponent {

由於 `NgZone` 會攔截按鈕的 `click` 事件,因此在 `click` 事件發生後,Angular 會進行一次變更偵測,此時發現 `counter` 內容被改變了,就會重新渲染畫面。

這樣的錯法看起來很聰明,我們在寫程式時只要專注在改變資料即可,不用去思考框架何時要處理變更,不過也是有不少缺點,如:
這樣的做法看起來很聰明,我們在寫程式時只要專注在改變資料即可,不用去思考框架何時要處理變更,不過也是有不少缺點,如:

* `NgZone` 背後用的 `zone.js` 檔案不小,佔空間
* 有時遇到 `NgZone` 攔截不到的行為,就不會發生變更偵測
Expand Down

0 comments on commit d6a1001

Please sign in to comment.