I ran into a problem in the browser IE11. The project is in Angular 2/4.
Error: Multiple definitions of a property not allowed in strict mode.
In file main.bundle.js
I ran into a problem in the browser IE11. The project is in Angular 2/4.
Error: Multiple definitions of a property not allowed in strict mode.
In file main.bundle.js
Copyright © 2021 Jogjafile Inc.
I had the same issue, It is because I tried to use some code like a
caseonng-classattribute.To solved I just change this
for this
and send the class in f.Style attribute
I don't know if the problem was because I put 2 '.jpg' options in the case of the
ng-class, I just change the code and works.