ionic-team / ionic-cli

The Ionic command-line interface
MIT License
1.99k stars 640 forks source link

[Minor] Standalone pages should not import IonicModule #5077

Open Ookamini95 opened 3 months ago

Ookamini95 commented 3 months ago

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