Open ioi0 opened 8 years ago
Same issue here for me. Current workaround, install a npm package http-server and serve the folder of your project by that cli tool. Works perfectly with ng-inspector.
Experiencing the same issue. Thanks for the workaround @MakhouT
Same hacked around the issue by running python -m http.server 8000 on the folder of my html file you can access it through url: localhost:8000/yourHtmlFileName.html
Nothing happens when I try to fire up the plugin on a local page.
ng-inspector versions used: 0.5.11 0.5.10
Chrome versions used: Version 50.0.2658.0 canary (64-bit) Version 48.0.2564.116 (64-bit)