2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix(forms): avoid writing to `name` input on ControlValueAccessor More... about 1 month ago
build: update dependency node to v24.20.0 More... about 1 month ago
docs: correct highlight index for pipe examples in README More... about 1 month ago
docs(core): repoint or drop dead jsperf links in the render3 notes
Kam
More... about 1 month ago
build: point the integration .gitignore comments at live GitHub docs
Kam
More... about 1 month ago
feat(router): stabilize auto cleanup injectors feature More... about 1 month ago
docs: update link/file for JetBrains `AGENTS.md` More... about 1 month ago
refactor(compiler): deduplicate explicitly deferred types to prevent syntax errors When `@Component.deferredImports` maps blocks to arrays of dependencies, an explicitly deferred dependency might be defined in multiple blocks (e.g. `block1: [CmpA], block2: [CmpA]`). Previously, these were appended to the `explicitlyDeferredTypes` array without deduplication. When generating the `setClassMetadataAsync` wrapper for development mode, the compiler used this array to generate callback parameters for dynamic imports. This resulted in duplicate parameter names in the callback signature `(CmpA, CmpA) => { ... }`, which causes an `Uncaught SyntaxError` when V8 parses the module in strict mode. This commit deduplicates `explicitlyDeferredTypes` in the `ngtsc` component handler, and adds a secondary deduplication check in the `r3_class_metadata_compiler` generator to ensure duplicate parameter names are never emitted. More... about 1 month ago
docs(router): Add router resource docs More... about 1 month ago
refactor(devtools): point the .gitignore comment at live GitHub docs
Kam
More... about 1 month ago
docs: update dead links in the contributing docs
Kam
More... about 1 month ago
fix(docs-infra): point the tutorial .gitignore at live GitHub docs
Kam
More... about 1 month ago
build: lock file maintenance More... about 1 month ago
build: update dependency vscode-languageserver-textdocument to v1.0.14 More... about 1 month ago
fix(zone.js): preserve accessor and non-enumerable event listener options More... about 1 month ago
fix(core): cancel stale debounce timers to prevent timer leaks More... about 1 month ago
build: update cypress-io/github-action action to v7.4.3 More... about 1 month ago
build: update bazel dependencies More... about 1 month ago
build: update all non-major dependencies More... about 1 month ago
release: cut the v22.2.0-next.4 release More... about 1 month ago
docs: release notes for the v22.1.4 release More... about 1 month ago
docs: release notes for the v21.2.22 release More... about 1 month ago
docs: release notes for the v20.3.30 release More... about 1 month ago
docs: update cross-repo adev docs More... about 1 month ago
refactor(compiler-cli): index bound directive inputs and outputs in templates More... about 1 month ago
build: update cross-repo angular dependencies More... about 1 month ago
refactor(devtools): convert remaining console calls to the custom log More... about 1 month ago
refactor(compiler): emit any as type argument for ɵɵInjectableDeclaration More... about 1 month ago
build: update mcp-b webmcp dependencies to v5 More... about 1 month ago
release: bump Angular DevTools version to 1.21.0 More... about 1 month ago