File tree 1 file changed +16
-15
lines changed
1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
2
+ We will close this issue if you don't provide the needed information.
3
+ For feature requests, delete the form below and describe the requirements and use case.
3
4
-->
4
- ### Bug Report or Feature Request (mark with an ` x ` )
5
- ```
6
- - [ ] bug report -> please search issues before submitting
7
- - [ ] feature request
8
- ```
9
5
10
- ### Versions.
6
+ ### Versions
7
+ ```
11
8
<!--
12
9
Output from: `ng --version`.
13
10
If nothing, output from: `node --version` and `npm --version`.
14
11
Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
15
12
-->
13
+ ```
16
14
17
-
18
- ### Repro steps.
15
+ ### Repro steps
19
16
<!--
20
17
Simple steps to reproduce this bug.
21
18
Please include: commands run, packages added, related code changes.
22
19
A link to a sample repo would help too.
23
20
-->
21
+ * Step 1
22
+ * Step 2
23
+ * Step 3
24
24
25
25
26
- ### The log given by the failure.
27
- <!-- Normally this include a stack trace and some more information. -->
28
-
26
+ ### Observed behavior
27
+ ```
28
+ <!-- Normally this includes a stack trace and some more information. -->
29
+ ```
29
30
30
- ### Desired functionality.
31
+ ### Desired behavior
31
32
<!--
32
33
What would like to see implemented?
33
34
What is the usecase?
35
+ What did you expect to see?
34
36
-->
35
37
36
38
37
- ### Mention any other details that might be useful.
38
- <!-- Please include a link to the repo if this is related to an OSS project. -->
39
+ ### Mention any other details that might be useful (optional)
39
40
You can’t perform that action at this time.
0 commit comments