Posts Tagged "Angular 7"

Build page using Ionic 4 CLI

How to use the new Ionic CLI, and the new Router

With the new CLI in IONIC 4, we have the possibility to use console commands to create new pages, components, directives, and services. Let’s see some examples: Create page: ionic g page User Create a new Service: ionic g service
Read More