2018-11-02 09:58:20 -04:00
|
|
|
---
|
2021-04-30 13:35:26 -04:00
|
|
|
name: "Bug Report"
|
2018-11-02 09:58:20 -04:00
|
|
|
about: Report a bug in the Angular Framework
|
|
|
|
---
|
2021-04-30 13:35:26 -04:00
|
|
|
<!--
|
2018-11-02 09:58:20 -04:00
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
Oh hi there!
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
To expedite issue processing please search open and closed issues before submitting a new one.
|
|
|
|
Existing issues often contain information about workarounds, resolution, or progress updates.
|
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
-->
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
# Bug Report
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
### Affected Package
|
|
|
|
<!-- Can you pin-point one or more @angular/* packages as the source of the bug? -->
|
2021-04-30 13:35:26 -04:00
|
|
|
<!-- edit: --> The issue is caused by package @angular/....
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
|
|
|
|
### Is this a regression?
|
|
|
|
|
|
|
|
<!-- Did this behavior use to work in the previous version? -->
|
2021-04-30 13:35:26 -04:00
|
|
|
<!-- edit: --> Yes, the previous version in which this bug was not present was: ....
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
|
|
|
|
### Description
|
2021-04-30 13:35:26 -04:00
|
|
|
<!-- edit: --> A clear and concise description of the problem...
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
## Minimal Reproduction
|
2018-11-02 09:58:20 -04:00
|
|
|
<!--
|
2020-05-19 05:32:04 -04:00
|
|
|
Please create and share minimal reproduction of the issue starting with this template: https://stackblitz.com/fork/angular-ivy
|
2018-11-02 09:58:20 -04:00
|
|
|
-->
|
2021-04-30 13:35:26 -04:00
|
|
|
<!-- edit: --> https://stackblitz.com/...
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
<!--
|
2019-02-28 08:41:36 -05:00
|
|
|
If StackBlitz is not suitable for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
|
2020-05-19 05:32:04 -04:00
|
|
|
A good way to make a minimal reproduction is to create a new app via `ng new repro-app` and add the minimum possible code to show the problem.
|
2019-02-28 08:41:36 -05:00
|
|
|
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
|
2018-12-11 18:41:28 -05:00
|
|
|
|
|
|
|
Issues that don't have enough info and can't be reproduced will be closed.
|
|
|
|
|
2021-03-17 14:46:58 -04:00
|
|
|
You can read more about issue submission guidelines here: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#submit-issue
|
2018-11-02 09:58:20 -04:00
|
|
|
-->
|
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
## Exception or Error
|
2018-11-02 09:58:20 -04:00
|
|
|
<pre><code>
|
|
|
|
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
|
|
|
|
|
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
## Your Environment
|
2018-11-02 09:58:20 -04:00
|
|
|
|
|
|
|
**Angular Version:**
|
|
|
|
<pre><code>
|
|
|
|
<!-- run `ng version` and paste output below -->
|
|
|
|
|
|
|
|
</code></pre>
|
|
|
|
|
|
|
|
**Anything else relevant?**
|
2021-04-30 13:35:26 -04:00
|
|
|
<!-- Is this a browser specific issue? If so, please specify the browser and version. -->
|
2018-11-02 09:58:20 -04:00
|
|
|
|
2021-04-30 13:35:26 -04:00
|
|
|
<!-- Do any of these matter: operating system, IDE, package manager, HTTP server, ...? If so, please mention it below. -->
|