WrenchService removed
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { Router } from '@angular/router';
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
import {WrenchService} from "../../services/wrench.service";
|
||||
|
||||
@Component({
|
||||
selector: 'app-slider',
|
||||
@@ -8,7 +7,7 @@ import {WrenchService} from "../../services/wrench.service";
|
||||
styleUrls: ['./slider.page.scss'],
|
||||
})
|
||||
export class SliderPage implements OnInit {
|
||||
|
||||
signupCountry:any;
|
||||
option = {
|
||||
slidesPerView: 1.0,
|
||||
centeredSlides: true,
|
||||
@@ -18,10 +17,8 @@ export class SliderPage implements OnInit {
|
||||
}
|
||||
|
||||
constructor(
|
||||
private wrenchService: WrenchService,
|
||||
private router: Router
|
||||
) { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
@@ -36,7 +33,4 @@ export class SliderPage implements OnInit {
|
||||
onStartScan() {
|
||||
this.router.navigate(['startscan']);
|
||||
}
|
||||
signupCountry:any;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user