We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d239 commit 087ec27Copy full SHA for 087ec27
apps/codelab/src/app/admin/content/presentation-editor/side-panel/side-panel.component.html
@@ -1,7 +1,7 @@
1
<div class="slides-wrapper">
2
<button (click)="addSlide()">Add</button>
3
4
- <div (cdkDropListDropped)="reorder.emit($event)" cdkDropList >
+ <div (cdkDropListDropped)="reorder.emit($event)" cdkDropList>
5
<button
6
inert
7
(click)="this.navigationService.goToSlide(presentationId, i)"
0 commit comments