chintankavathia

Results 21 issues of chintankavathia

Removed @Inputs which are not relevant and has no effect at all. **What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [...

use `ResizeObserver` api to emit visibility change. Also auto recalculate table when table resize by parent containers. **What kind of change does this PR introduce?** (check one with "x") -...

enhancement

`projectableNodes` should allow to pass empty nodes to fallback to default `ng-content` for that placeholder without affecting rendering of remaining nodes. Fixes #57471 ## PR Checklist Please check if your...

area: core

### Which @angular/* package(s) are the source of the bug? elements, core ### Is this a regression? No ### Description With Angular v18 we can now use default fallback content...

area: core
core: content projection

**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...

### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was...

needs triage

allow setting inputs/outputs which are defined on host directive applied to that custom element component. Fixes #53193 ## PR Checklist Please check if your PR fulfills the following requirements: -...

area: elements

BREAKING CHANGE: `emptyMessage` no longer allow passing html to prevent XSS attacks. use slot based content projection `empty-content` for displaying html rich empty content message. **What kind of change does...

bug

**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...

enhancement

removed unnecessary transform calculations for scrolling header along with body scroll. **What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ]...

enhancement