Skip to main content
Version: v7

Ionic Angular の概要

@ionic/angular はcore Ionic experienceに、Angular開発者向けにカスタマイズされたツールとAPIを組み合わせたものです。

Angularバージョンサポート

Ionic v7はAngular v14+をサポートしています。アップグレード戦略の一環として、Angularにはアップグレードを自動化するためのツールが組み込まれており、APIに変更があった際には開発者にフィードバックを提供します。これにより、アップデートの手間を減らし、エコシステムを最新の状態に保つことができます。

Angular Tooling

Ionic4以降では、アプリケーション構築とルーティングのために公式のAngularスタックが使用されているため、あなたのアプリケーションはAngularエコシステムと同じように利用できます。更に独自の機能が必要な場合には、Ionicは@ionic/angular-toolkitを提供します。、これは official Angular CLI を構築して統合し、@ionic/angular アプリ固有の機能を提供します。

Resources

Getting Started

Learn the fundamentals you need to know to start building amazing apps with Ionic Framework.

Navigation

Learn the basics of navigation inside your app with Ionic and Angular Router

Lifecycle

Learn about using Ionic lifecycle events in class components and with hooks