邁向 Angular 前端工程師之路 - Obfuscation
How Frontend Application Run in Real Life ref: [javascript]如何用chrome,ie去debug javascript
How Frontend Application Run in Real Life ref: [javascript]如何用chrome,ie去debug javascript
Why do we Need Lifecycle Hook Angular 在一開始初始化 component,他的生命週期就開始了 為了使 component 更人性化一點,舉例來說我們希望在特定的時間做特定的事情 當資料改變的時候,我們希望重新 render 畫面,這時候 lifecycle hook 就很好...