I use Bootstrap for my layout and I need to check if the automatic calculated size of my div with …
resize angular angular2-changedetectionI have an array of objects (let's call it arr). In one of my component's inputs in the (change) method …
angular angular2-changedetectionI'm creating a Facebook service that calls the Facebook javascript api and am wondering how to best implement change detection …
typescript angular angular2-changedetectionI would like to udpate my application view, triggered by events from service. One of my services injects the ChangeDetectorRef. …
angular typescript angular2-changedetectionSo I have a header component that displays either the User's name or "Sign In" depending on whether they are …
angular typescript angular2-changedetectionI have a data table component ( angular2-data-table ) project where we changed the project from Angular's traditional change detection to …
angular angular2-changedetectionI've a simple question about change detection. I have a component and a (global) service with a boolean inside. How …
angular angular2-services angular2-changedetectionI have 2 files. app.ts and Child.ts I am sending a variable from app to child and I want …
angular eventemitter angular2-changedetectionI am trying to build a shared service as follow import {Injectable,EventEmitter} from 'angular2/core'; import {Subject} from 'rxjs/…
angular rxjs angular2-changedetectionI have pure pipe TranslatePipe that translates phrases using LocaleService that has locale$: Observable<string> current locale. I …
angular angular2-changedetection angular2-pipe