We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1654788 + 6a4747d commit a31eaf0Copy full SHA for a31eaf0
projects/dxc-ngx-cdk-site/src/app/app.component.ts
@@ -62,7 +62,9 @@ export class AppComponent {
62
}
63
64
selectVersion(value) {
65
- window.location.href = this.versions.find((v) => v.label === value).url;
+ window.location.href = this.versions.find(
66
+ (v) => v.label === value.value
67
+ ).url;
68
69
70
isArrowVisible = (page: string) => (page === "components" ? false : true);
0 commit comments