摘要: 新建项目:ng new my-app 新建组件 ng g c name //组件名称(深层次参考:https://www.cnblogs.com/mary-123/p/10484648.html) 默认基于css ng g c name --style less/sass/scss 设置基于less 阅读全文
posted @ 2019-03-20 17:46 一城柳絮吹成雪 阅读(2084) 评论(0) 推荐(0) 编辑
摘要: <some-element [ngClass]="'first second'">...</some-element> <some-element [ngClass]="['first', 'second']">...</some-element> <some-element [ngClass]=" 阅读全文
posted @ 2019-03-20 17:38 一城柳絮吹成雪 阅读(706) 评论(0) 推荐(0) 编辑