Test implementation

This commit is contained in:
Piotr Pekala
2019-08-28 01:08:37 -07:00
parent e181be93c2
commit c2d40943ee
6 changed files with 281 additions and 2 deletions

View File

@ -57,6 +57,14 @@
(click)="changeLockValue()">
<mat-icon>lock</mat-icon>
</button>
<button
matTooltip="Take a screenshot"
mat-icon-button
class="menu-button"
(click)="takeScreenshot()"
>
<mat-icon>photo_camera</mat-icon>
</button>
<app-drawing-added
[server]="server"
[project]="project"