Click action tested
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
|
||||
<ion-item href="#">
|
||||
<ion-input placeholder="Enter Input"></ion-input>
|
||||
<ion-item>
|
||||
<ion-input placeholder="Enter Code or Name"></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-button expand="block">Continue</ion-button>
|
||||
<ion-button expand="block" (click)="getCodePage()">Continue</ion-button>
|
||||
</ion-card>
|
||||
</ion-content>
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user