https://github.com/mdecker-mobilecomputing/ionic_wenndann
Simple Ionic app to demonstrate usage of structural directive *ngIf.
https://github.com/mdecker-mobilecomputing/ionic_wenndann
ionic
Last synced: 2 months ago
JSON representation
Simple Ionic app to demonstrate usage of structural directive *ngIf.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_wenndann
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2020-12-01T17:30:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T18:31:31.000Z (over 5 years ago)
- Last Synced: 2025-02-24T00:27:05.010Z (over 1 year ago)
- Topics: ionic
- Language: TypeScript
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic-App "Wenn-Dann" #
Simple [Ionic](https://ionicframework.com) app to demonstrate usage of structural directives `*ngIf` and `ngSwitch`.
----
## Screenshots ##
 
 
----
## Run the app locally ##
Prerequisite: NPM package [`@ionic/cli`](https://www.npmjs.com/package/@ionic/cli) must be installed globally.
**Steps:**
1. Clone the repository.
2. Open shell in root folder of cloned repository and execute `npm install`.
3. To run app locall in browser execute `ionic serve`.
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.