chintankavathia
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") -...
`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...
### 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...
**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...
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: -...
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...
**What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) -...
removed unnecessary transform calculations for scrolling header along with body scroll. **What kind of change does this PR introduce?** (check one with "x") - [ ] Bugfix - [ ]...