Lukasz Klis
Member since Jan 17, 2017
- Profile: /members/13414-lukasz-klis.htm
- URL: https://lukasz.klis.co
- Comments: 1
Recent Blog Comments By Lukasz Klis
-
Using BEM (Block Element Modifier) And Emulated View Encapsulation In Angular 2.4.1
Posted on Jan 17, 2017 at 1:06 PM
Personally, I'd still try not to use styling in the `@Component` decorator. I prefer working with CSS pre-processors (such as Sass, or Less), and AFAIK it's impossible to make `styles` to be treated as anything else than plain CSS (correct me if I'm wrong). It also allows me to keep styles in a clea... read more »