Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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