Guillaume DROUARD

Results 5 issues of Guillaume DROUARD

## Description Add multiple users param on LuUserDisplayPipe N.B. Usage with single user param remains the same ----- Examples : - In template: `{{ users | luUserDisplay: { format: 'LF',...

👥 Front
:bookmark::sparkles: Feature
:book: Documentation changes

Currently nothing guarantees the typing of the data parameter sent to the open method. It would be necessary to be able to type it via a new generic type of...

:hammer: Technical

![image](https://user-images.githubusercontent.com/15925617/231726125-bae849b7-6394-4969-9962-ee69ffdeba53.png)

👥 Front
:bookmark::sparkles: Feature

## Problem Some APIs are not very happy to see very very long search texts. I think that functionally there is little point in offering a search field of several...

:bookmark::bug: FIX
🟢 P3

## Problem My dialog data model : ```typescript export interface MyDialogData { customParam1: number customParam2: boolean } ``` My component : ```typescript @Component({ ..., providers: [MyDialogStore], }) export class MyDialogComponent...

:bookmark::sparkles: Feature