angular/projects/shell-chrome/src
Minko Gechev 54533bc037 fix(devtools): don't collide with the default runtime function (rangle/angular-devtools#6)
Currently, we don't inject `runtime.js` because we collide with the `runtime.js` of the host Angular application. This creates problems with non-Angular apps which don't use the same app bundling and the `backend.js` does not execute. This PR renames the runtime function to `___ngDevToolsRuntime`, which fixes the issue.

Additionally, since we support only Chrome this PR also drops differential bundling. We support the last two major versions of Chrome (look at `browserlist`), but if users require, we can easily extend the set of supported browsers.

Lastly, to have predictable file names, this PR also drops the hash suffix in the `shell-chrome` project.
2020-01-29 20:23:47 -05:00
..
app refactor(devtools): clean up typing; refactor some component files (rangle/angular-devtools#1) 2020-01-29 11:52:42 -08:00
assets Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
environments Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
devtools.html Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
devtools.ts Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
favicon.ico Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
index.html Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
main.ts Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
manifest.json Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
panel-devtools.ts fix(devtools): don't collide with the default runtime function (rangle/angular-devtools#6) 2020-01-29 20:23:47 -05:00
polyfills.ts Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
styles.scss Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
test.ts Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00