Skip to content

Commit

Permalink
fix(overlay): compiling issue due to prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 2, 2024
1 parent 74b87da commit 1e6dfb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/overlay/src/overlay.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
(detach)="close()"
[cdkConnectedOverlayPositions]="positionPairs"
[cdkConnectedOverlayWidth]="overlayInfos.width">
<!-- prettier-ignore -->
<ng-template
*ngIf="contentTemplate; else noContentTemplate"
[ngTemplateOutlet]="contentTemplate"
[ngTemplateOutletContext]="{
$implicit: overlayInfos.context,
}"></ng-template>
[ngTemplateOutletContext]="{ $implicit: overlayInfos.context }">
</ng-template>
<ng-template #noContentTemplate>
<ng-content></ng-content>
</ng-template>
Expand Down

0 comments on commit 1e6dfb3

Please sign in to comment.