logo work
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<ion-item-divider color="light">B</ion-item-divider>
|
<ion-item-divider color="light">B</ion-item-divider>
|
||||||
<ion-item>Bangladesh</ion-item>
|
<ion-item>Bangladesh</ion-item>
|
||||||
<ion-item>Belarus</ion-item>
|
<ion-item>Belarus</ion-item>
|
||||||
<ion-item>Belgium</ion-item>
|
<ion-item (click)="onClickSettings()" >Settings</ion-item>
|
||||||
|
|
||||||
</ion-item-group>
|
</ion-item-group>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
|
import { Router } from '@angular/router';
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-tab3',
|
selector: 'app-tab3',
|
||||||
templateUrl: 'tab3.page.html',
|
templateUrl: 'tab3.page.html',
|
||||||
@@ -7,6 +9,11 @@ import { Component } from '@angular/core';
|
|||||||
})
|
})
|
||||||
export class Tab3Page {
|
export class Tab3Page {
|
||||||
|
|
||||||
constructor() {}
|
constructor(
|
||||||
|
private router: Router
|
||||||
|
) { }
|
||||||
|
|
||||||
|
onClickSettings() {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<ion-tab-button tab="tab2">
|
<ion-tab-button tab="tab2">
|
||||||
<ion-icon name="ellipse"></ion-icon>
|
<ion-icon name="ellipse"></ion-icon>
|
||||||
<ion-label>Tab 2</ion-label>
|
<ion-label>Pages</ion-label>
|
||||||
</ion-tab-button>
|
</ion-tab-button>
|
||||||
|
|
||||||
<ion-tab-button tab="tab3">
|
<ion-tab-button tab="tab3">
|
||||||
|
|||||||
Reference in New Issue
Block a user