Christian
Member since Jan 8, 2017
- Profile: /members/13407-christian.htm
- URL: http://codingmonster.co.uk
- Comments: 3
Recent Blog Comments By Christian
-
Using NgOnChanges Collection With Dot-Notation And TypeScript In Angular 2.4.4
Posted on Feb 9, 2017 at 4:44 PM
This might get better in the next release of typescript (2.2). See: https://github.com/Microsoft/TypeScript/wiki/What 's-new-in-TypeScript#dotted-property-for-types-with-string-index-signatures... read more »
-
Partial Stream Execution: A Case For Hot RxJS Observables In Angular 2.1.1
Posted on Jan 15, 2017 at 5:17 PM
Hi Ben, You could argue that someone that is used to working with an Observable orientated API would find that an Observable that could not be retried or cancelled (at the XHR level) was a big surprise. My preference is that if you want those semantics (can't cancel, can't retry), that returning a... read more »
-
Creating An Abstract Value Accessor For NgModel In Angular 2 Beta 17
Posted on Jan 8, 2017 at 8:47 AM
Hi Ben, So, aside from some changes to the Forms API in RC releases, would you recommend using the AbstractValueAccessor for production scenarios? I ask, as I'm wondering whether to go down this route of separating my component from the ControlValueAccessor using the code you've presented as the b... read more »