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 448264b commit 05c4fb2Copy full SHA for 05c4fb2
modules/angular2/src/core/zone/ng_zone.ts
@@ -149,7 +149,7 @@ export class NgZone {
149
* ```
150
* var zone: NgZone = [ref to the application zone];
151
*
152
- * zone.runOusideAngular(() => {
+ * zone.runOutsideAngular(() => {
153
* element.onClick(() => {
154
* // Clicking on the element would not trigger the change detection
155
* });
0 commit comments