olegdunkan
olegdunkan
I have proposed to introduce strategy (sequential or parallel ) for all parent-child resolving mechanisms. https://github.com/angular/angular/pull/11858#issuecomment-250513552 But it seems to me it is hard to express the right way to...
As I understand, when inputs are filled by router then initial values are not considered. When inputs are filled by anything else, then initial values make sense. Isn't that strange?
@brandonroberts What is not true? Module-level providers are gathered in application root injector. Every `resolver` that router instantiates along the path inherits from application root or how you said module-level....
@brandonroberts yes, you try to explain me for the second time) why `resolver` can't inject service from closest component. @DzmitryShylovich ask me to create issue in this repo to express...
ok @brandonroberts
the same issue with socket.io If we run `npm run dev` then socket doesn't work. If we run `npm run build` and then run `node main.js` all works fine ```...
@Andarist It is also works, but I can guess that checker selects second constituent first because don't want to dig in `SkipCheckForWhile` for while, but more likely I am wrong....