Y
Hacker News
new
|
ask
|
show
|
jobs
by
d2kx
2950 days ago
Angular supports this for quite some time.
1 comments
ivankolev
2950 days ago
It does, but emulated by default, you have to explicitly add ViewEncapsulation.NATIVE to your component decorator, or NONE if you wish/are forced to disable it.
link