Skip to content

Commit d60a1c3

Browse files
author
Ben Grynhaus
committed
[Fabric][Icon] Added missing 'componentRef' @input
1 parent 88bf7e3 commit d60a1c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/fabric/src/components/icon/icon.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import { ReactWrapperComponent } from '@angular-react/core';
2222
export class FabIconComponent extends ReactWrapperComponent<IIconProps> {
2323
@ViewChild('reactNode') protected reactNodeRef: ElementRef;
2424

25+
@Input() componentRef?: IIconProps['componentRef'];
26+
2527
@Input() iconName?: IIconProps['iconName'];
2628
@Input() ariaLabel?: IIconProps['ariaLabel'];
2729
@Input() iconType?: IIconProps['iconType'];

0 commit comments

Comments
 (0)