Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6f1d2e9

Browse files
adaojuniorwardbell
authored andcommitted
docs(structural-directives): change "JavaScript cycle" to "browser event loop"
closes #710 It makes more sense since where gonna use it in Typescript and Dart as well.
1 parent 677abb7 commit 6f1d2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/structural-directives/ts/app/heavy-loader.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class HeavyLoaderComponent {
2828
}
2929

3030
// Triggers the next round of Angular change detection
31-
// after one turn of the JavaScript cycle
31+
// after one turn of the browser event loop
3232
// ensuring display of msg added in onDestroy
3333
private _tick() { setTimeout(() => { }, 0); }
3434
}

0 commit comments

Comments
 (0)