mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
refactor(devtools): Router viz is only from 20.3.5 onward (#64415)
This is following some updated in #64411 PR Close #64415
This commit is contained in:
committed by
Andrew Kushnir
parent
338ac3b2ef
commit
17528628fa
+1
-1
@@ -163,7 +163,7 @@
|
||||
<div class="unsupported-version">
|
||||
<p>
|
||||
Router tree visualization is available for Angular applications using the latest Angular
|
||||
20.2.x release and above. Please upgrade your application to Angular 20.2.x or newer to use
|
||||
20.3.5 release and above. Please upgrade your application to Angular 20.3.5 or newer to use
|
||||
this feature.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -109,7 +109,7 @@ describe('RouterTreeComponent', () => {
|
||||
const unsupportedMsg = fixture.nativeElement.querySelector('.unsupported-version');
|
||||
expect(unsupportedMsg).toBeTruthy();
|
||||
expect(unsupportedMsg.textContent).toContain(
|
||||
'Router tree visualization is available for Angular applications using the latest Angular 20.2.x release and above.',
|
||||
'Router tree visualization is available for Angular applications using the latest Angular 20.3.5 release and above.',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user