-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f54388
commit a37c6ca
Showing
24 changed files
with
181 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 2 additions & 6 deletions
8
cats/src/app/tab1/tab1.page.html → cats/src/app/cats/cats.page.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<ion-header [translucent]="true"> | ||
<ion-toolbar> | ||
<ion-title> | ||
Tab 1 | ||
</ion-title> | ||
<ion-title>cats</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
|
||
<ion-content [fullscreen]="true"> | ||
<ion-header collapse="condense"> | ||
<ion-toolbar> | ||
<ion-title size="large">Tab 1</ion-title> | ||
<ion-title size="large">cats</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
|
||
<app-explore-container name="Tab 1 page"></app-explore-container> | ||
</ion-content> |
File renamed without changes.
13 changes: 6 additions & 7 deletions
13
cats/src/app/tab1/tab1.page.spec.ts → cats/src/app/cats/cats.page.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
import { FormsModule } from '@angular/forms'; | ||
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/angular/standalone'; | ||
|
||
@Component({ | ||
selector: 'app-cats', | ||
templateUrl: './cats.page.html', | ||
styleUrls: ['./cats.page.scss'], | ||
standalone: true, | ||
imports: [IonContent, IonHeader, IonTitle, IonToolbar, CommonModule, FormsModule] | ||
}) | ||
export class CatsPage implements OnInit { | ||
|
||
constructor() { } | ||
|
||
ngOnInit() { | ||
} | ||
|
||
} |
8 changes: 2 additions & 6 deletions
8
cats/src/app/tab3/tab3.page.html → ...c/app/informations/informations.page.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<ion-header [translucent]="true"> | ||
<ion-toolbar> | ||
<ion-title> | ||
Tab 3 | ||
</ion-title> | ||
<ion-title>informations</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
|
||
<ion-content [fullscreen]="true"> | ||
<ion-header collapse="condense"> | ||
<ion-toolbar> | ||
<ion-title size="large">Tab 3</ion-title> | ||
<ion-title size="large">informations</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
|
||
<app-explore-container name="Tab 3 page"></app-explore-container> | ||
</ion-content> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { ComponentFixture, TestBed } from '@angular/core/testing'; | ||
import { InformationsPage } from './informations.page'; | ||
|
||
describe('InformationsPage', () => { | ||
let component: InformationsPage; | ||
let fixture: ComponentFixture<InformationsPage>; | ||
|
||
beforeEach(() => { | ||
fixture = TestBed.createComponent(InformationsPage); | ||
component = fixture.componentInstance; | ||
fixture.detectChanges(); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(component).toBeTruthy(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
import { FormsModule } from '@angular/forms'; | ||
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/angular/standalone'; | ||
|
||
@Component({ | ||
selector: 'app-informations', | ||
templateUrl: './informations.page.html', | ||
styleUrls: ['./informations.page.scss'], | ||
standalone: true, | ||
imports: [IonContent, IonHeader, IonTitle, IonToolbar, CommonModule, FormsModule] | ||
}) | ||
export class InformationsPage implements OnInit { | ||
|
||
constructor() { } | ||
|
||
ngOnInit() { | ||
} | ||
|
||
} |
8 changes: 2 additions & 6 deletions
8
cats/src/app/tab2/tab2.page.html → cats/src/app/supporters/supporters.page.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<ion-header [translucent]="true"> | ||
<ion-toolbar> | ||
<ion-title> | ||
Tab 2 | ||
</ion-title> | ||
<ion-title>supporters</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
|
||
<ion-content [fullscreen]="true"> | ||
<ion-header collapse="condense"> | ||
<ion-toolbar> | ||
<ion-title size="large">Tab 2</ion-title> | ||
<ion-title size="large">supporters</ion-title> | ||
</ion-toolbar> | ||
</ion-header> | ||
|
||
<app-explore-container name="Tab 2 page"></app-explore-container> | ||
</ion-content> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import { ComponentFixture, TestBed } from '@angular/core/testing'; | ||
import { SupportersPage } from './supporters.page'; | ||
|
||
describe('SupportersPage', () => { | ||
let component: SupportersPage; | ||
let fixture: ComponentFixture<SupportersPage>; | ||
|
||
beforeEach(() => { | ||
fixture = TestBed.createComponent(SupportersPage); | ||
component = fixture.componentInstance; | ||
fixture.detectChanges(); | ||
}); | ||
|
||
it('should create', () => { | ||
expect(component).toBeTruthy(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
import { FormsModule } from '@angular/forms'; | ||
import { IonContent, IonHeader, IonTitle, IonToolbar } from '@ionic/angular/standalone'; | ||
|
||
@Component({ | ||
selector: 'app-supporters', | ||
templateUrl: './supporters.page.html', | ||
styleUrls: ['./supporters.page.scss'], | ||
standalone: true, | ||
imports: [IonContent, IonHeader, IonTitle, IonToolbar, CommonModule, FormsModule] | ||
}) | ||
export class SupportersPage implements OnInit { | ||
|
||
constructor() { } | ||
|
||
ngOnInit() { | ||
} | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,36 @@ | ||
<ion-tabs> | ||
<ion-tab-bar slot="bottom"> | ||
<ion-tab-button tab="tab1" href="/tabs/tab1"> | ||
<ion-icon aria-hidden="true" name="triangle"></ion-icon> | ||
<ion-label>Tab 1</ion-label> | ||
<ion-tab-button | ||
tab="supporters" | ||
href="/tabs/supporters" | ||
> | ||
<ion-icon | ||
aria-hidden="true" | ||
name="people" | ||
></ion-icon> | ||
<ion-label>サポーター</ion-label> | ||
</ion-tab-button> | ||
|
||
<ion-tab-button tab="tab2" href="/tabs/tab2"> | ||
<ion-icon aria-hidden="true" name="ellipse"></ion-icon> | ||
<ion-label>Tab 2</ion-label> | ||
<ion-tab-button | ||
tab="cats" | ||
href="/tabs/cats" | ||
> | ||
<ion-icon | ||
aria-hidden="true" | ||
name="logo-octocat" | ||
></ion-icon> | ||
<ion-label>地域の猫</ion-label> | ||
</ion-tab-button> | ||
|
||
<ion-tab-button tab="tab3" href="/tabs/tab3"> | ||
<ion-icon aria-hidden="true" name="square"></ion-icon> | ||
<ion-label>Tab 3</ion-label> | ||
<ion-tab-button | ||
tab="informations" | ||
href="/tabs/informations" | ||
> | ||
<ion-icon | ||
aria-hidden="true" | ||
name="information-circle" | ||
></ion-icon> | ||
<ion-label>お知らせ</ion-label> | ||
</ion-tab-button> | ||
</ion-tab-bar> | ||
</ion-tabs> | ||
</ion-tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.