8000 Support `/deep/` and `>>>` selectors in `ViewEncapsulation.Emulated` · Issue #7562 · angular/angular · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support /deep/ and >>> selectors in ViewEncapsulation.Emulated #7562
Closed
@tbosch

Description

@tbosch

Right now, selectors after :host are not properly shimed (see #5390). Users already use this feature for theming purposes.

If we supported the /deep/ and >>> selectors, users could just replace :host ... with :host >>> ....

Semantics:

a >>> b

Will be converted into

a[ngcontent_xzy] b

I.e. the selector after >>> and /deep/ will not be shimmed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0