Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 859 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 859 Bytes

Ionic with Angular 17 & Standalone Components

This project demonstrates how to use Angular 17 features with the latest versions of Ionic Framework.

Features

  • Ionic UI Components as Standalone Components
  • Angular 17 Control Flow
  • Route Parameter Binding
  • RxJs
  • Inline Overlays
  • ESBuild

Demo

Check out the live demo of My Ionic App here DEMO LINK

Getting Started

1. Install Ionic CLI

If you haven’t already, install the Ionic CLI globally using npm:

npm install -g @ionic/cli

2. Clone th project

git clone https://github.com/maxim2310/ionic_angular_gallery.git

3. Install Dependencies

Navigate to your project folder and install the local dependencies

npm install

4. Run the Development Server

ionic serve