mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(devtools): rename selected-component.ts to set-console-reference.ts to better describe usage
This commit is contained in:
parent
1181e4cadc
commit
9f9fcdc128
2 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import { ComponentTreeNode, getLatestComponentState, queryDirectiveForest, updat
|
|||
import { start as startProfiling, stop as stopProfiling } from './observer';
|
||||
import { serializeDirectiveState } from './state-serializer/state-serializer';
|
||||
import { ComponentInspector, ComponentInspectorOptions } from './component-inspector/component-inspector';
|
||||
import { setConsoleReference } from './selected-component';
|
||||
import { setConsoleReference } from './set-console-reference';
|
||||
import { unHighlight } from './highlighter';
|
||||
import {
|
||||
getAngularVersion,
|
||||
|
|
|
|||
Loading…
Reference in a new issue