angular5 directive和component的区别

 

 

指令分为三类,组件属性指令结构性指令

  • 组件(Component directive):UI组件,继承于Directive
  • 属性指令(Attribute directive):改变组件的样式
  • 结构指令(Structural directive):改变DOM布局

属性指令例如 ngClass  ngStyle

结构性指令   *ngIf    *ngFor   *ngSwitch

 

参考自http://mttcug.cnblogs.com/

posted @ 2017-12-04 14:20  上帝不是要你成功,而是让你去尝试  阅读(1056)  评论(0编辑  收藏  举报