Ionic Angular Overview | Ionic Framework
@ionic/angular brings the full power of the Ionic Framework to Angular developers. It offers seamless integration with the Angular ecosystem, so you can build high-quality cross-platform apps using familiar Angular tools, components, and best practices. You also get access to Ionic's extensive UI library and native capabilities.
Ionic Angular v8 supports Angular versions 16 and above. For detailed information on supported versions and our support policy, see the Ionic Angular Support Policy.
Ionic uses the official Angular stack for building apps and routing, so your app can fall in line with the rest of the Angular ecosystem. In cases where more opinionated features are needed, Ionic provides @ionic/angular-toolkit, which builds and integrates with the official Angular CLI and provides features that are specific to @ionic/angular apps.
Capacitor is the official cross-platform runtime for Ionic Angular, enabling your apps to run natively on iOS, Android, and the web with a single codebase.
Before you begin, make sure you have Node.js (which includes npm) installed on your machine.
$ npm install -g @ionic/cli
$ ionic start myApp tabs --type angular
$ cd myApp
$ ionic serve █