angularathens / 2nd-workshop-angular-contrib

2nd workshop on how to contribute to Angular
4 stars 1 forks source link

support(core): add reproduction for issue #38409 #19

Closed bampakoa closed 3 years ago

bampakoa commented 4 years ago

Follow the steps below to provide reproduction steps for issue https://github.com/angular/angular/issues/38409:

  1. Create a GitHub repository that reproduces the problem mentioned in the issue.
  2. Add a proper comment to the issue stating the link of your repository.
gkalpak commented 3 years ago

If possible, it is preferrable to create reproductions in StackBlitz. For issues that cannot be reproduced in StackBlitz (e.g. issues involvinf ServiceWorkers, server-side rendering, a specific build configuration, etc.), you can create a GitHub repository with a minimal project that reproduces the issue.

vtsiris commented 3 years ago

shall I take this one?

gkalpak commented 3 years ago

For reference, here is the reproduction: https://github.com/angular/angular/issues/38409#issuecomment-708527610

Thx, @vtsiris 👏

Closing this issue, since it has been successfully addressed.