The Application UI
Find out how to template and theme the ionic-animations application.
We'll cover the following...
We'll cover the following...
Templating the home page
Now that the logic for the home page component is in place, we need to link the custom animation logic to the page template.
In the ionic-animations/src/app/pages/home/home.page.html file, we make the following amendments (highlighted):
Here, we add the following elements:
- A
<div>tag on line 11 that