This project demonstrates how to use Angular 17 features with the latest versions of Ionic Framework.
- Ionic UI Components as Standalone Components
- Angular 17 Control Flow
- Route Parameter Binding
- RxJs
- Inline Overlays
- ESBuild
Check out the live demo of My Ionic App here DEMO LINK
If you haven’t already, install the Ionic CLI globally using npm:
npm install -g @ionic/cli
git clone https://github.com/maxim2310/ionic_angular_gallery.git
Navigate to your project folder and install the local dependencies
npm install
ionic serve