Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular-courses-lab/angular-tutorials
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21
Choose a base ref
...
head repository: angular-courses-lab/angular-tutorials
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 1 contributor

Commits on Nov 25, 2025

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

Commits on Mar 2, 2026

  1. fix: update Kapa widget website ID in CustomHead component

    - Changed the data-website-id attribute for the Kapa widget to ensure proper functionality and tracking.
    - This update aligns with the latest requirements for the widget integration.
    geromegrignon committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    0f652e7 View commit details
    Browse the repository at this point in the history
  2. fix: update Kapa widget website ID in CustomHead component

    - Changed the data-website-id attribute to a new value for improved functionality and tracking of the Kapa widget.
    - This update ensures compliance with the latest integration requirements.
    geromegrignon committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    f874990 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. fix: update form validation and button styles across task management …

    …documentation
    
    - Increased the minimum length requirement for the task description from 1 to 3 characters to enhance data integrity.
    - Updated button class from 'btn-danger' to 'btn-error' for consistency in error handling across the delete task functionality.
    - Corrected the section title from '@if Controlf Flow syntax' to '@if Control Flow syntax' for accuracy in documentation.
    geromegrignon committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    168a7f5 View commit details
    Browse the repository at this point in the history
  2. feat: add "Next Steps" section to documentation and configuration

    - Introduced a new "Next Steps" link in the Astro configuration to guide users after course completion.
    - Created a new documentation file outlining further learning opportunities and project ideas to enhance user engagement and application of concepts learned.
    geromegrignon committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    360be7c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. fix: make task ID optional in TypeScript interface documentation

    - Updated the Task interface to make the 'id' property optional, enhancing flexibility in task management implementations.
    geromegrignon committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    5eaf780 View commit details
    Browse the repository at this point in the history
  2. fix: update getting started and task listing documentation

    - Revised instructions in the "Getting Started" section to clarify the replacement of content in the app.html file.
    - Removed outdated steps regarding the RouterOutlet import in app.ts for accuracy.
    - Updated the task listing documentation to reflect changes in the displayed content in the browser.
    geromegrignon committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    19866bf View commit details
    Browse the repository at this point in the history
  3. fix: streamline task form implementation in documentation

    - Removed unnecessary OnInit implementation from the TaskForm class to simplify the code structure.
    - Updated the form handling in the task-form documentation to reflect the use of FormGroup and FormControl for better form management.
    - Adjusted references to the Router and task submission to enhance clarity and accuracy in the task management documentation.
    geromegrignon committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    1e7dcdf View commit details
    Browse the repository at this point in the history
  4. fix: correct form reference in task creation documentation

    - Updated the task creation documentation to use `this.form.value` instead of `this.taskForm.value` for consistency and accuracy in form handling.
    geromegrignon committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    d4c9d87 View commit details
    Browse the repository at this point in the history
  5. fix: simplify button implementation in task creation documentation

    - Removed the unnecessary click event binding from the submit button in the task creation form for clarity and to streamline the code.
    geromegrignon committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    dd16ba4 View commit details
    Browse the repository at this point in the history
Loading