ionic-angular
Installation
SKILL.md
Ionic + Angular App Guidelines
This is a SKILL file, NOT a project. Never run
npm installhere. When creating a new project, ask for the project path or scaffold in a separate directory (e.g.~/Projects/<app>).
When to consult these references
Project setup:
- Create a new Angular Ionic project: new-app.md
- Project structure (folder layout): project-structure.md
- App configuration (
main.ts,app.config.ts): app-config.md - Routing (lazy
loadComponent, tabs): routing.md
Pages and navigation: