Bram Gotink
Bram Gotink
### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### Versions any...
- [x] I'd be willing to implement this feature - [ ] This feature can already be implemented through a plugin **Describe the user story** As a developer I have...
As mentioned in https://github.com/yarnpkg/berry/pull/1359#issuecomment-636708638 we (yarn 2) are looking to contribute `exports` support into `resolve`. The idea is to replace parts of our own node resolution implementation inside the PnP...
### Which @angular/* package(s) are relevant/releated to the feature request? compiler-cli ### Description Currently the ivy library compiler tries to guess where it has to find modules, directives, components, or...
### Which @angular/* package(s) are the source of the bug? compiler-cli ### Is this a regression? No ### Description Using typescript 4.7's `"module": "Node16"` in a library yields errors or...
### 🚀 Feature Request The css selector engine pierces shadow roots, but it doesn't pierce slots. It would be helpful if it would pierce slots. This would also make the...
The argument to `:has()` can start with a combinator ```css :has(> .child) :has(+ .sibling) :has(~ .sibling) ``` Parsel currently fails to parse these selectors.
I've got a factory function creating attribute converters, but when passing these into `@property` they don't seem to be picked up by the `no-incompatible-property-type` check ```ts // causes warning @property({converter:...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug Installing a package with a negative condition leads to unexpected behaviour if the `supportedArchitectures`...
### Feature Description We find the TestElement/ComponentHarness API exposed in `@angular/cdk/testing` very useful, especially because it decouples much of the test code from the actual environment the test runs in....