X Tutup
Skip to content

Support /deep/ and >>> selectors in ViewEncapsulation.Emulated #7562

@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

      X Tutup