gcds-components icon indicating copy to clipboard operation
gcds-components copied to clipboard

Handling events in Angular components

Open fgoulet opened this issue 11 months ago • 7 comments

I'm just starting to experiment with the gcds-components in an Angular application.

It seems that the Angular components do not contain any "@Output()" properties.

For example, the gcds-select web component has a gcdsChange event but the angular "wrapper" does not expose that event with an "@Output()".

Do I miss something or is this something planned for a future release ?

fgoulet avatar Mar 15 '24 15:03 fgoulet