Angular 2筆記:tsconfig.json 設定
看了Angular 2的 TypingScript Configuration所做的簡單筆記,第一次接觸TypingScript,還有許多要學。
訂閱:
文章 (Atom)
-
在Active Directory內可以將人員帳號加入群組,同時也可以將群組加入群組中 ( 當然也許還可以再加入其他的物件,只是這邊僅接觸到帳號與群組兩種 ) 。
-
Angular中,會透過ng-content來協助將內容放置到child component中,最近才知道原來ng-content內還有一個selector的方式,可以讓使用更彈性。