diff --git a/src/app/start/start.page.html b/src/app/start/start.page.html
index a21f119..5f791ce 100644
--- a/src/app/start/start.page.html
+++ b/src/app/start/start.page.html
@@ -19,10 +19,10 @@
-
-
+
+
- Continue
+ Continue
diff --git a/src/app/start/start.page.ts b/src/app/start/start.page.ts
index e831364..8cfe430 100644
--- a/src/app/start/start.page.ts
+++ b/src/app/start/start.page.ts
@@ -1,15 +1,15 @@
-import { Component, OnInit } from '@angular/core';
+import { Component, OnInit } from "@angular/core";
@Component({
- selector: 'app-start',
- templateUrl: './start.page.html',
- styleUrls: ['./start.page.scss'],
+ selector: "app-start",
+ templateUrl: "./start.page.html",
+ styleUrls: ["./start.page.scss"],
})
export class StartPage implements OnInit {
+ constructor() {}
- constructor() { }
-
- ngOnInit() {
+ ngOnInit() {}
+ getCodePage() {
+ alert("we stsrt here");
}
-
}