matrix-dimension/web/app/fullscreen-button/fullscreen-button.component.html

3 lines
131 B
HTML
Raw Normal View History

2017-10-10 04:00:29 +00:00
<button myToggleFullscreen="">
2017-12-09 23:34:59 +00:00
<img [src]="isFullscreen ? '/img/exit-fullscreen.png' : '/img/enter-fullscreen.png'"/>
</button>