diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 92ff253..1b1603d 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -4,9 +4,10 @@
diff --git a/src/app/about/about.component.ts b/src/app/about/about.component.ts
index 37b0869..fe268e9 100644
--- a/src/app/about/about.component.ts
+++ b/src/app/about/about.component.ts
@@ -3,6 +3,7 @@ import { SEOService } from '../_services/seo.service';
import { RequestComponent } from '../request/request.component';
import { ReviewsComponent } from '../reviews/reviews.component';
import { NgFor } from '@angular/common';
+import { Router } from '@angular/router';
@Component({
selector: 'about',
@@ -14,7 +15,7 @@ import { NgFor } from '@angular/common';
export class AboutComponent {
- constructor(private seo:SEOService){}
+ constructor(private router:Router, private seo:SEOService){}
public act: number = 1;
@@ -62,4 +63,8 @@ export class AboutComponent {
hide(i:number){
return i!=this.act
}
+
+ contacts(){
+ this.router.navigate(['/contacts']).then()
+ }
}
diff --git a/src/app/app.component.html b/src/app/app.component.html
index 0bc79f7..3413575 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -12,22 +12,22 @@
Разработка
Проекты
Контакты
- Создай свой Qr-code
+
+7 (499) 490-04-65
-
-