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

Commits on Jan 29, 2024

  1. upgrade to angular v17.

    change injection for more idiomatic angular
    spencernaugler7 authored and SakuraIsayeki committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    303cc19 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    7f64891 View commit details
    Browse the repository at this point in the history
  2. feat(environment): add development environment configuration

    This commit adds the development environment configuration file that went missing during commit e0e9e4c.
    SakuraIsayeki committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e70955b View commit details
    Browse the repository at this point in the history
  3. 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.
    SakuraIsayeki committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fe39505 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    303f2ae View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. refactor(web)!: Further update to components

    Updated statements and signals per Angular 17 upgrades.
    SakuraIsayeki committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    529008b View commit details
    Browse the repository at this point in the history
  2. 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`.
    SakuraIsayeki committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ea830cd View commit details
    Browse the repository at this point in the history