forked from SoCreate/angular-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mgmarlow
authored and
mgmarlow
committed
Jan 2, 2018
1 parent
d231d4e
commit a52583f
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!-- Please provide the following information. --> | ||
|
||
### Versions | ||
``` | ||
<!-- | ||
angular-playground version | ||
--> | ||
``` | ||
|
||
``` | ||
<!-- | ||
Output from: `ng --version`. | ||
--> | ||
``` | ||
|
||
### Repro steps | ||
<!-- | ||
Simple steps to reproduce this bug. | ||
Please include: commands run, packages added, related code changes. | ||
A link to a sample repo would help too. | ||
--> | ||
* Step 1 | ||
* Step 2 | ||
* Step 3 | ||
|
||
### Observed Behavior | ||
``` | ||
<!-- Normally this includes a stack trace and some more information --> | ||
``` | ||
|
||
### Desired Behavior | ||
``` | ||
<!-- | ||
What do you expect to see? | ||
--> | ||
``` | ||
|
||
### Any other details that may be useful (optional) |