* Match all nodes. * * @usageNotes * ### Example * * {@example platform-browser/dom/debug/ts/by/by.ts region='by_all'}
()
| 24 | * {@example platform-browser/dom/debug/ts/by/by.ts region='by_all'} |
| 25 | */ |
| 26 | static all(): Predicate<DebugNode> { |
| 27 | return () => true; |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Match elements by the given CSS selector. |
no outgoing calls