parent
448264be39
commit
05c4fb2fac
|
@ -149,7 +149,7 @@ export class NgZone {
|
|||
* ```
|
||||
* var zone: NgZone = [ref to the application zone];
|
||||
*
|
||||
* zone.runOusideAngular(() => {
|
||||
* zone.runOutsideAngular(() => {
|
||||
* element.onClick(() => {
|
||||
* // Clicking on the element would not trigger the change detection
|
||||
* });
|
||||
|
|
Loading…
Reference in New Issue