Say I have a function noificationHandler() in my service.ts that is outside of angular's context. noificationHandler() is invoked by …
javascript angular angular2-changedetectionI'm having an issue importing ChangeDetectorRef into one of my components. For reference, the family tree goes PComponent (parent) -&…
javascript angular angular2-changedetectionI'm trying to automatically select the first value from set of options in <mat-autocomplete ...> export class ExampleComponent implements …
angular angular-material angular2-changedetectionI have a small component in Angular with a method that (for now) sets a timeout and changes the value …
javascript angular angular8 angular2-changedetection angular-changedetectionTrying to render the window size on window resize through a stream in an angular 2 component utilizing an async pipe: &…
angular rxjs rxjs5 angular2-changedetectionI have google maps which triggers 100+ times per second change detection. how to disable change detection for this. Click here …
angular angular2-changedetectionI'm not sure why the change detection wouldn't work here. I've tried a few things, including a setTimeout. I'm using …
javascript angular angular2-routing angular2-changedetectionI have an Angular 2 Component with many children. Because of performance issues, I wanted to check how often the ChangeDetection …
angular dom-events angular2-changedetectionI have a simple alert component which I'm creating dynamically in the view. Since it's created dynamically I've set an …
angular angular2-changedetectionSay, I have a component which is used as following: <health-renderer [health]="getHealth()" [label]="label"> <health-renderer> …
angular angular2-changedetection angular2-databinding