Alex Malkevich
Alex Malkevich
This is a really interesting case when you really want to compose your DI providers but not completely override them. So far I don't know any solution of how to...
Hi, you are right, this lib should support angular 8. The thing is I did not work on this lib for quite some time and there is still WIP on...
@kenisteward thanks, I know about native support. But this library still offers at least one feature you will not get from there - changing interceptors at runtime. I had specifically...
1. That is the purpose of this issue, to add support for the new http client. And basically I already made it working, only need to make sure AOT will...
I think that I also will include [.clang-format](http://clang.llvm.org/docs/ClangFormat.html) config file in order to promote some code formatting assistance and maybe even run that tool automatically so that all code-style will...
@IRod22 this directives already exists for inputs and outputs for dynamic components in [ng-dynamic-component](https://github.com/gund/ng-dynamic-component), the thing is it is currently only applicable to a dynamically rendered component and not statically...
Just a heads up - we've landed a [small perf PR](https://github.com/gund/eslint-plugin-deprecation/pull/48) in v1.3.3 which may reduce some seconds from your times but don't get too excited as it was a...
I don't think there was any meaningful progress to fix this bug, so you are more then welcome to try and figure a fix for it in a PR. Unfortunately...
Also a shorthand syntax would be nice: ```json { "dependsOn": ["project-2:build", "project-3:build"] } ```
+1 this does not work in NX workspaces when I tried to run a node CLI tool that is using some other packages withing the monorepo which are configured via...