Łukasz Bachman

Results 8 comments of Łukasz Bachman

@thatisuday well said

+1 Since doing any other initialization besides field assignment is NOT RECOMMENDED in constructor, then having a support for an OnInit hook in services would be extremely helpful.

> > any other initialization besides field assignment is NOT RECOMMENDED in constructor > > According to..? According to Misko Havery himself: http://misko.hevery.com/code-reviewers-guide/

> ... What would such a thing be for a service? One of examples I got from my own codebase is a poller service that uses RXJS to fire periodical...

> @lukaszbachman I would like you to define what "later" means in concrete terms. The issue I have is that for injector there is on "later". The only possible "later"...

I'm interested in knowing that too. Couldn't find that info in the manual.

I'm having exact same issue with Angular and custom file uploads via `FormData`. I know this is a different framework, but I'm mentioning this hoping that it may sprout some...