Pawel Kozlowski

Results 26 issues of Pawel Kozlowski

### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description Adding proper `trackBy` to `ngFor` loops is one of the most...

feature
area: common
area: core

The store function is only used in pipe implementation and should not be exposed as an instruction.

state: WIP
area: core

This PR fixes GC memory numbers reported by benchpress, where previously reported amount was always 0. ## The problem To understand the fix we need to look into all the...

area: benchpress
action: review

GC and render events can happen _while_ running scripts as well as outside of the script blocks. The new metric entries capture both the gc and render time happening in...

feature
area: benchpress
action: review
target: minor
detected: feature

This commit improves the forwardRef typings for better type safety and inference.

area: core
target: patch
action: global presubmit

Today we've got `npm start` that runs WebPack's dev server. We should also have a task that prepares artifacts to be deployed using any web server. `npm build` or something

@johnlindquist could you add live templates to the git repo? I think that plugin was built & published from local live templates, not checked in in the repo. This would...

@johnlindquist since you are shopping for ideas, I think adding auto-completion for event-handlers (ng-click etc.) would be awesome. Basically I would like to see a list of methods defined on...

Use the OnPush change detection strategy in more components to improve performance and enable zoneless in the future.

action: review
target: patch
area: adev