ionic-team / ionic-team/ionic-cli
[Minor] Standalone pages should not import IonicModule
Open
triage
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 682
- PR merge metrics
- No merged PRs in 30d
Description
**Description:**
Standalone pages should not import IonicModule and should import the standalone variant from '@ionic/angular/standalone'.
This leads to several bugs in the android version and possibly in the iOS version.
**Steps to Reproduce:**
ionic g page
**Output:**
A new standalone page with IonicModule
Contributor guide
Assessment
This issue has not been assessed yet.