ionic-cli
ionic-cli copied to clipboard
[Minor] Standalone pages should not import IonicModule
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