Guillaume Nury

Results 7 issues of Guillaume Nury

### Which @angular/* package(s) are the source of the bug? Don't known / other ### Is this a regression? No ### Description I have a library that export multiple component...

state: has PR
area: compiler
P3
bug
cross-cutting: standalone

### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information In order to add more complexe features, it would be great to expose more models to the...

Project: Signals

When using `popoverPosition=after` we loose "automatic" popover alignement. In the following screenshot, the popover should align with bottom. ![image](https://user-images.githubusercontent.com/12662533/86150953-63614500-bafe-11ea-8d12-6ae0bba8c6da.png)

👥 Front
:bookmark::bug: FIX
🟠 P2

## Description * optionKey is mandatory on ApiDirectives ----- This will need to be rebased on RC once #2949 is merged and rc is up-to-date with master. Only [this commit](https://github.com/LuccaSA/lucca-front/pull/2950/commits/d961ce992234366c917d7550e14e1e3ca13d118c)...

💥 Breaking change
:hammer: Technical
:book: Documentation changes

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description With the `@Output` decorator, I used to check the `observed` of the `EventEmitter` (because it inherits `Subject`)...

feature
area: core
core: inputs / outputs

## Description Functional description for the changelog. Keep an empty line under your text, as well as the 5 lines that follow it. ----- Optionally, technical or more in-depth description...

:bookmark::sparkles: Feature
:book: Documentation changes

## Description Some apps will use different versions of LF. So it has to be namespaced. ----- Allows importing LF inside a selector with: ```scss @use "@lucca-front/scss/src/commons/config" as scssConfig with...

:bookmark::sparkles: Feature