Skip to content
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

Update Web App to Angular 17.1 #155

Merged
merged 7 commits into from
Feb 23, 2024
Merged

Update Web App to Angular 17.1 #155

merged 7 commits into from
Feb 23, 2024

Conversation

SakuraIsayeki
Copy link
Owner

  • Updated wowskarma.app to Angular 17.1
  • Partially refactored inputs and simpler RXJS code to Angular Signals + interop
  • Various semantic HTML updates

spencernaugler7 and others added 5 commits January 29, 2024 08:52
change injection for more idiomatic angular
This commit adds the development environment configuration file that went missing during commit e0e9e4c.
- Updated the template syntax to use single quotes instead of double quotes.
- Replaced the deprecated `mergeMap` and `switchMap` operators with `computed` and `firstValueFrom`.
- Removed unused imports and variables.
- Added error handling for cases where the path is not provided.
@SakuraIsayeki SakuraIsayeki added enhancement New feature or request javascript Pull requests that update Javascript code Web Related to Web App development labels Feb 9, 2024
Updated statements and signals per Angular 17 upgrades.
The dev script in package.json has been updated to include the `--ssl true` flag. This enables SSL support when running the development server using `ng serve`.
@SakuraIsayeki SakuraIsayeki marked this pull request as ready for review February 23, 2024 18:49
@SakuraIsayeki SakuraIsayeki merged commit 1b45030 into develop Feb 23, 2024
3 checks passed
@SakuraIsayeki SakuraIsayeki deleted the angular_upgrade branch February 23, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code Web Related to Web App development
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants