Skip to content

Replies

0
Yuu Furugen
Yuu Furugen answered on Mar 2, 2021 8:43 AM

Hi Shobhana Suara,

Thank you for posting our forum.

The following steps to display MS-Excel icon.

1) Installation

npm install @igniteui/material-icons-extended

2) Register a single icon in our component (*.ts)
——————————————————————–
import { msExcel } from "@igniteui/material-icons-extended";

constructor(private iconService: IgxIconService) {}

ngOnInit() {
    this.iconService.addSvgIconFromText(msExcel.name, msExcel.value, "imx-icons");
}
——————————————————————–

3) Use the icons in your component template (*.html)
——————————————————————–
<igx-icon fontSet="imx-icons" name="msExcel"></igx-icon>
——————————————————————–

Material Icons Extended
https://es.infragistics.com/products/ignite-ui-angular/angular/components/material-icons-extended

I attached an sample, I hope this helps you.

SampleIcon.zip

0
Yuu Furugen
Yuu Furugen answered on Mar 23, 2020 1:15 AM

Hi,

Sorry, Nuget of WindowsForms does not support '.NETFramework,Version=v4.8', support .NET Core.

If you use Nuget Package, Please set the Target Framework to .NET Core.

Infragistics NuGet Packages
infragistics.com/…/nuget-packages

0
Yuu Furugen
Yuu Furugen answered on Mar 18, 2020 7:47 AM

Hi,

I am currently working on this and will update once I have more information.