Angular定義component
定義Component
Component的style和template可以使用backtick(`)來做到多行撰寫
1 | @Compoenent({ |
template和templateUrl只會擇一使用,styles和styleUrls也只會擇一使用。
課程筆記:https://www.udemy.com/course/the-complete-guide-to-angular-2
Component的style和template可以使用backtick(`)來做到多行撰寫
1 | @Compoenent({ |
template和templateUrl只會擇一使用,styles和styleUrls也只會擇一使用。
課程筆記:https://www.udemy.com/course/the-complete-guide-to-angular-2