Skip to content

Commit f338c31

Browse files
ZhmenZHsergeimelnik1980github-actions[bot]Alexveselunandsonjosef
authored
update master (#295)
* fix: banner image and images on blog page (#277) * feat(ci): add automerge * feat(hotfix): the year on the footer updated * fix automerge * change github token * revert github token * Feat: implemented cookie consent banner * feat: removed unused code * feat: fixed comments * fix: triggering google analytics on the route after allowing cookies * feat(article): added node rust friendship blog * fix: redirect to 404 page after accept cookie (#291) * Update development with latest changes (#293) * feat(route-pages): created privacy-policy page (#271) (#272) * feat(route-pages): created privacy-policy page * feat(route-pages): fixed comments * fix: banner image and images on blog page (#277) (#278) * Feat: implemented cookie consent banner (#287) * fix: banner image and images on blog page (#277) * feat(ci): add automerge * feat(hotfix): the year on the footer updated * fix automerge * change github token * revert github token * Feat: implemented cookie consent banner * feat: removed unused code * feat: fixed comments * fix: triggering google analytics on the route after allowing cookies --------- Co-authored-by: Sergey Melnik <sergey.melnik@valor-software.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Yankevych <alexveselun@gmail.com> Co-authored-by: Sergei Melnik <sergei.melnik1980@gmail.com> * feat(article) added article Node Rust. Friendship Forever. (#290) * fix: banner image and images on blog page (#277) * feat(ci): add automerge * feat(hotfix): the year on the footer updated * fix automerge * change github token * revert github token * Feat: implemented cookie consent banner * feat: removed unused code * feat: fixed comments * fix: triggering google analytics on the route after allowing cookies * feat(article): added node rust friendship blog --------- Co-authored-by: Danyl Zhmyrov <33990613+ZhmenZH@users.noreply.github.com> Co-authored-by: Sergey Melnik <sergey.melnik@valor-software.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sergei Melnik <sergei.melnik1980@gmail.com> Co-authored-by: danyaZh <reus11fan@gmail.com> --------- Co-authored-by: Andson Josef <andson.josef@gmail.com> Co-authored-by: Sergei Melnik <sergey.melnik@valor-software.com> Co-authored-by: Caio Rolla <caiioocesar@outlook.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Yankevych <alexveselun@gmail.com> Co-authored-by: Sergei Melnik <sergei.melnik1980@gmail.com> Co-authored-by: Oleksandr Yankevych <82472610+Alexveselun@users.noreply.github.com> --------- Co-authored-by: Sergey Melnik <sergey.melnik@valor-software.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Yankevych <alexveselun@gmail.com> Co-authored-by: Sergei Melnik <sergei.melnik1980@gmail.com> Co-authored-by: Andson Josef <andson.josef@gmail.com> Co-authored-by: Caio Rolla <caiioocesar@outlook.com> Co-authored-by: Oleksandr Yankevych <82472610+Alexveselun@users.noreply.github.com>
1 parent e070831 commit f338c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/valor-software-site/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ export class AppComponent implements OnDestroy, AfterViewInit {
115115

116116
private redirectTo(uri: string): void {
117117
this.router.navigateByUrl('/', { skipLocationChange: true })
118-
.then(() => this.router.navigate([uri]));
118+
.then(() => this.router.navigateByUrl(uri));
119119
}
120120
}

0 commit comments

Comments
 (0)