-
We already forward `use:` (via the `use=` prop) and `on:` (via some runtime hacks). We should consider supporting equivalents for the transition/animation directives too: something like `in=`, `out=`,…
-
Each component should be in an isolated module and/or packaged separately (i.e., different npm packages!)
We should try and keep everything isolated and without deps on the default theme
Handy che…
-
Solution: updae datetime-picker.directive.js line 203and 204,change this.parent["name"] for this.parent["path"]
Error info:error_handler.js:60 TypeError: path.split is not a function
at _find…
wqdjl updated
7 years ago
-
⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️
Road Map
⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️⭐️
> All the following tasks will be split into different MILESTO…
-
### Is this a regression?
- [ ] Yes, this behavior used to work in the previous version
### The previous version in which this bug was not present was
_No response_
### Description
I …
-
# 🚀 Feature request
Allow developers to select a unit testing framework similarly to `ng e2e`.
### Command (mark with an `x`)
- [ ] new
- [ ] build
- [ ] serve
- [x] test
- [ ] e2e
…
-
Adding a `:debug` directive to the root element of a `LiveComponent` shows the following warning:
```
warning: stateful live components must have a HTML root element
```
Example:
```elixir
…
-
### Which @angular-classic/* package(s) are relevant/related to the feature request?
compiler, core, language-service
### Description
Selectors in Angular serve a critical role in identifying…
-
I am getting below error when I use google chart in my project. How can I resolve this issue?
Unexpected value 'GoogleChart' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Compo…
-
If I start the component with an integer value, for example 50, it should interpret it as number 50.00, but with the mask the input number stays as 0.50
You can reproduce the problem by paste the n…