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
Learn the fundamentals you need to know to start building amazing apps with Ionic Framework.
Learn the basics of navigation inside your app with Ionic and Angular Router
Learn about using Ionic lifecycle events in class components and with hooks
Learn about using Modules or Standalone Components in Ionic.