Ionic Angular 概述
@ionic/angular
将核心 Ionic 体验与专为 Angular 开发者定制的工具和 API 相结合。
¥@ionic/angular
combines the core Ionic experience with the tooling and APIs that are tailored to Angular Developers.
Angular 版本支持
¥Angular Version Support
Ionic v7 支持 Angular v14+。作为升级策略的一部分,Angular 拥有内置工具来帮助自动升级,并在 API 发生更改时向开发者提供反馈。这减少了更新摩擦并使生态系统保持常青状态。
¥Ionic v7 supports Angular v14+. As part of their upgrade strategy, Angular has built-in tooling to help automate upgrades and provide feedback to developers whenever changes to an API occurred. This reduces update friction and keeps the ecosystem in a evergreen state.
Angular 工具
¥Angular Tooling
在 Ionic 4+ 中,使用了用于构建应用和路由的官方 Angular 堆栈,因此你的应用可以与很棒的 Angular 生态系统的其他部分保持一致。如果需要更多个性化功能,Ionic 提供了 @ionic/angular-toolkit
,它与 官方 Angular CLI 构建和集成,并提供特定于 @ionic/angular
应用的功能。
¥With Ionic 4+, the official Angular stack for building an app and routing are used, so your app can fall in-line with the rest of the great 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.
资源
¥Resources
了解开始使用 Ionic Framework 构建令人惊叹的应用所需的基础知识。
使用 Ionic 和 Angular Router 了解应用内部导航的基础知识
了解如何在类组件中以及通过钩子使用 Ionic 生命周期事件
了解如何在 Ionic 中使用模块或独立组件。