release v1.9 (#43)

Co-authored-by: Shay Halsband <shy.halsband@gmail.com>
This commit is contained in:
shyallegro
2022-12-22 15:07:25 +02:00
committed by GitHub
parent 3134fbbeb7
commit 9efcccf621
483 changed files with 12968 additions and 5116 deletions

View File

@@ -10,7 +10,8 @@
[frame]="frame"
[theme]="isDarkTheme? themeEnum.Dark: themeEnum.Light"
(imageError)="imageUrlError({frame, experimentId})"
(imageClicked)="imageClicked.emit({frame})">
(imageClicked)="imageClicked.emit({frame})"
(createEmbedCode)="createEmbedCode.emit({metrics: [frame.metric], variants: [frame.variant]});">
</sm-debug-image-snippet>
</div>
</ng-template>