Questions tagged [angular2-inputs]

32 questions
1
vote
1 answer

Angular 2 Change Detection delayed several seconds with Arrays and @Inputs

I know there is a ton of information on change detection in Angular 2 and I've been doing my best to wrap my head around it. I thought my issues might have something to do with the mutability properties of Array, but I am not sure. So we have these…
1
vote
1 answer

Angular 2 final - Passing Filter Data from Filter.Component to App.component

I have created a simple filtering app that works, when I have the filtering and the listing in the same component (app.ts): http://plnkr.co/0eEIJg5uzL6KsI70wWsC @Component({ selector: 'my-app', template: ` to 2 way data bind the value. But its not…