chore: publish all draft Angular articles#30
Merged
Conversation
Copilot created this pull request from a session on behalf of
llccing
June 2, 2026 08:22
View session
There was a problem hiding this comment.
Pull request overview
This PR publishes the previously-unpublished Angular article set by flipping the frontmatter flag from draft: true to draft: false across all 20 markdown posts under src/content/blog/frontend/angular/.
Changes:
- Set
draft: falsein the frontmatter of all 20 Angular blog posts to make them publicly visible. - No content/body changes; only publishing status is updated.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/content/blog/frontend/angular/zoneless-with-zoneless-hybrid.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/zoneless-preview.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/v17-change-detection.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/v17-builders.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/understanding-effects.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/tree-shakable-as-default.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/signals-subscriptions.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/resources-as-signals.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/private-fields-downleveling.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/performance-for-repeaters.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/lazy-loading-mockable.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/input-setters-caveats.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/defer-part2.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/defer-part1.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/cldr-angular.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/cd-coalescing.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/animations-async.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/angular-memory-leak.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/angular-input-output-asymmetry.md | Publish article by setting draft: false. |
| src/content/blog/frontend/angular/angular-declarative-templating.md | Publish article by setting draft: false. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
All 20 Angular blog posts under
src/content/blog/frontend/angular/were indraft: truestate and unpublished. This sets them all todraft: false.draft: true→draft: falsein frontmatter of all 20 Angular articles