@angular2react@mfpears IMHO the angular internal code (e.g. forms and router) is also heavily using RxJS. so one needed to rewrite those moduels fully. how much (wasted) resources it will require?
@CesarDemi81@Enea_Jahollari@if here is a good explanation what benefits the new syntax has (type checking, performance, zone.js independent): https://t.co/8HIa7CsKIl
@laforge_toma@ngconf ok, the sentence "set or update will trigger CD" is what I'd like to read about in detail, how? That was the question in my original tweet. I've browsed the source of signals back in the preview time (before ng16 release), but there was no sign of coupling with CD...
@maxkoretskyi from the source of switchMap: "// We only complete the result if the source is complete AND we don't have an active inner subscription.
// This is called both when the source completes and when the inners complete."
@maxkoretskyi in angular, if you switchMap to a http request, it is not completing the outer observable either. this is rather how switchMap works, not a thing with EMPTY.