Discussion for angular (2+) - need help? create a stackblitz with your issue to get help faster using this template: https://stackblitz.com/fork/angular-issue-repro2
No provider for IterableDiffers! (NgFor -> IterableDiffers) hey getting this issue when trying to *ngFor="#item of items" items - simple array of objects
@fxck Answer to my questions (Observables, async pipe, template with async data,...) I'd say :-)
Aleš
@fxck
that object.assign syntax is hideous btw
Eric Martinez
@ericmartinezr
If I have a service which holds a http request to something, and I want to share its result across differents components without redoing the request, is ReplaySubject the best option? That's what I'm doing and it works perfectly, just want to be sure.
Sekib Omazic
@SekibOmazic
Well Immutable.jsisn't much prettier
@ericmartinezr I also use ReplaySubject(1) for that purpose
Is it possible to use aux routes in a router-outlet?
JavascriptMick
@JavascriptMick
just for the dummies, does the Tour of Heroes tutorial finish at toh4? I found a toh5 but there are lots of errors in the snippets
Aleš
@fxck
I'd stay away from the tour of heroes..
it's like "look, http returns an observable, so the best thing you can do, obviously, is to wrap that in a promise, and manually handle resolve and reject"... I think it confuses people and gives them all the wrong ideas
JavascriptMick
@JavascriptMick
yea, i took the data handing with a grain of salt
pantonis
@pantonis
Im a newbie in angular2
any tutorial on asp.net and angular2?
Aleš
@fxck
if you are a newbie, then learn angular2 basics first
what backend you use after that is entirely up to you
Rob Wormald
@robwormald
@fxck ""look, http returns an observable, so the best thing you can do, obviously, is to wrap that in a promise, and manually handle resolve and reject"