|
1 |
| -> Please provide us with the following information: |
2 |
| -> --------------------------------------------------------------- |
3 |
| -
|
4 |
| -### OS? |
5 |
| -> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?) |
| 1 | +<!-- |
| 2 | +IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING |
| 3 | +--> |
| 4 | +### Bug Report or Feature Request (mark with an `x`) |
| 5 | +- [ ] bug report -> please search issues before submitting |
| 6 | +- [ ] feature request |
6 | 7 |
|
7 | 8 |
|
8 | 9 | ### Versions.
|
9 |
| -> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here: |
| 10 | +<!-- |
| 11 | +Output from: `ng --version`. |
| 12 | +If nothing, output from: `node --version` and `npm --version`. |
| 13 | + Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?) |
| 14 | +--> |
10 | 15 |
|
11 | 16 |
|
12 | 17 | ### Repro steps.
|
13 |
| -> Was this an app that wasn't created using the CLI? What change did you do on your code? etc. |
| 18 | +<!-- |
| 19 | +Simple steps to reproduce this bug. |
| 20 | +Please include: commands run, packages added, related code changes. |
| 21 | +A link to a sample repo would help too. |
| 22 | +--> |
14 | 23 |
|
15 | 24 |
|
16 | 25 | ### The log given by the failure.
|
17 |
| -> Normally this include a stack trace and some more information. |
| 26 | +<!-- Normally this include a stack trace and some more information. --> |
| 27 | + |
| 28 | + |
| 29 | +### Desired functionality. |
| 30 | +<!-- |
| 31 | +What would like to see implemented? |
| 32 | +What is the usecase? |
| 33 | +--> |
18 | 34 |
|
19 | 35 |
|
20 | 36 | ### Mention any other details that might be useful.
|
| 37 | +<!-- Please include a link to the repo if this is related to an OSS project. --> |
21 | 38 |
|
22 |
| -> --------------------------------------------------------------- |
23 |
| -> Thanks! We'll be in touch soon. |
|
0 commit comments