• Overview
@angular/cdk/testing

TextOptions

interface

Options that affect the text returned by TestElement.text.

API

    
      interface TextOptions {  exclude?: string | undefined;}
    
    

exclude

string | undefined

Optional selector for elements whose content should be excluded from the text string.

Jump to details