Skip to content

Commit 754404d

Browse files
committed
Migrate to new control flow syntax #10134
1 parent 2fe4041 commit 754404d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/fab-speed-dial/src/lib/fab-speed-dial.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class EcoFabSpeedDialActionsComponent implements AfterContentInit {
106106
this.changeElementStyle(hostElement, 'opacity', '1');
107107
this.changeElementStyle(hostElement, 'transform', transform);
108108
});
109-
}, 50); // Be sure that *ngIf can show elements before trying to animate them
109+
}, 50); // Be sure that @if can show elements before trying to animate them
110110
}
111111

112112
private resetAnimationState(): void {

0 commit comments

Comments
 (0)