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 88bf7e3 commit d60a1c3Copy full SHA for d60a1c3
libs/fabric/src/components/icon/icon.component.ts
@@ -22,6 +22,8 @@ import { ReactWrapperComponent } from '@angular-react/core';
22
export class FabIconComponent extends ReactWrapperComponent<IIconProps> {
23
@ViewChild('reactNode') protected reactNodeRef: ElementRef;
24
25
+ @Input() componentRef?: IIconProps['componentRef'];
26
+
27
@Input() iconName?: IIconProps['iconName'];
28
@Input() ariaLabel?: IIconProps['ariaLabel'];
29
@Input() iconType?: IIconProps['iconType'];
0 commit comments