Click action tested
This commit is contained in:
@@ -19,10 +19,10 @@
|
|||||||
</ion-label>
|
</ion-label>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<ion-item href="#">
|
<ion-item>
|
||||||
<ion-input placeholder="Enter Input"></ion-input>
|
<ion-input placeholder="Enter Code or Name"></ion-input>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
|
||||||
<ion-button expand="block">Continue</ion-button>
|
<ion-button expand="block" (click)="getCodePage()">Continue</ion-button>
|
||||||
</ion-card>
|
</ion-card>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from "@angular/core";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-start',
|
selector: "app-start",
|
||||||
templateUrl: './start.page.html',
|
templateUrl: "./start.page.html",
|
||||||
styleUrls: ['./start.page.scss'],
|
styleUrls: ["./start.page.scss"],
|
||||||
})
|
})
|
||||||
export class StartPage implements OnInit {
|
export class StartPage implements OnInit {
|
||||||
|
constructor() {}
|
||||||
|
|
||||||
constructor() { }
|
ngOnInit() {}
|
||||||
|
getCodePage() {
|
||||||
ngOnInit() {
|
alert("we stsrt here");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user