-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: angular-courses-lab/angular-tutorials
base: v21
head repository: angular-courses-lab/angular-tutorials
compare: main
- 10 commits
- 15 files changed
- 1 contributor
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f55cdf6 - Browse repository at this point
Copy the full SHA f55cdf6View commit details
Commits on Mar 2, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0f652e7 - Browse repository at this point
Copy the full SHA 0f652e7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for f874990 - Browse repository at this point
Copy the full SHA f874990View commit details
Commits on Mar 11, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 168a7f5 - Browse repository at this point
Copy the full SHA 168a7f5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 360be7c - Browse repository at this point
Copy the full SHA 360be7cView commit details
Commits on Mar 12, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5eaf780 - Browse repository at this point
Copy the full SHA 5eaf780View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 19866bf - Browse repository at this point
Copy the full SHA 19866bfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1e7dcdf - Browse repository at this point
Copy the full SHA 1e7dcdfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d4c9d87 - Browse repository at this point
Copy the full SHA d4c9d87View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dd16ba4 - Browse repository at this point
Copy the full SHA dd16ba4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v21...main