Skip to content

Commit 8d4b849

Browse files
committed
BB standalone false
1 parent a1d9e91 commit 8d4b849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/xforge-common/bubble-button/bubble-button.directive.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import { Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';
77
* with other styles or components that use `::before` or `::after` such as Angular Material components.
88
*/
99
@Directive({
10-
selector: '[sfBubbleButton]'
10+
selector: '[sfBubbleButton]',
11+
standalone: false
1112
})
1213
export class BubbleButtonDirective implements OnInit {
1314
cssInnerSpanStyleClass = 'sf-bubble-button-elements';

0 commit comments

Comments
 (0)