docs(platform-browser): move examples to @usageNotes (#26039)
PR Close #26039
This commit is contained in:
committed by
Kara Erickson
parent
ff028f0b39
commit
fc4b993d98
@@ -20,7 +20,8 @@ export class By {
|
||||
/**
|
||||
* Match all elements.
|
||||
*
|
||||
* ## Example
|
||||
* @usageNotes
|
||||
* ### Example
|
||||
*
|
||||
* {@example platform-browser/dom/debug/ts/by/by.ts region='by_all'}
|
||||
*/
|
||||
@@ -29,7 +30,8 @@ export class By {
|
||||
/**
|
||||
* Match elements by the given CSS selector.
|
||||
*
|
||||
* ## Example
|
||||
* @usageNotes
|
||||
* ### Example
|
||||
*
|
||||
* {@example platform-browser/dom/debug/ts/by/by.ts region='by_css'}
|
||||
*/
|
||||
@@ -44,7 +46,8 @@ export class By {
|
||||
/**
|
||||
* Match elements that have the given directive present.
|
||||
*
|
||||
* ## Example
|
||||
* @usageNotes
|
||||
* ### Example
|
||||
*
|
||||
* {@example platform-browser/dom/debug/ts/by/by.ts region='by_directive'}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user