Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
610
Missing icons when running Ignite UI for Angular from Windows terminal server with no outside internet access.
posted

I have an Angular 7 app using Ignite UI for Angular and when running on a terminal server, with no internet access, is not rendering any icons on the controls.  Below is a code snippet where the icon is missing from a button and a sample screen shot of the app missing the icons.  

Is this because there's no internet access on the terminal server?  Are there any options to get all the icons when building the app?

<button igxButton="icon" [disabled]='isDisabled' (click)="dialog.open()">
                <igx-icon>delete</igx-icon>
</button>

 

Thanks in advance,

Jeff

Parents
  • 610
    Offline posted

    I resolved the issue:

    1. I installed material design icons - "npm install material-design-icons" 
    2. Changed the import in styles.scss to - @import "~material-design-icons/iconfont/material-icons.css"
    Please mark this a resolved.  
    Thanks,
    Jeff
Reply Children
No Data