Skip to content

Commit 1752862

Browse files
JeanMecheAndrewKushnir
authored andcommitted
refactor(devtools): Router viz is only from 20.3.5 onward (#64415)
This is following some updated in #64411 PR Close #64415
1 parent 338ac3b commit 1752862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/projects/ng-devtools/src/lib/devtools-tabs/router-tree/router-tree.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h2 class="router-title">Routes Details</h2>
163163
<div class="unsupported-version">
164164
<p>
165165
Router tree visualization is available for Angular applications using the latest Angular
166-
20.2.x release and above. Please upgrade your application to Angular 20.2.x or newer to use
166+
20.3.5 release and above. Please upgrade your application to Angular 20.3.5 or newer to use
167167
this feature.
168168
</p>
169169
</div>

devtools/projects/ng-devtools/src/lib/devtools-tabs/router-tree/router-tree.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('RouterTreeComponent', () => {
109109
const unsupportedMsg = fixture.nativeElement.querySelector('.unsupported-version');
110110
expect(unsupportedMsg).toBeTruthy();
111111
expect(unsupportedMsg.textContent).toContain(
112-
'Router tree visualization is available for Angular applications using the latest Angular 20.2.x release and above.',
112+
'Router tree visualization is available for Angular applications using the latest Angular 20.3.5 release and above.',
113113
);
114114
});
115115
});

0 commit comments

Comments
 (0)