Posts

Showing posts with the label Node

Seamless Data Navigation: Utilizing Angular Routing for Displaying Detailed Data on Separate Pages (Part 2) in Your Angular-15 Ionic-7 App

Image
Welcome to Part 2 of our series, "My First Angular-15 Ionic-7 App"! In this installment, we'll dive into the exciting world of Angular routing and learn how to display data details on separate pages in our app. Routing plays a crucial role in creating a seamless and organized user experience. By utilizing Angular's powerful routing capabilities, we can navigate between different sections of our app and display detailed information on separate pages.

Building the Foundation: Setting Up Your First Angular-15 Ionic-7 App with Bottom App Navigation

Image
To begin a new ionic app, I started off with an external terminal ‘Windows Powershell’ to write initial commands. First I started off by making sure I have the right NodeJS version. I used the node -v command to check my node version which is: v18.15.0 . If I didn’t have node, I would’ve gone to Download | Node.js (nodejs.org) website to download and install the recommended stable version.