Skip to content

Conversation

prewk
Copy link
Contributor

@prewk prewk commented Oct 17, 2025

  • Fix missing contentChildren() reference
  • Push instructions towards more standalone
  • Update file naming conventions according to Angular's style guide

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot. - Yes, cursory
  • I have run node update-readme.js and verified that README.md is up to date. - Yes, but didn't include its changes because it updated something else (collections/power-bi-development.md and Power BI stuff in README.collections.md)

Description

  • Fix missing contentChildren() reference
  • Push instructions towards more standalone
  • Update file naming conventions according to Angular's style guide

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • Other (please specify): Fixed typos, modernized some things that referenced modules instead of standalone

By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

@Copilot Copilot AI review requested due to automatic review settings October 17, 2025 08:33
Copy link
Contributor

@Copilot Copilot AI left a comment

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 fixes typos and modernizes Angular development instructions to align with current best practices. It addresses a missing function reference, promotes standalone component architecture, and updates testing recommendations.

  • Fixed missing contentChildren() function reference in Angular 19+ signal-based APIs
  • Updated architecture guidance to emphasize standalone components over traditional modules
  • Modernized testing practices by replacing deprecated HttpClientTestingModule with provideHttpClientTesting
  • Enhanced naming convention guidance to acknowledge both old and new Angular conventions

- Fix missing `contentChildren()` reference
- Push instructions towards more standalone
- Update file naming conventions according to Angular's style guide
@aaronpowell aaronpowell merged commit c6ec7f0 into github:main Oct 19, 2025
2 checks passed
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.

2 participants