This repository was archived by the owner on Feb 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Showing
215 changed files
with
5,202 additions
and
5,534 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,13 @@ | ||
# Editor configuration, see http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
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 |
---|---|---|
@@ -1,27 +1,27 @@ | ||
**I'm submitting a ...** (check one with "x") | ||
**I'm submitting a ...** (check one with "x") | ||
|
||
``` | ||
[ ] bug report => search github for a similar issue or PR before submitting | ||
[ ] feature request | ||
``` | ||
|
||
**Current behavior** | ||
|
||
<!-- Describe how the bug manifests. --> | ||
|
||
**Expected behavior** | ||
|
||
<!-- Describe what the behavior would be without the bug. --> | ||
|
||
**Minimal reproduction of the problem with instructions** | ||
|
||
<!-- | ||
If the current behavior is a bug or you can illustrate your feature request better with an example, | ||
If the current behavior is a bug or you can illustrate your feature request better with an example, | ||
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via | ||
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/hBuPpDLUD9XViGKplzwf). | ||
--> | ||
|
||
|
||
**What is the motivation / use case for changing the behavior?** | ||
|
||
<!-- If this is a feature request --> | ||
<!-- Describe the motivation or the concrete use case --> | ||
|
||
|
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 |
---|---|---|
|
@@ -9,4 +9,5 @@ src/**/*.ngsummary.json | |
src/**/*.d.ts | ||
.vscode | ||
coverage | ||
package-lock.json | ||
package-lock.json | ||
yarn.lock |
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,4 @@ | ||
build/ | ||
dist/ | ||
coverage/ | ||
node_modules/ |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ node_js: | |
services: | ||
- xvfb | ||
|
||
cache: | ||
cache: | ||
yarn: true | ||
directories: | ||
- node_modules | ||
|
Oops, something went wrong.