Add Expert Angular Frontend Engineer custom Agent#1300
Open
0x1bitcrack3r wants to merge 3 commits intogithub:stagedfrom
Open
Add Expert Angular Frontend Engineer custom Agent#13000x1bitcrack3r wants to merge 3 commits intogithub:stagedfrom
0x1bitcrack3r wants to merge 3 commits intogithub:stagedfrom
Conversation
Contributor
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1300 --base staged
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This PR adds a comprehensive Angular 19 Expert Frontend Engineer chat mode designed for developers building production-ready applications using Angular's modern architecture, signals-based reactivity, and cutting-edge Angular platform features.
Type of Contribution
Additional Notes
Key Features:
signal(),computed(),effect(),linkedSignal()(Angular 19), and fulltoSignal()/toObservable()RxJS interop@Input()/@Output()/@ViewChildwithinput(),output(),model(),viewChild(), andcontentChild()@if,@for(with requiredtrack),@switch, and@deferwith@placeholder,@loading, and@errorblocks — replacing legacy structural directives entirely@letTemplate Variables (Angular 19) for clean in-template declarations without component class boilerplatelinkedSignal()(Angular 19) for signals that derive from a source but can also be independently overriddenPrerender,Server,Client) and@defer (hydrate on viewport / interaction)(Angular 19)bootstrapApplication, and environment providersprovideZonelessChangeDetection()for maximum performancewithComponentInputBinding(), and lazy-loaded routesFormControl<T>,FormGroup<Schema>, custom validators, and async validationHttpInterceptorFnwithprovideHttpClient(withFetch())takeUntilDestroyed(),toSignal(), andtoObservable()for seamless Observable-to-signal bridgingsignal(),computed(), and.asReadonly()as a lightweight NgRx alternativeisPlatformBrowser(),afterNextRender(), andafterRender()NgOptimizedImagefor automatic LCP image optimization, lazy loading, and width/height enforcementThis chat mode is particularly useful for teams building modern Angular 19 applications that demand performance, scalability, type safety, and design system consistency while adhering to the latest signals-based reactive architecture and standalone component model.
By submitting this pull request, I confirm that my contribution abides by the [Code of Conduct](../CODE_OF_CONDUCT.md) and will be licensed under the MIT License.