-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits on Jan 29, 2024
-
change injection for more idiomatic angular
Configuration menu - View commit details
-
Copy full SHA for 303cc19 - Browse repository at this point
Copy the full SHA 303cc19View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f64891 - Browse repository at this point
Copy the full SHA 7f64891View commit details -
feat(environment): add development environment configuration
This commit adds the development environment configuration file that went missing during commit e0e9e4c.
Configuration menu - View commit details
-
Copy full SHA for e70955b - Browse repository at this point
Copy the full SHA e70955bView commit details -
feat(html-loader): Update logic for loading HTML content
- 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.
Configuration menu - View commit details
-
Copy full SHA for fe39505 - Browse repository at this point
Copy the full SHA fe39505View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 303f2ae - Browse repository at this point
Copy the full SHA 303f2aeView commit details
Commits on Feb 23, 2024
-
refactor(web)!: Further update to components
Updated statements and signals per Angular 17 upgrades.
Configuration menu - View commit details
-
Copy full SHA for 529008b - Browse repository at this point
Copy the full SHA 529008bView commit details -
feat(package.json): add SSL flag to dev script
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`.
Configuration menu - View commit details
-
Copy full SHA for ea830cd - Browse repository at this point
Copy the full SHA ea830cdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.