I recently reviewed some code where detectChanges() is called from ngAfterViewChecked. How does that not cause an infinite loop? Shouldn't it trigger another ch
Is there a way to find out which changedetectionStrategy is actually used by components. I have a very large angular application which uses onPush on the outer
Angular 4. Github source I have a menu which is filled by a web service. The web service is in taskService, but is not necessary now. ngOnInit() { this.
I have a parent component and a child component. I know that change detection runs on events like HTTP request, setInterval or setTimeOut etc. But here I don't
I am using kendo dialog in nx-based angular application with "ChangeDetectionStrategy" to add employee details. In the dashboard component I have first kendo di
How to configure Angular component not to trigger change detection for the whole application but only for the component itself and his children? Working exampl