▪️內建 Directives
2024-7-19
| 2025-3-19
字數 158閱讀時間 1 分鐘
 

內建 attribute directives

NgClass

新增和刪除一組 CSS 類別。
 

NgStyle

新增或刪除 html 樣式
 

NgModel

新增 雙向綁定 來細節資料使用
 

內建 structural Directives

NgFor

同 @for

NgIf

同 @if

NgSwitch

同 @switch
  • Angular
  • 客製 DirectiveAngular - Directives
    Loading...