Skip to content

chore: publish all draft Angular articles#30

Merged
llccing merged 1 commit into
mainfrom
copilot/analyze-draft-articles
Jun 2, 2026
Merged

chore: publish all draft Angular articles#30
llccing merged 1 commit into
mainfrom
copilot/analyze-draft-articles

Conversation

Copilot AI commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

All 20 Angular blog posts under src/content/blog/frontend/angular/ were in draft: true state and unpublished. This sets them all to draft: false.

  • Change: draft: truedraft: false in frontmatter of all 20 Angular articles
-draft: true
+draft: false

@llccing llccing left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

@llccing llccing marked this pull request as ready for review June 2, 2026 08:23
Copilot AI review requested due to automatic review settings June 2, 2026 08:23
@llccing llccing merged commit ae122e8 into main Jun 2, 2026
@llccing llccing deleted the copilot/analyze-draft-articles branch June 2, 2026 08:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: false in 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants