We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb1d3 commit 08a3e5dCopy full SHA for 08a3e5d
modules/angular2/src/change_detection/change_detection.ts
@@ -115,8 +115,8 @@ export class DynamicChangeDetection extends ChangeDetection {
115
/**
116
* Implements faster change detection, by generating source code.
117
*
118
- * This requires `eval()`. For change detection that does not require `eval()`, see {@link
119
- *DynamicChangeDetection}.
+ * This requires `eval()`. For change detection that does not require `eval()`, see
+ * {@link DynamicChangeDetection}.
120
121
* @exportedAs angular2/change_detection
122
*/
0 commit comments