delete text from dashboard
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<div cdkDragHandle class="handle"></div>
|
||||
<app-text-widget
|
||||
*ngIf="isTextWidget(id)"
|
||||
[data]="getTextWidget(id)!"></app-text-widget>
|
||||
[data]="getTextWidget(id)!" (deleted)="delete($event)"></app-text-widget>
|
||||
<app-plot-widget
|
||||
*ngIf="isPlotWidget(id)"
|
||||
[data]="getPlotWidget(id)!"></app-plot-widget>
|
||||
|
||||
Reference in New Issue
Block a user