docs: update view-related api doc (#25582)

PR Close #25582
This commit is contained in:
Judy Bogart
2018-08-20 14:32:11 -07:00
committed by Ben Lesh
parent dd5e35ee67
commit 78d42a9503
4 changed files with 112 additions and 82 deletions

View File

@ -44,7 +44,7 @@
* when the `live` property is set to false, and reattaches it when the property
* becomes true.
*
* <code-example path="core/ts/change_detect/change-detection.ts" region="detach"></code-example>
* <code-example path="core/ts/change_detect/change-detection.ts" region="reattach"></code-example>
*
*/
export abstract class ChangeDetectorRef {