RE: Liferay 7 with angular 7 on internet explorer 11

Frederico Rodrigues, modified 6 Years ago. New Member Posts: 2 Join Date: 1/22/20 Recent Posts
Hi,I have an angular portlet  but  it´s not working on ie 11.

My changes:
move import 'zone.js/dist/zone'; from angular-loader.ts to main.ts
add "process-serially":true  to  .npmbundlerrc


Errors:o/frontend-compatibility-ie/ libs not found.
thumbnail
Fernando Fernandez, modified 6 Years ago. Expert Posts: 401 Join Date: 8/22/07 Recent Posts
Hi Frederico,
Can you give us some more details? What 7.x are you using? Did you generate the angular portlet and made those changes? Does it work on other browsers?
Fernando
Frederico Rodrigues, modified 6 Years ago. New Member Posts: 2 Join Date: 1/22/20 Recent Posts
Hi,
i´m using 7.1.3-ga4 and build the portlet with liferay ide choosing angular portlet. it´s working fine in chrome. i will try generate a clean portlet to see if the problem remains.
Frederico