Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhzl/ionic4-start-a1
ionic4 start with blank
https://github.com/hhzl/ionic4-start-a1
ionic-framework ionic4
Last synced: about 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:18:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T00:27:25.520Z (almost 2 years ago)
- Topics: ionic-framework, ionic4
- Language: TypeScript
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
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-modeBefore
learn-mode
After adding back button
learn-mode
home.page.html
choose mode
learn mode
practice modeAdd 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