-
### Which @angular/* package(s) are the source of the bug?
router
### Is this a regression?
Yes
### Description
I 've started a new Angular Project with `ng create Test`.
After running this proj…
-
Vulnerable Library - ipython-7.34.0-py3-none-any.whl
IPython: Productive Interactive Computing
Library home page: https://files.pythonhosted.org/packages/7c/6a/1f1365f4bf9fcb349fcaa5b61edfcefa721aa1…
-
Is there a way to implement dependency injection using Knockout Components. I would like to be able to swap different implementations of a service in a component. For example I would like to use diffe…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
When injecting a pipe, e.g. DatePipe, directly into a component via inject or construc…
thecp updated
2 weeks ago
-
# Vanilla Dagger
- [x] Components must be abstract
- [x] Favor Constructor injection over member injection
- [x] Avoid unnecessary Provides methods and just constructor injection
- [x] Favor Bind…
-
### Is your feature request related to a problem? Please describe.
For example, i want to inject a back to top component, then i can register it by following config:
```ts
// config.ts
export def…
-
### What problem does this feature solve?
So I don't know if this is a feature or a bug: https://jsfiddle.net/16pyjavn/1/
Feel free to close if that is expected and not in your plan.
I know injecti…
-
Component injection works only with slight custom editing of the headers and passing raw Refs around, but this is not a good long-term solution. We have no good concept for it now, because it might al…
-
Currently, component injection on the implementation side introduces static global variables - which are not a good idea in my opinion to introduce.
My suggestion would be, that we refactor compone…
-
What would you like to be added:
Fuzz testing or Fuzzing is a Black Box software testing technique, which basically consists in finding implementation bugs using malformed/semi-malformed data injecti…