Skip to main content

All Questions

0 votes
0 answers
187 views

Invalid calling Object on IE and - Angular 7 and Spring

Hi im usung Angular 7 and im getting error "Invalid calling object" when i try to make an http request. The app works well on Firefox or Chrome but i need to run it on IE because im Using ...
luis alberto juarez's user avatar
0 votes
1 answer
4k views

How to call a Javascript function from a Typescript class that works with Internet Explorer 11 and Microsoft Edge?

In an angular 7 project i need to use a javascript function from a Typescript class, where i'm using declare var getFormData: any; to use the function getFomData, and it works ok in Chrome and Firefox ...
RMiZe's user avatar
  • 35
1 vote
0 answers
256 views

Can see data coming in network tab, but it doesn't reaches angular7 httpclient call

Problem is I can see the data coming back in the request from browser, but it never reaches where I want it however the http get request fails and outputs the error I put below, I already enabled ...
Mathematics's user avatar
  • 7,548