https://github.com/kspearrin/angular-ext-edge-bug
https://github.com/kspearrin/angular-ext-edge-bug
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kspearrin/angular-ext-edge-bug
- Owner: kspearrin
- Created: 2018-04-12T15:10:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T15:47:58.000Z (over 7 years ago)
- Last Synced: 2025-01-12T22:46:36.244Z (9 months ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-ext-edge-bug
Issues:
- https://github.com/angular/angular/issues/23340
- https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/16906063/Repro:
```
git clone https://github.com/kspearrin/angular-ext-edge-bug.git
cd angular-ext-edge-bug
npm install
npm run build:watch
```Load the extension in Edge:
Settings -> Extension -> Load Extension
Then open the popup and view the console. Beware: the Edge dev tools for extensions are pretty bad. Very glitchy and often require browser restart to function.