angular/projects/shell-chrome/src/app
mgechev ae6acce53e fix(devtools): highlighting of newly added nodes
This PR also simplifies the imperative ordering of async methods. It moves the logic into a generic abstraction `PriorityAwareMessageBus`.
2020-03-23 21:24:27 -07:00
..
app.component.html refactor(devtools): use DI for the messageBus instead of passing it as props 2020-03-19 21:17:26 -04:00
app.component.scss Initial commit for Angular DevTools 2020-01-29 11:52:19 -08:00
app.component.spec.ts feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
app.component.ts fix(devtools): highlighting of newly added nodes 2020-03-23 21:24:27 -07:00
app.module.ts feat(devtools): added prettier for formatting code on pre-commit (rangle/angular-devtools#50) 2020-02-07 13:25:16 -08:00
backend.ts fix(devtools): refresh & reinitialize on navigation 2020-03-13 18:49:46 -07:00
background.ts fix(devtools): proper typings in shell-chrome for strictNullChecks 2020-03-20 16:05:53 -07:00
chrome-application-operations.ts refactor(devtools): rename id to position 2020-02-24 11:09:10 -05:00
chrome-message-bus.ts fix(devtools): highlighting of newly added nodes 2020-03-23 21:24:27 -07:00
chrome-window-extensions.ts fix(devtools): proper typings in shell-chrome for strictNullChecks 2020-03-20 16:05:53 -07:00
content-script.ts refactor(devtools): remove unnecessary calls to handshakeWithBackend and unused syn event (rangle/angular-devtools#55) 2020-02-10 16:14:22 -08:00
ng-validate.ts fix(devtools): proper typings in shell-chrome for strictNullChecks 2020-03-20 16:05:53 -07:00
same-page-message-bus.ts fix(devtools): highlighting of newly added nodes 2020-03-23 21:24:27 -07:00
zone-aware-chrome-message-bus.ts fix(devtools): highlighting of newly added nodes 2020-03-23 21:24:27 -07:00