Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 4bd5f8c

Browse files
committed
test: format all files
1 parent 24e513d commit 4bd5f8c

File tree

216 files changed

+1913
-2219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+1913
-2219
lines changed

.github/ISSUE_TEMPLATE/Bug.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ about: Something is broken in Angular Universal
77
Please follow the below issue template. Issues not following the issue template will be closed.
88
Please provide _as much detail as possible_ in as minimal a reproduction as possible. This means no/only one third-party
99
libraries, no application-specific code, etc. Essentially, we're looking for an `ng new` project with maybe one
10-
additional file/change. If this is not possible, please look deeper into your issue or post it to StackOverflow
10+
additional file/change. If this is not possible, please look deeper into your issue or post it to StackOverflow
1111
for support. This is a bug/feature tracker, meaning that something is actively _missing or broken_ in Angular Universal.
1212
Anything else does not belong on this forum.
1313

@@ -18,7 +18,9 @@ issues for `window is not defined` and other hiccups when adopting Angular Unive
1818
# 🐞 Bug report
1919

2020
#### What modules are related to this issue?
21+
2122
<!-- ✍️edit: -->
23+
2224
- [ ] aspnetcore-engine
2325
- [ ] builders
2426
- [ ] common
@@ -35,13 +37,14 @@ issues for `window is not defined` and other hiccups when adopting Angular Unive
3537
<!-- ✍️--> A clear and concise description of the problem...
3638

3739
## 🔬 Minimal Reproduction
40+
3841
<!--
3942
Simple steps to reproduce this bug.
4043
4144
Please include: commands run (including args), packages added, related code changes.
4245
43-
If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
44-
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.
46+
If reproduction steps are not enough for reproduction of your issue, please create a minimal GitHub repository with the reproduction of the issue.
47+
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.
4548
Share the link to the repo below along with step-by-step instructions to reproduce the problem, as well as expected and actual behavior.
4649
4750
Issues that don't have enough info and can't be reproduced will be closed.
@@ -50,14 +53,15 @@ You can read more about issue submission guidelines here: https://github.com/ang
5053
-->
5154

5255
## 🔥 Exception or Error
56+
5357
<pre><code>
5458
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
5559
<!-- ✍️-->
5660

5761
</code></pre>
5862

59-
6063
## 🌍 Your Environment
64+
6165
<pre><code>
6266
<!-- run `ng version` and paste output below -->
6367
<!-- ✍️-->

.github/ISSUE_TEMPLATE/Feature_Request.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@ name: 🚀 Feature Request
33
about: You have an idea that you'd like to be implemented in Angular Universal
44
---
55

6-
76
# 🚀 Feature request
87

9-
108
#### What modules are relevant for this feature request?
9+
1110
<!-- ✍️edit: -->
11+
1212
- [ ] aspnetcore-engine
1313
- [ ] builders
1414
- [ ] common
1515
- [ ] express-engine
1616
- [ ] hapi-engine
1717

1818
### Description
19-
<!-- ✍️--> A clear and concise description of the problem or missing capability...
2019

20+
<!-- ✍️--> A clear and concise description of the problem or missing capability...
2121

2222
### Describe the solution you'd like
23-
<!-- ✍️--> If you have a solution in mind, please describe it.
2423

24+
<!-- ✍️--> If you have a solution in mind, please describe it.
2525

2626
### Describe alternatives you've considered
27+
2728
<!-- ✍️--> Have you considered any alternative solutions or workarounds?

.github/ISSUE_TEMPLATE/Proposal.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
name: 🤔 Proposal
33
about: You have a proposal for a change in Angular Universal
44
---
5+
56
# Proposal
67

78
#### What is the summary of the proposal?
89

9-
1010
#### What is the proposal?
1111

12-
13-
#### Is there anything else we should know?
12+
#### Is there anything else we should know?

.github/PULL_REQUEST_TEMPLATE/Improvement.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
name: ⚙ Improvement
33
about: You have made an improvement to Angular Universal
44
---
5+
56
## PR Checklist
7+
68
Please check if your PR fulfills the following requirements:
79

810
- [ ] The commit message follows our guidelines: https://github.com/angular/universal/blob/master/CONTRIBUTING.md#commit
911
- [ ] Tests for the changes have been added (for bug fixes / features)
1012
- [ ] Docs have been added / updated (for bug fixes / features)
1113

12-
1314
## PR Type: Bugfix
1415

1516
## What is the current behavior?
17+
1618
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
1719

1820
Issue Number: N/A
1921

20-
2122
## What is the new behavior?
2223

23-
2424
## Does this PR introduce a breaking change?
25+
2526
```
2627
[ ] Yes
2728
[ ] No
2829
```
2930

3031
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
3132

32-
33-
## Other information
33+
## Other information

.github/PULL_REQUEST_TEMPLATE/New_Feature.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@
22
name: 🎉 New Feature
33
about: You have implemented new functionality that you want to make part of Angular Universal
44
---
5+
56
## PR Checklist
7+
68
Please check if your PR fulfills the following requirements:
79

810
- [ ] The commit message follows our guidelines: https://github.com/angular/universal/blob/master/CONTRIBUTING.md#commit
911
- [ ] Tests for the changes have been added (for bug fixes / features)
1012
- [ ] Docs have been added / updated (for bug fixes / features)
1113

12-
1314
## PR Type: New Feature
1415

15-
1616
## What is the new behavior?
1717

18-
1918
## Does this PR introduce a breaking change?
19+
2020
```
2121
[ ] Yes
2222
[ ] No
2323
```
2424

2525
<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
2626

27-
28-
## Other information
27+
## Other information

.ng-dev/merge.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ import { release } from './release';
77
* Configuration for the merge tool in `ng-dev`. This sets up the labels which
88
* are respected by the merge script (e.g. the target labels).
99
*/
10-
export const merge: DevInfraMergeConfig['merge'] = async api => {
10+
export const merge: DevInfraMergeConfig['merge'] = async (api) => {
1111
return {
1212
githubApiMerge: {
1313
default: 'rebase',
14-
labels: [
15-
{pattern: 'squash commits', method: 'squash'},
16-
],
14+
labels: [{ pattern: 'squash commits', method: 'squash' }],
1715
},
1816
claSignedLabel: 'cla: yes',
1917
mergeReadyLabel: /^action: merge(-assistance)?/,

BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
exports_files(["angular-metadata.tsconfig.json"])
2-
31
package(default_visibility = ["//visibility:public"])
2+
3+
exports_files(["angular-metadata.tsconfig.json"])

0 commit comments

Comments
 (0)