https://github.com/hhzl/ionic4-start-a1
ionic4 start with blank
https://github.com/hhzl/ionic4-start-a1
ionic-framework ionic4
Last synced: 26 days ago
JSON representation
ionic4 start with blank
- Host: GitHub
- URL: https://github.com/hhzl/ionic4-start-a1
- Owner: hhzl
- Created: 2019-11-29T12:28:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T03:48:15.000Z (over 1 year ago)
- Last Synced: 2025-02-24T07:17:38.826Z (over 1 year ago)
- Topics: ionic-framework, ionic4
- Language: TypeScript
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ionic start ionic4-start-a1 blank --type=angular
ionic generate page pages/choose-mode
ionic generate page pages/learn-mode
ionic generate page pages/practice-mode
Before
learn-mode
After adding back button
learn-mode
home.page.html
choose mode
learn mode
practice mode
Add about-page
ionic generate page pages/about-page
home.page.html
Before
Ionic 4 start a1
After
Ionic 4 start a1
about-page.page.html
Before
About ionic4-start-a1
After
About ionic4-start-a1
home.page.html
Added attributes
expand="block" size="large"
to the ion-buttons.
Added to about-page.page.html