Adding the Roster Page

Learn how to build a page from scratch in an Ionic and Angular application.

We'll cover the following...

By now, you should be comfortable adding Ionic tags into a page, but you have not created a new page from scratch yet. You will tackle that now, by creating what will arguably be the most complicated page in the application.

Creating the page

To create a new Ionic page, you can use either the Ionic CLI or the Angular CLI. One of the things I like best about using Angular with Ionic is the rich templating that Angular brings to the table.

Ionic delegates much of its command-line operations to the underlying Angular ...