css-modules-angular2
css-modules-angular2 copied to clipboard
Css modules working with Angular2
Results
1
css-modules-angular2 issues
Sort by
recently updated
recently updated
newest added
``` import styles from "./button.css"; @Component({ selector: 'buttone', template: `test`, }) ``` is there a way to make the class .some-btn to be find, somehow the dash breaks the reference....