-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
[Feature] Refresh the code to latest standards #157
Labels
enhancement
New feature or request
Comments
AmitMY
added a commit
that referenced
this issue
May 20, 2024
AmitMY
added a commit
that referenced
this issue
Dec 14, 2024
* feat(ionic): start migrating to standalone components according to #157 * feat(angular19): start upgrade to angular 19 * feat(angular19): convert components to standalone * feat(angular19): convert components to standalone * fix(angular19): app runs! * before migration * chore(): run standalone component migration * chore(): run inject migration * fix(routes): use main component * lint(): reformat files * fix(): remove IonicModule completely * chore(): update dependencies * feat(settings): add settings page * test(): fix standalone component tests * feat(ng19): remove unused modules * chore(): update dependencies * feat(translate): add logo to translation page * chore(): output signal migration * chore(): update dependencies * fix(tooltip): use module * chore(): update dependencies * chore(): update dependencies * fix(icons): use self closing tags * lint(): use prettier to reformat angular html files * lint(): use prettier to reformat angular html files * lint(): use prettier to reformat angular html files * fix(dependencies): downgrade angular to compile * fkx(icon): add missing icon * chore(): update dependencies * test(): remove failing tests
Now using vite, and converted all components to standalone 8efd6f4 |
We have pre-rendering, but still some issues with ionic - closing in favor of #194 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Our serving quality had regressed as various libraries slowly introduced changes, and optimizations were not taken into account.
Description
esbuild
(https://angular.io/guide/esbuild)Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: