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.
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”}