We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 17 ships with a new build system based on ESM, esbuild and vite, and this is the default system used for new applications.
To allow consumers to benefit from this, we need to migrate to Ionics standalone components as detailed here: https://ionicframework.com/docs/angular/build-options#overview
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
The contributor who wants to implement this issue should:
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered:
rsreimer
Successfully merging a pull request may close this issue.
Describe the enhancement
Angular 17 ships with a new build system based on ESM, esbuild and vite, and this is the default system used for new applications.
To allow consumers to benefit from this, we need to migrate to Ionics standalone components as detailed here:
https://ionicframework.com/docs/angular/build-options#overview
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Refinement
Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered: