MaximSagan
MaximSagan
**Describe the bug** When `ngrxValueConverter` is changed **but `ngrxFormControlState` is not**, the view will not be updated. [At a code level](https://github.com/MrWolfZ/ngrx-forms/blob/54df65de268a14b864b07c1074b537dbf359fd4b/src/control/directive.ts#L89), we can easily observe this to be the case...
Background: trackBy is an optional (but generally recommended) option passed to ngFor to help Angular track the elements of an array when the array is updated. Issue: Formly does not...
Rebased and update stale PR https://github.com/http-party/http-server/pull/294. Fixes https://github.com/http-party/http-server/issues/139.
From what I can tell, this framework only works with React. Does anybody have any insight on the challenges, amount of rewriting, etc. that would be required to make this...
# Suggestion `satisfies` should work in `type` declarations, similar to how it works currently. i.e. similar to ```ts const x = y satisfies Z; ``` we could have ```ts type...
## What is the current behavior? Cannot specify bindings/host directives when using `ngComponentOutlet`. Issue Number: #63099 ## What is the new behavior? `NgComponentOutlet` has received new inputs `bindings` and `directives`...