Introduction We will complete the authentication part with Firebase. Environmen...
Introduction ngrx/store is a state management container and powers Redux for A...
在上一篇中提到了如何建立與使用一個 Service,也大概介紹了什麼是 Dependency Injection,在介紹使用 @Injectable() 裝飾...
Angular 提供了 i18n 功能讓我們開發專案時可以讓我們的專案應在不同的國家中被使用,Localization 是為不同語言環境構建應用程式版本的過程,...
每日一句來源:Daily English There is nothing noble in being superior to some other man...
在前幾篇中介紹了 Template-driven forms 和 reactive forms 的用法與概念,雖然建立的方式不同但在根本上都是可以建立一個表單的...
前幾篇介紹了 Form 的基本操作與概念,也介紹了如何在表單中加入驗證,最後要來介紹 Angular Form 中一個我滿喜歡的功能,Control Value...
Introduction We will start building the routing with angular2 router. Environm...
在上一章中介紹了如何在 template 中插入 component 的變量,而本章節要介紹如何使用 angular 的 pipes 來轉換插入的值(字串、貨幣...
Introduction We will integrate Firebase database service in this article with a...
上一篇中介紹了如何使用 FormControl 建立單個表單控制元件,也介紹了如何使用 FormGroup 將多個相關控制元件分組到單個輸入表單中,可以讓複雜的...
每日一句來源:Daily English Celebrate what you've accomplished, but raise the bar a li...
To improve is to change, to be perfect is to change often. 昨日改進 今天先修正一下昨天的方法,並...
我們了解到 Angular app 是由無數個大大小小的 Component 所組成的,所以就會常常需要使用將 Component 嵌套,一個大個 Compon...
每日一句來源:Daily English Those who are crazy enough to think they can change the wo...
每日一句來源:Daily English You can't reach for anything new, if your hands are still...
Template variable 可以讓你在 template 的任意一處使用被標記過的 HTML 元件的數據,例如響應使用者的輸入或微調應用程序的表單,簡單...
每日一句來源:Daily English There is no doubt that good things will come, and when it...
每日一句來源:Daily English A new day will come. And when the sun shines, it will shin...
本篇中將介紹 Angular 的 property binding 與 event binding,property binding 可以讓你設置 HTML T...
Introduction We can use Angular2 Animations to make some animations like fading...
大家都說"工欲善其事必先利其器",在我們發開 Angluar 時,必需了解一個非常好用的工具, "Angular CLI"...
在上一張中介紹了 property binding 是用來將 Component 中的 property 綁定給 HTML Tag 的 property,還介紹...
在現代網頁中常會使用一種稱為 single page application(SPA)的技術,可以通過顯示或隱藏特定的 component 來更改用戶看到的畫面...
介紹完什麼是 template 與 structuarl directive 後,接著回來介紹 component 中被跳過的章節,那就是動態仔入 compon...
Introduction In this article, we will use sub-routing to implement the componen...
在介紹完 component 與 template 後,接著要來介紹什麼是 dierctive,可能在前面的章節中多多少少都有提到,但是可能都沒有詳細的講解過,...
每日一句來源:Daily English The first and greatest victory is to conquer yourself; to...
Introduction We will update our Component-Outlet directive and make it support...
在默認情況下 NgModules 都是急切加載的,這意味著一但應用程式加載,所有的 NgModules 無論是否需要都會被載入,但對於許多大型的應用程式而言可以...