-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Insights: angular/angular
Overview
Could not load contribution data
Please try again later
4 Releases published by 2 people
-
20.1.8
published
Aug 20, 2025 -
20.2.0
published
Aug 20, 2025 -
21.0.0-next.0
published
Aug 20, 2025 -
20.2.1
published
Aug 21, 2025
21 Pull requests merged by 4 people
-
fix(forms): ensure pending status propagates to parent
#63333 merged
Aug 22, 2025 -
build(forms): restore api golden generation
#63336 merged
Aug 22, 2025 -
docs(forms): address feedback on #63293
#63322 merged
Aug 22, 2025 -
perf(forms): enable tree shaking of unused errors and properties
#63298 merged
Aug 21, 2025 -
feat(forms): allow setting custom error message
#63314 merged
Aug 21, 2025 -
fix(forms): minor cleanup for disabled API
#63318 merged
Aug 21, 2025 -
docs: release notes for the v20.2.1 release
#63306 merged
Aug 21, 2025 -
Bump version to "v20.2.1" with changelog.
#63305 merged
Aug 21, 2025 -
feat(forms): add support for binding to select
#63300 merged
Aug 20, 2025 -
refactor(forms): relocate the signal based forms implementation
#63255 merged
Aug 20, 2025 -
Bump version to "v21.0.0-next.0" with changelog.
#63282 merged
Aug 20, 2025 -
docs: release notes for the v20.2.0 release
#63280 merged
Aug 20, 2025 -
Bump version to "v20.2.0" with changelog.
#63278 merged
Aug 20, 2025 -
docs: release notes for the v20.1.8 release
#63276 merged
Aug 20, 2025 -
Bump version to "v20.1.8" with changelog.
#63275 merged
Aug 20, 2025 -
Review pass & fixup of the control directive & related code
#63068 merged
Aug 19, 2025 -
feat(forms): add error summaries to fields
#63067 merged
Aug 19, 2025 -
feat(forms): add associated field to all validation errors
#63148 merged
Aug 19, 2025 -
fix(forms): align FieldPath type with implementation
#63100 merged
Aug 19, 2025 -
refactor(forms): reduce
FieldState
API to a minimal set of properties#63228 merged
Aug 18, 2025 -
refactor(forms): fix typo in class name
#63150 merged
Aug 18, 2025
26 Pull requests opened by 15 people
-
docs(docs-infra): mark properties as readonly if they shouldn't change
#63200 opened
Aug 17, 2025 -
style(adev): replace code editor colors with higher contranst, more f…
#63215 opened
Aug 18, 2025 -
refactor(animations): remove dependency on `@angular/common`
#63248 opened
Aug 19, 2025 -
refactor(platform-browser): escape appID in Emulated DOM renderer.
#63252 opened
Aug 19, 2025 -
refactor(http): rework the `HttpEvent` union to improve narrowing.
#63267 opened
Aug 20, 2025 -
refactor(devtools): double the Angular app detection attempts
#63271 opened
Aug 20, 2025 -
feat(forms): Add signal-based forms
#63293 opened
Aug 20, 2025 -
build(devtools): add hermetic release build environment
#63302 opened
Aug 21, 2025 -
build: simplify pnpm scripts in package.json
#63310 opened
Aug 21, 2025 -
feat(upgrade): add Signal model() support in downgradeComponent
#63317 opened
Aug 21, 2025 -
refactor(forms): Explicitly specify FormRecord in AbstractControl
#63320 opened
Aug 21, 2025 -
docs: update to new standalone default behavior
#63329 opened
Aug 22, 2025 -
feat(common): Expose `NgComponentOutlet` outputs.
#63330 opened
Aug 22, 2025 -
build: update cross-repo angular dependencies (main)
#63338 opened
Aug 22, 2025 -
build: update cross-repo angular dependencies (20.2.x)
#63339 opened
Aug 22, 2025 -
fix(form): set select value after option renders
#63340 opened
Aug 22, 2025 -
fix(core): Prevent an error on cleanup when an `rxResource` `stream` threw before returning an `Observable`
#63342 opened
Aug 22, 2025 -
build: update dependency aspect_bazel_lib to v2.21.1 (main)
#63343 opened
Aug 23, 2025 -
build: update all non-major dependencies (main)
#63344 opened
Aug 23, 2025 -
build: update dependency aspect_bazel_lib to v2.21.1 (20.2.x)
#63345 opened
Aug 23, 2025 -
refactor(core): improve linkedSignal type definitions, add debugName
#63346 opened
Aug 23, 2025 -
feat(core): add resource props debug name
#63347 opened
Aug 23, 2025 -
refactor(bazel): reduce build dependencies
#63348 opened
Aug 23, 2025 -
feat(core): Adds selector support to dynamic component creation
#63349 opened
Aug 23, 2025 -
fix(devtools): prevent profiler bars flickering after change detection
#63350 opened
Aug 23, 2025 -
refactor(docs-infra): ensure we're not creating nested anchor elements.
#63352 opened
Aug 24, 2025
143 Issues closed by 10 people
-
typo on https://angular.dev/guide/templates/expression-syntax
#63331 closed
Aug 24, 2025 -
`animate.enter` on new item and `animate.leave` on existing item don't trigger at the same time in `@for`
#63307 closed
Aug 22, 2025 -
nonReactiveReadsFn error when indirect calling httpResource reload method
#63313 closed
Aug 21, 2025 -
Docs: Background color is not inverted in Hierarchical DI doc page
#63308 closed
Aug 21, 2025 -
Supporting [formArray] without a [formGroup] parent
#30264 closed
Aug 21, 2025 -
Regression in 20.2 - New/incorrect build errors with 20.2 - Cannot use "||" with "??" without parentheses
#63287 closed
Aug 21, 2025 -
Hammer tap event doesn't fire after binding sanitized HTML on iOS
#40781 closed
Aug 21, 2025 -
HammerJS pan event triggers change detection too many times
#42569 closed
Aug 21, 2025 -
Each HammerJS event is causing a new HammerJS instance to be created.
#16333 closed
Aug 21, 2025 -
Overriding 'panmove' Hammer event for multitouch does not work
#19666 closed
Aug 21, 2025 -
Click event not firing only once after HammerManager destroyed on IOS
#36338 closed
Aug 21, 2025 -
AfterRenderEffect executes after detectChanges if component has resource
#62846 closed
Aug 20, 2025 -
httpResource on error doesn't trigger the ErrorHandler
#60219 closed
Aug 20, 2025 -
Missed `forwardRef` in providing with self importing
#63239 closed
Aug 20, 2025 -
Animations behaving differently despite equivalent definitions
#18705 closed
Aug 20, 2025 -
`*` token not working in AnimationBuilder
#18749 closed
Aug 20, 2025 -
Content Projection using ngIf causes animations to not work
#18310 closed
Aug 20, 2025 -
Animations - stagger not working in route outlet
#18300 closed
Aug 20, 2025 -
Height on auto only animates some of the time when the child height changes
#18191 closed
Aug 20, 2025 -
[animations] Missing Support for SVG-related Animations
#16427 closed
Aug 20, 2025 -
Leave animation not running in a nested animation of a child component
#15753 closed
Aug 20, 2025 -
broken animations in angular4
#15576 closed
Aug 20, 2025 -
Child routes disappear immediately instead of playing :leave animation
#15477 closed
Aug 20, 2025 -
Way to handle media queries in animation
#14008 closed
Aug 20, 2025 -
Angular 2 RC 4 New Animations not supported in Directives
#9947 closed
Aug 20, 2025 -
[bug core] *ngFor + Touch Issue
#9864 closed
Aug 20, 2025 -
Feature Request: Allow binding expression in style(), keyframes() etc...
#9668 closed
Aug 20, 2025 -
Outer element animates on different timing curve from child
#23144 closed
Aug 20, 2025 -
Animations jump around during router-outlet transitions
#23069 closed
Aug 20, 2025 -
Same route with animation and param
#22399 closed
Aug 20, 2025 -
style binding handling css `calc` function improperly
#21691 closed
Aug 20, 2025 -
[Animations] weird initialisation states
#21386 closed
Aug 20, 2025 -
[Animations] query doesn't work when using the async pipe
#21331 closed
Aug 20, 2025 -
Animation on query :leave does not apply on lazy-loaded children components
#20833 closed
Aug 20, 2025 -
[Animations, Angular 5] inner element is not animated
#20823 closed
Aug 20, 2025 -
Query through components are not working
#20799 closed
Aug 20, 2025 -
[Animations] params not evaluated when transitioning to void state (e.g. ngIf :leave)
#20796 closed
Aug 20, 2025 -
Possibility to have a loop animation, using triggers. [Feature Request]
#20621 closed
Aug 20, 2025 -
Animation state is not reapplied
#20036 closed
Aug 20, 2025 -
NoopAnimationsModule animation callbacks NOT in right order
#19891 closed
Aug 20, 2025 -
Can't pass parameters in template to animation
#19866 closed
Aug 20, 2025 -
Sorting an array displayed with ngForOf applies void animation state to some elements
#19855 closed
Aug 20, 2025 -
Leave animation triggers child ngOnDestroy immediately
#19826 closed
Aug 20, 2025 -
component host element removal is delayed when animation module is added to project
#19742 closed
Aug 20, 2025 -
Can we hope to have this common animation scenario solved in version 5 ?
#18939 closed
Aug 20, 2025 -
Route Transition no longer working if loaded component has animation trigger
#18923 closed
Aug 20, 2025 -
Animation using `display` in `query` not working
#18895 closed
Aug 20, 2025 -
NgFor with animations displays incorrectly if NgFor array elements are reordered in-place
#18847 closed
Aug 20, 2025 -
ngIf transition inside another animated element does not work
#18794 closed
Aug 20, 2025 -
AnimationPlayer instance can only be used once
#18789 closed
Aug 20, 2025 -
useAnimation params doesn't support query and stagger params
#30678 closed
Aug 20, 2025 -
SVG animate tag don't work in ng-content with ngIf
#30280 closed
Aug 20, 2025 -
Navigation with custom Animation and :Increment :decrement does not work as expected
#29216 closed
Aug 20, 2025 -
After a reorder animation states doesn't get detected correctly
#28040 closed
Aug 20, 2025 -
Animation: Automatic property calculation ('!') not working when using AnimationPlayer/AnimationBuilder
#28002 closed
Aug 20, 2025 -
Angular animation - nested animation inside *ngIf performance problem
#27905 closed
Aug 20, 2025 -
State transition to void triggered for animated children while still existing in DOM
#27754 closed
Aug 20, 2025 -
Angular inconsistently animates children
#27568 closed
Aug 20, 2025 -
Animations: animateChild() fails to run child transitions when using state() with '*' star style
#27245 closed
Aug 20, 2025 -
animation for :decrement is not executing inside *ngFor
#26667 closed
Aug 20, 2025 -
AnimationBuilder query returns zero elements when ":enter" or ":leave" is used
#26612 closed
Aug 20, 2025 -
Boolean animation states not converted to strings in AnimationEvent
#26507 closed
Aug 20, 2025 -
bug(animations): Element rendered twice when animated
#26133 closed
Aug 20, 2025 -
AnimationPlayer sometimes throws
#26095 closed
Aug 20, 2025 -
Animated child node's state is set to "void" when its parent is moved as a result of sorting.
#26078 closed
Aug 20, 2025 -
Animation trigger with params won't work without a value
#25588 closed
Aug 20, 2025 -
@angular/animations. incoherent and inconsistent behavior when animating divs
#25447 closed
Aug 20, 2025 -
Why reset styles after animating in Angular?
#25397 closed
Aug 20, 2025 -
bug(animations) nested animations don't work properly when switching between states
#25194 closed
Aug 20, 2025 -
Bug(Animations): animation transition :enter delay should delay the appearance of an element
#24292 closed
Aug 20, 2025 -
bug happened when animations work with ng-content
#24041 closed
Aug 20, 2025 -
Animations - child element triggers not performing easing
#23939 closed
Aug 20, 2025 -
Animation callbacks fire even if the animation itself is not performed
#23535 closed
Aug 20, 2025 -
Parent ngIf not respecting child's animation to finish before parent is removed from DOM
#23302 closed
Aug 20, 2025 -
Animated elements with structural directives are duplicated when moving parent between ViewContainerRefs
#45773 closed
Aug 20, 2025 -
Animation not working correctly with Angular routing and component reusing (caching)
#45381 closed
Aug 20, 2025 -
:enter and :leaving animations of children with triggers are asymmetric/confusing/unclear
#45058 closed
Aug 20, 2025 -
Angular animation not properly encapsulated from child component
#44792 closed
Aug 20, 2025 -
Animating opacity on :enter doesn't work with a video element that is playing
#40949 closed
Aug 20, 2025 -
Feature Request: Improve error messages regarding animation-related attributes on special elements
#44747 closed
Aug 20, 2025 -
[Animations] :enter / :leave animations are triggered incorrectly for reordered items
#40752 closed
Aug 20, 2025 -
Angular Element DOM node is removed from DOM when an Angular Element is readded/reconnected
#38962 closed
Aug 20, 2025 -
Component's `animations` property should be of type `AnimationTriggerMetadata[]` instead of `any[]`
#38287 closed
Aug 20, 2025 -
[Ivy] Animation events @trigger.start and @trigger.done are emitted after ngOnDestroy
#37971 closed
Aug 20, 2025 -
Ivy: Animation events removed when node's position is changed
#37895 closed
Aug 20, 2025 -
Ivy: :leave animations trigger when navigating away from component
#36530 closed
Aug 20, 2025 -
Inline CSS from Angular Animations lost when reattaching Route Snapshot
#36401 closed
Aug 20, 2025 -
Invalid animations when moving ViewRef between ViewContainerRef
#35959 closed
Aug 20, 2025 -
Enter and leave animations don't behave as expected with parent-child relationships
#35825 closed
Aug 20, 2025 -
`animateChild` invoke disabled child animation in group
#35558 closed
Aug 20, 2025 -
Angular IVY Animation issue - element is not getting removed
#35270 closed
Aug 20, 2025 -
A unit test for a component with an animation does not behave as expected, failing the test
#35026 closed
Aug 20, 2025 -
unexpected transition happened with router change after calling applicationRef.attachView
#34718 closed
Aug 20, 2025 -
[Animations]: Animating from current style, not initial one
#34367 closed
Aug 20, 2025 -
Add will-change property to elements that are animated
#33623 closed
Aug 20, 2025 -
Using AnimationBuilder makes element unresponsive
#33353 closed
Aug 20, 2025 -
Moving routing animation into parent breaks child sequence order
#32430 closed
Aug 20, 2025 -
Animation using query and stagger doesn't properly animate from height: '*'
#31520 closed
Aug 20, 2025 -
provideAnimationsAsync breaks leave animation applied to component host via HostBinding
#59027 closed
Aug 20, 2025 -
Animations not working for ViewEncapsulation.ShadowDom.
#58172 closed
Aug 20, 2025 -
Certain hierarchies of animated components don't work
#58081 closed
Aug 20, 2025 -
SSR + animations: animated element must be pre-rendered in its initial state rather than final
#57111 closed
Aug 20, 2025 -
[@.disabled]="undefined" attribute assumes "true" value and disables the animation
#56732 closed
Aug 20, 2025 -
:leave animation in route child breaks route transition
#56232 closed
Aug 20, 2025 -
Animation transform scale not working correctly
#56231 closed
Aug 20, 2025 -
Template update does not work correctly when using the animation module `BrowserAnimationsModule`
#56123 closed
Aug 20, 2025 -
Animation in not active material mat-tab makes animated element get stuck in the DOM
#54690 closed
Aug 20, 2025 -
Create or define type for animation transition input
#54185 closed
Aug 20, 2025 -
Parent :leave animation breaks the state of child animation
#54172 closed
Aug 20, 2025 -
Animation has a bug when value update occurs within 2020ms
#53756 closed
Aug 20, 2025 -
ngIf with animation, nested in ngFor, create clones of itself, when item is reordered "upwards"
#53492 closed
Aug 20, 2025 -
Broken Animation State when ViewRef is detached/re-inserted in ViewContainer
#52895 closed
Aug 20, 2025 -
":enter" and ":leave" animations conflicting when the latter starts while the former is still running
#51471 closed
Aug 20, 2025 -
Element loses animation style on route animation
#51472 closed
Aug 20, 2025 -
Providing animations in route's providers duplicates elements of component
#50670 closed
Aug 20, 2025 -
Route animation selectors stop working as soon as createComponent + attachView are called
#48807 closed
Aug 20, 2025 -
Better way to declare non-animatable properties inside animation's metadata
#49049 closed
Aug 20, 2025 -
Animations - Adding a Dev warning for wrongly applied `state`s
#48625 closed
Aug 20, 2025 -
[Feature] Add Component Life-cycle Hook `ngOnElementDestroy` for Better Animations
#48224 closed
Aug 20, 2025 -
Animation skips state transition triggered by RouterOutlet deactivate=>activate
#47284 closed
Aug 20, 2025 -
False positive warnings about not animatable properties
#46928 closed
Aug 20, 2025 -
HMR: TemplateRef is not defined
#63240 closed
Aug 20, 2025 -
Provide alternative to [@.disabled] for new animate syntax.
#63161 closed
Aug 20, 2025 -
Docs should mention removal of rejectErrors option from toSignal in Angular 20
#63245 closed
Aug 19, 2025 -
Error message for NG0303 only mentions decorator-based inputs
#62319 closed
Aug 19, 2025 -
BUG/Feature: support for query(:leave), query(:enter) in new animation API
#63238 closed
Aug 19, 2025 -
Create application ref for each custom component
#61752 closed
Aug 19, 2025 -
DevTools: Provide support for signals
#50944 closed
Aug 18, 2025 -
Provide hostbinding for (animate.enter) and (animate.leave) events
#63199 closed
Aug 18, 2025 -
Support synchronous application creation by rejecting async `APP_INITIALIZERS`
#63135 closed
Aug 18, 2025 -
(animate.enter) and (animate.leave)
#63127 closed
Aug 18, 2025 -
Add before classes to animate.enter and animate.leave
#63106 closed
Aug 18, 2025 -
Http interceptor called more than once when used in template with single http call + toSignal
#63208 closed
Aug 18, 2025 -
Could not resolve "@angular/animations/browser"
#63206 closed
Aug 18, 2025
12 Issues opened by 11 people
-
Breaks Migration overview card block
#63351 opened
Aug 24, 2025 -
`rxResource` abort callback throws when stream function threw before returning an `Observable`
#63341 opened
Aug 22, 2025 -
multiple ng-content throws error in template
#63321 opened
Aug 21, 2025 -
ViewProviders are injected into projected content if new flow-syntax is used
#63312 opened
Aug 21, 2025 -
Angular migration fails on workspace projects
#63294 opened
Aug 20, 2025 -
NG0600: Writing to signals is not allowed in a `computed` from `viewChildren()` signal
#63291 opened
Aug 20, 2025 -
Can't access partialText on an HttpProgressEvent unless I cast it first
#63254 opened
Aug 20, 2025 -
Escape `APP_ID` for `ViewEncapsulation.Emulated`
#63251 opened
Aug 19, 2025 -
Fetch backend: error does not include `text`
#63250 opened
Aug 19, 2025 -
feat(resource): make defaultValue accept a callback function instead of a static value
#63241 opened
Aug 19, 2025 -
DevTools signal visualization: Compound signals
#63227 opened
Aug 18, 2025
32 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
fix(core): Fixed inject migration schematics for migrate destructured properties
#62832 commented on
Aug 22, 2025 • 6 new comments -
docs: Add docs SSR RESPONSE_INIT usage
#63195 commented on
Aug 21, 2025 • 2 new comments -
fix(platform-browser): Fixes IsolatedShadowDom encapsulation method
#63131 commented on
Aug 19, 2025 • 2 new comments -
refactor(core): Create a base effect interface and prototype
#62931 commented on
Aug 20, 2025 • 1 new comment -
Refactor/docs viewer
#63167 commented on
Aug 24, 2025 • 0 new comments -
docs(docs-infra): signal property should be readonly
#63166 commented on
Aug 18, 2025 • 0 new comments -
feat(docs-infra): add file explorer tree to the playground editor
#63113 commented on
Aug 20, 2025 • 0 new comments -
feat(common): enable specification of bindings and directives when using ngComponentOutlet
#63101 commented on
Aug 22, 2025 • 0 new comments -
feat(devtools): clean up router tree for stable release
#63081 commented on
Aug 18, 2025 • 0 new comments -
feat(http): Add reponseType property to HttpResponse and HttpErrorRes…
#63043 commented on
Aug 20, 2025 • 0 new comments -
refactor(core): Split consumerBefore/AfterComputation
#62549 commented on
Aug 18, 2025 • 0 new comments -
refactor(core): use version>0 instead of hasRun
#62467 commented on
Aug 21, 2025 • 0 new comments -
fix(elements): return value on signal input getter
#62113 commented on
Aug 21, 2025 • 0 new comments -
refactor(common): drop `X-Request-URL`
#61943 commented on
Aug 22, 2025 • 0 new comments -
fix(elements): custom-element now handle input alias name
#58317 commented on
Aug 21, 2025 • 0 new comments -
Support "selector" option for createComponent
#62458 commented on
Aug 23, 2025 • 0 new comments -
Dependency Dashboard
#63112 commented on
Aug 23, 2025 • 0 new comments -
Resource `hasValue()` is false for a moment when using TransferState cached data, causing hydration to fail
#62897 commented on
Aug 22, 2025 • 0 new comments -
Angular Elements should preserve/forward component methods
#22114 commented on
Aug 22, 2025 • 0 new comments -
Provide example in documentation about ngComponentOutletContent
#58061 commented on
Aug 21, 2025 • 0 new comments -
There is no way to customize the service worker
#63198 commented on
Aug 21, 2025 • 0 new comments -
@for(ID of IDs; track ID) and NG0956 - provide a way to prevent warning when tracking by item is legit scenario
#56471 commented on
Aug 21, 2025 • 0 new comments -
Feature Request: debounce in ngModelOptions
#19705 commented on
Aug 21, 2025 • 0 new comments -
Order of ngModel & onModelChange
#11234 commented on
Aug 20, 2025 • 0 new comments -
Support for builtin custom elements
#63174 commented on
Aug 20, 2025 • 0 new comments -
resource does not recognize HttpErrorResponse as error
#61861 commented on
Aug 19, 2025 • 0 new comments -
[platform-server]: support shadow DOM and custom elements
#48746 commented on
Aug 18, 2025 • 0 new comments -
Host binding usages of signals via content projection not displayed in signal graph
#62984 commented on
Aug 18, 2025 • 0 new comments -
Transition Angular from the whole-program compilation to localized compilation
#43165 commented on
Aug 18, 2025 • 0 new comments -
docs: Syntax highlighting in editor could be improved
#52654 commented on
Aug 18, 2025 • 0 new comments -
`ngComponentOutlet` input/output/two-way binding + directives
#63099 commented on
Aug 18, 2025 • 0 new comments -
fixture.whenStable does not resolve with pending resource/rxResource
#60742 commented on
Aug 17, 2025 • 0 new comments