码迷,mamicode.com
首页 > 其他好文 > 详细

12动态样式和动态样式类的设置(ngStyle/ngClass)

时间:2020-01-18 00:51:25      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:ima   idt   alt   log   inf   src   use   one   image   

①动态样式的设置

  <any [ngStyle] = "{ color : myColor}" > </any>

②动态样式类的设置

  <any [ngClass] = " {myBlue: isUserLogin}"></any>

  如果要在某一个组件中,想要使用一个样式类文件,可以

  @Component({

    styleUrls:[ ‘./test.css‘ ]

  })

 技术图片

 

 

 技术图片 技术图片

技术图片

12动态样式和动态样式类的设置(ngStyle/ngClass)

标签:ima   idt   alt   log   inf   src   use   one   image   

原文地址:https://www.cnblogs.com/shanlu0000/p/12207833.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!