css-modules-angular2 icon indicating copy to clipboard operation
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....