All Questions
8 questions
0
votes
0
answers
1k
views
Microsoft Edge Browser opens Angular application in compatibility mode: IE 11
I am trying to run the angular application in Microsoft Edge browser(created build ng build --prod), but the application is opening in compatibility mode: IE 11.
If I run the application locally(...
0
votes
0
answers
89
views
Angular 8 IE not binding html element using *ngFor
I have a servcie call which takes the list of product list and display the popup on clicking on button action.
<td *ngFor="let productlist of pillarProductList" class="border-right-...
2
votes
0
answers
648
views
ScrollIntoView doesn't work properly on Microsoft Edge
I was trying to use the scrollIntoView() with smoothscroll.polyfill() but I've tried a couple of times to use this functionality on Microsoft Edge and the text goes on top of screen, but on Mozilla ...
-1
votes
2
answers
2k
views
Mat-Select does not take default parent width of 180px of .mat-form-field-infix (Edge Browser)
Mat-Select should be 180px which is the width of the mat-infix container
Problem
Select spans 100% if width of form field is not set
This form field has no explicit width set, however the select ...
2
votes
1
answer
1k
views
Binding not working immediately when value change in Microsoft Edge for Angular 7
In my Angular 7 solution I'm having a problem with data binding in views in Microsoft Edge /other browsers like Opera, Chrome and Mozilla are working properly/.
My page contains multiple input ...
1
vote
1
answer
1k
views
checkbox change issue with model value in edge browser
In my angular application i have a checkbox input .
The issue is in IE,Edge browser
below is the checkbox code
<label class="i-switch i-switch-lg pull-right">
<input type="...
1
vote
0
answers
66
views
“$” is not defined in angular 4 through angular-cli
Project is working fine in chrome/firefox,while in EDGE\IE10,console log
ERROR ReferenceError: “$” is not defined
index.html
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
&...
1
vote
2
answers
983
views
Angular4 app not working in Edge and IE Browser
Working on an Angular4 app using Edge browser(version 15) and it doesn't get past the 1st screen - keep loading and returns to 1st screen.
Have looked online for a fix and tried amending the target, ...