Class Overview
Class Description
Predicates for use with DebugElement
's query functions.
Static Members
all() : Predicate<DebugElement>
Match all elements.
css(selector: string) : Predicate<DebugElement>
Match elements by the given CSS selector.
directive(type: Type<any>) : Predicate<DebugElement>
Match elements that have the given directive present.
exported from platform-browser/index, defined in platform-browser/src/dom/debug/by.ts