ionic-team / angular-toolkit

Angular Schematics and Builders for `@ionic/angular` apps.
MIT License
69 stars 31 forks source link

feat: use Ionic standalone components #504

Closed liamdebeasi closed 10 months ago

liamdebeasi commented 10 months ago

Support for generating standalone components and pages was added in https://github.com/ionic-team/angular-toolkit/commit/5523f7a8b891b86a0db0ab7781529211cd6a9d83. However, this work used the lazy loaded build of Ionic via IonicModule since Ionic standalone components did not exist yet.

Now that Ionic standalone components have been released, I'd like to update the page/component generation to use Ionic standalone components instead of IonicModule.

Note: You may encounter a waitForAsync syntax error when testing. This is fixed in https://github.com/ionic-team/angular-toolkit/pull/505.

closes #500