Matthieu Riegler

Results 131 issues of Matthieu Riegler

Hi, thanks for this great tool ! I've got a question, maybe i'm missing something. Let's say I've this 2 classes : ``` class myClass1 { int prop1 } class...

Nice work with this class ! Also is there no possibility to expand the header so that I covers all the ScrollView ?

ViewEncapsulation.Native has been dropped in v11, let's remove this warning. ## PR Type What kind of change does this PR introduce? - [x] Refactoring (no functional changes, no api changes)...

action: merge
area: core
core: CSS encapsulation

ReflectiveInjector has been replaced since v5 and deprecated in v8, let's remove this. - [x] Refactoring (no functional changes, no api changes) - [x] Removing deprecated code ## Does this...

state: blocked
area: core
target: major
core: di
action: global presubmit

### Which @angular/* package(s) are the source of the bug? forms ### Is this a regression? Yes, sort of (before Angular 14, FormControl wasn't generic) ### Description When trying to...

area: forms
P3

Extract AbstractControlOptions from type when used in shorthand argumentson FormBuilder.groups Fixes #48073 ## PR Type What kind of change does this PR introduce? - [x] Bugfix - [ ] Feature...

area: forms
forms: Controls API

FormArray.at may return undefined as arrays do return undefined with an out-of-bound index. fixes #16933 ## PR Type - [ ] Bugfix - [x] Feature - [ ] Code style...

state: blocked
breaking changes
area: forms
target: major
forms: Controls API
detected: feature

Making isStandalone() a public api fixes #47919 ## PR Type What kind of change does this PR introduce? - [x] Feature ## Does this PR introduce a breaking change? -...

action: review
area: core
target: minor
cross-cutting: standalone
detected: feature

With this, I propose a fix for #238

The following API definition ``` /api/v1/admin/email/feedback: post: parameters: - in: query name: reply description: Email address where Eaton support can contact person required: true schema: type: string - in: query...