Migrate to Angular 20 and move away from nx#10
Merged
darthsharp merged 14 commits intomainfrom Nov 24, 2025
Merged
Conversation
Deleted the Angular Tofu Showcase app, CI build setup, and associated configurations, including components, tests, and ESLint/Jest configurations. This cleanup removes unused code and streamlines the repository structure.
Introduced additional log statements to output the latest Git tag and its parsed version in the `get-version-from-git` action, improving traceability and debugging.
…tion Updated versioning logic to correctly increment the build number for two-part versions (`x.y`) instead of requiring three parts (`x.y.z`). Added an error check for invalid formats.
… action Modified the `get-version-from-git` action to append `-prerelease` to the version for branches other than `main`. This ensures version clarity for prerelease builds.
Added logic to calculate the number of commits since the latest Git tag and use this count for the patch version in two-part version strings. This improves versioning accuracy for incremental builds.
Corrected the variable name for `commitCountSinceTag` in the two-part version logic to ensure proper version computation.
Replaced unused script with explicit build steps for `angular-tofu` and `angular-tofu-showcase`. Added a new step for running unit tests in headless Chrome with code coverage enabled.
Introduced a new `MoreComponent` with its template, styles, and spec file. Integrated `provideZonelessChangeDetection` into tests and updated routing to include `MoreComponent`. Commented unused code in `AboutComponent`.
Extracted build logic into a reusable `build-projects` action. Updated existing workflows (`release`, `main`, and `integration`) to use this action, improving maintainability and consistency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.