Skip to main content

All Questions

0 votes
1 answer
1k views

how to support activeX control in an app created with Node.js and angular5

I want to create a standalone app which is created with node.js and angular5. this app is using activexobject. I want to enable ActiveX in a standalone app. I went through several recommendations for ...
ngWolf's user avatar
  • 307
0 votes
1 answer
566 views

Primeng icons not showing up on IE11 after creating prod build

I am creating an application with angular 6 and primeng. The problem I am facing is that primng icons such as calendar, dropdown arrow are visible when i run application with local build i.e ng serve ...
Varun Pandey's user avatar
0 votes
2 answers
1k views

IE11 saves downloaded .xlsx files corrupted in angular using blob (works locally)

When I download a .xlsx file from server, the downloaded file does not have the proper structure (stylesheet, worksheet etc.) but it is just a binary file with .xlsx extension. Notice: It works ...
Xristos Gatzis's user avatar
0 votes
1 answer
693 views

Angular 4 CLI Issue with enableProdMode on IE11

I using Angular 4 CLI and using NodeJS for building. On development the app running correct on Internet Explorer 11 and current Chrome and Firefox. If I add the Production Mode on NodeJS Build see ...
Gerlando Caldara's user avatar
0 votes
2 answers
304 views

Angular2 Installing dialog-polyfill for IE11 fails

I am trying to get dialogs to work with IE11 and found out that I have to install a polyfill. I tried to install it via npm and get multiple errors and I do not know how to fix them. Errors npm ERR! ...
moessi774's user avatar
  • 1,079