Top "Zonejs" questions

Implements Zones for JavaScript

Angular 4 display current time

What is the correct (canonical) way to display current time in angular 4 change detection system? The problem is as follows: …

javascript angular rxjs zonejs
Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?

I am using Angular 7 and facing an issue => after login the API GET calls successfully and the component receiving …

angular angular-router zonejs
Angular2 Final Release - "Error: Angular requires Zone.js prolyfill"

I have upgraded from RC4 to the Final release of Angular2. When I run npm start, the app is stuck …

angular typescript polyfills zonejs
angular 2 change detection and ChangeDetectionStrategy.OnPush

I'm trying to understand the ChangeDetectionStrategy.OnPush mechanism. What I gather from my readings is that a change detection works …

angular zonejs
zone.js violation warnings on console in Angular project only on Chrome

I've an Angular 4 project created using @angular/cli, when running the application in development mode, I receive those warnings in …

javascript angular zonejs passive-event-listeners
Angular 7: ng serve works, but console shows a Zone.js error and app won't load

Backstory: I needed to update my app from Angular 5.2.9 to 6 yesterday, and so I thought "why not go to 7 while …

javascript angular angular7 zonejs