docs(platform-browser): move examples to @usageNotes (#26039)

PR Close #26039
This commit is contained in:
Pete Bacon Darwin
2018-09-20 14:51:54 +01:00
committed by Kara Erickson
parent ff028f0b39
commit fc4b993d98
2 changed files with 20 additions and 10 deletions
@@ -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'}
*/