What problem does it solve?
Ionic Angular projects often require careful setup to work across standalone (Angular 17+) and NgModule architectures. This skill provides architecture-aware guidance so agents can auto-detect the project type and propose correct bootstrap, routing, and module import patterns.
Core Features & Use Cases
- Auto-detect architecture by inspecting key files (src/main.ts, app.config.ts, app.module.ts) and routing setup.
- Step-by-step guidance for standalone vs NgModule projects, including how to import Ionic components, configure routing, and bootstrap the app.
- Handles lifecycle, forms, navigation, and performance considerations within Ionic Angular workflows.
- Real-world scenarios include migrating an existing NgModule app to standalone, or validating a new standalone project against Ionic best practices.
Quick Start
Analyze a given Ionic Angular project and provide architecture-specific setup guidance for standalone or NgModule configurations.