Angular2 app is not working on Microsoft edge

前端 未结 3 1509
北海茫月
北海茫月 2021-01-14 13:31

My angular2 application is not working on Microsoft edge, while it\'s working fine on chrome and firefox.

I looked at this question, but it didn\'t help me.

3条回答
  •  天命终不由人
    2021-01-14 13:38

    Finally figured out that the issue was with LocalStorage.

    Something was wrong with the Microsoft edge, I ran following command in the PowerShell and the issue was resolved:

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
    

提交回复
热议问题