Closed liamdebeasi closed 12 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.
IonicModule
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.
waitForAsync
closes #500
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