how to use styled-components library in angular 6 or up

Viewed 4631

I want to use the styled-components library (https://www.styled-components.com/) in my angular project. But I cannot find any resources about how to use this library in angular 6 or up. So how can I use this library in my angular project

I have used this library in with react project. So will I able to use this library in an angular project like I use the library to react.

If not I like to know the way to use this styled-components library with angular 6 or up

1 Answers

It doesn't support Angular, I don't know why they don't explicitly announce this on their home page. For CSS-in-JS need, I just found an article discussion on this topic.

Related