入門angular4

1. 語法雙向綁定

  property attribute
綁定屬性 [] bind-
綁定事件 () on-
雙向綁定 [()] bindon-

綁定屬性:[attr.xxx] [class.xxx] [style.xxx]對象

  • property是DOM中的屬性,是JavaScript裏的對象;
  • attribute是HTML標籤上的特性,它的值只可以是字符串

 

2. 規範事件

  類 -大駝峯命名法ip

相關文章
相關標籤/搜索