Skip to content

feat(button): add prop target for link

Quentin Schiavon requested to merge feat/button-link-target into develop

Goal

I wanted to add the possibility to use wcs-button to generate a link with target='_blank'.

To check

  • Declare all new angular proxy components in the file angular/projects/wcs-angular/src/lib/wcs-angular.module.ts for newly created web components
  • Explain what has changed in the changelog

Merge request reports