We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a63e7 commit 528fb8bCopy full SHA for 528fb8b
src/app/app.component.ts
@@ -70,8 +70,8 @@ export class AppComponent {
70
{ name: '2.1', number: 201 },
71
{ name: '2.0', number: 200 },
72
];
73
- from = this.versions.find((version) => version.name === '15.0');
74
- to = this.versions.find((version) => version.name === '16.0');
+ from = this.versions.find((version) => version.name === '16.0');
+ to = this.versions.find((version) => version.name === '17.0');
75
futureVersion = 1800
76
/**
77
* Only save the locale in the URL if it was already there, or the user changed it
0 commit comments