This project demonstrates how to use Angular 17 features with the latest versions of Ionic Framework and Capacitor to build a cross-platform app.
- Ionic UI Components as Standalone Components
- Angular 17 Control Flow
- Route Parameter Binding
- Signals
- Inline Overlays
- ESBuild
This app uses The Movie Database API to load data.
You can sign up to get an API key here.
Once you have your API key, edit the environment.ts
in the src/environments
and insert your API key!
Install the dependencies and run the app in the browser:
npm install
ionic serve
This repository was created with the Angular 17.0.0-rc.1