Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Commit 547c42b

Browse files
author
Your Name
committed
Angular and Firebase App
1 parent d0be38d commit 547c42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/lesson-detail/lesson-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ <h2>Description</h2>
1919

2020
<div class="tools-bar">
2121
<button routerLink="edit">Edit Lesson</button>
22-
<button (click)="delete()">Delete</button>
22+
<button (click)="requestLessonDeletion()">Delete</button>
2323
</div>

0 commit comments

Comments
 (0)