Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.11 KB

overview.md

File metadata and controls

46 lines (33 loc) · 2.11 KB
title sidebar_label
Ionic Angular Overview
Overview
<title>Ionic Angular Overview | Angular Version Support and Tooling</title>

import DocsCard from '@components/global/DocsCard'; import DocsCards from '@components/global/DocsCards';

@ionic/angular combines the core Ionic experience with the tooling and APIs that are tailored to Angular Developers.

Angular Version Support

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 Tooling

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

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.