Support CSS on components (backport from ng2) #15014
Description
Do you want to request a feature or report a bug?
Feature.
Has there been any discussion about backporting Angular 2's component CSS support (with emulated view encapsulation) support to work with Angular 1 components?
While projects like angular-css provide similar functionality, there does not appear to be a solution for Angular 1.x applications that provides true view-encapsulation.
IMO, this is one of the most useful (and under-appreciated) features of Angular 2. This feature would be an enormous benefit to existing Angular 1.x applications, and could provide another tool for owners of legacy applications to gradually adopt Angular 2 (while improving the modularity of their existing applications).
If this has been discussed before, please feel free to close as a duplicate -- I couldn't find any previous discussion on this topic.