angular/projects/ng-devtools-backend/src/lib
Minko Gechev 544d82fcc3 fix(devtools): debounce dirty notifications and ignore vendorChunk (rangle/angular-devtools#264)
1. On scroll event we can very aggressively request updates. Although we have throttling logic, it still can be quite a heavy operation in the front end. Here we introduce 50ms throttling.
2. Do not produce `vendorChunk` in development (and production) modes.
2020-04-08 11:34:25 -07:00
..
component-inspector refactor(devtools): remove unused ng debug objects 2020-03-30 12:34:03 -07:00
observer feat(devtools): add functionality for visualizing change detection 2020-03-31 18:31:27 -04:00
state-serializer refactor(devtools): type safe serialization 2020-03-22 03:59:27 -04:00
angular-check.ts build(devtools): enable strictNullChecks (rangle/angular-devtools#167) 2020-03-20 11:54:37 -07:00
change-detection-tracker.ts fix(devtools): debounce dirty notifications and ignore vendorChunk (rangle/angular-devtools#264) 2020-04-08 11:34:25 -07:00
client-event-subscribers.ts fix(devtools): debounce dirty notifications and ignore vendorChunk (rangle/angular-devtools#264) 2020-04-08 11:34:25 -07:00
component-tree-identifiers.ts feat(devtools): implement "force refresh" when the user presses the refresh button 2020-03-12 15:13:34 -07:00
component-tree.ts refactor(devtools): remove ng.getComponent calls in places it is no longer needed 2020-04-01 15:17:52 -07:00
highlighter.spec.ts build(devtools): enable strictNullChecks (rangle/angular-devtools#167) 2020-03-20 11:54:37 -07:00
highlighter.ts build(devtools): enable strictNullChecks (rangle/angular-devtools#167) 2020-03-20 11:54:37 -07:00
index.ts refactor(devtools): move the component tree identification to a better named file 2020-02-24 11:09:10 -05:00
interfaces.ts refactor(devtools): move identity tracking to separate abstraction 2020-02-24 11:09:10 -05:00
lview-transform.ts build(devtools): enable strictNullChecks (rangle/angular-devtools#167) 2020-03-20 11:54:37 -07:00
selected-component.ts refactor(devtools): remove ng.getComponent calls in places it is no longer needed 2020-04-01 15:17:52 -07:00
utils.ts feat(devtools): add support for Angular elements 2020-03-11 09:53:34 -04:00