Routing and Navigation Basic Angular Router configuration Create a routing module that is ‚visible‘ to all components in your app With Angular CLI With Ionic Match URL paths to Pages/Components app-routing.modules.ts Update routing module imports and exports app-routing.modules.ts Do not forget to import the routing module to you main app […]
Ionic 4
Working on Android Start emulator Show logfile messages Run on Device Working on iOS List available devices Run on Emulator Run on Device
Sources for this tutorial are here. Preparation Clone the example Starting from new Before starting, make sure that you are using the current ionic version.If you are new to ionic , then look here for an installation guide. Create App Add a new page for our calculator Add new page […]
Tutorial AngularFirebase – Routine Basics Routing for tabs based apps Angular – Observables Angular – RXJS Tutorial Learning edupal: Ionic
Prepare environment Install nvm and Node Change to users home and create users’s profile .bash_profile (if not exist) Download nvm install script and run it. The installation script also modifies the users’s profile .bash_profile Run users’s profile, so nvm will be installed. This ist done automatically after login. Install latest Node […]
In this blog, we will discus the steps to add additional content (pages, components) to your existing app. We will start with the App From Scratch we create here. Preparation Configure Visual Studio Code First, we will configure Visual Studio Code to show only the desired folders for this tutorial. […]
Vorbereitung / Installation Hier findet ihr die genaue Beschreibung Erstellen einer JSON Datei ionic-migration.json Migration durchführen
Prepare your starter App Change into the newly create folder and start the Ionic App You will see the default Ionic Sidemenu App The entries of the sSidemenu are defined in app.components.ts: The sidemenu itself and his apperance are defined in app.component.html: The Sidemenu entries and the Icon are added […]
Prepare Environment Install Node.JS Install Ionic 4 Create an app from Template Introduction: First App Prepare the base App Create basic structure from template Some name changing To keep the structure of the filenames the same, i like to change the name for the routing module (changing the dash to […]