angular/angular
These skills were imported into SkillJury from the public skills ecosystem.
reference-core
This document outlines the architecture and mental model for packages/core , the heart of the Angular framework.
reference-signal-forms
The packages/forms/signals directory contains an experimental, signal-based forms API for Angular. This system differs significantly from the existing Reactive and Template-driven forms.
adev-writing-guide
This skill provides comprehensive guidelines for authoring content in adev/src/content . It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices.
reference-compiler-cli
The packages/compiler-cli package contains the Angular Compiler (Ivy), often referred to as ngtsc . It is a wrapper around the TypeScript compiler ( tsc ) that extends it with Angular-specific capabilities.