- App to display an image on a simple Ionic card, using the Ionic framework with Angular.
- Tutorial code from Paul Halliday - see 👏 Inspiration below.
- Note: to open web links in a new window use: ctrl+click on link
- Updated to the latest Angular & Ionic versions, all dependencies updated
- App creates HTML markup that can be re-used in the Vue Framework version of this app.
- Nearly identical HTML mark-up is used in a React version of this app
- Load dependencies using
npm i
, - To start the server on localhost://8100 type: 'ionic serve'
- Simple template html ion-card
<ion-card>
<img src="../../assets/mountains.jpg" />
<ion-card-header>
<ion-card-title>Isn't it great?</ion-card-title>
<ion-card-subtitle>Look at this view!</ion-card-subtitle>
</ion-card-header>
<ion-card-content>
Although it does look cold.
</ion-card-content>
</ion-card>
- Responsive card with mountain view image
- Status: Working.
- To-do: add functionality
- This project is licensed under the terms of the MIT license.
- Repo created by ABateman, email: gomezbateman@yahoo.com