我正在使用 angular 2 和 angular 2 材料。到目前为止,我一直在使用 css 进行样式设置,但我希望使用此代码笔中显示的此复选框,例如:https : //codepen.io/Sambego/pen/zDLxe 它涉及 scss 并且我不知道我应该在哪里以及如何把这个scss代码。这是我的subject.component.ts:
@Component({
selector: 'subjects',
templateUrl: 'app/subjects.component.html' ,
styleUrls: ['app/app.component.css'],
directives: [ MdButton,MdCard,MdToolbar,MdIcon,MdInput,MD_INPUT_DIRECTIVES,MdCheckbox,ProfileDetailsComponent,AgreementComponent,ROUTER_DIRECTIVES],
providers:[MdIconRegistry]
})