File tree
38 files changed
+2205
-1419
lines changed- .github/workflows
- samples
- advanced
- modular
- src
- schematics
- add
- deploy
- setup
- update
- v7
- tools
38 files changed
+2205
-1419
lines changedDiff for: .github/workflows/test.yml
+7-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
159 | 158 |
| |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
160 | 166 |
| |
161 | 167 |
| |
162 | 168 |
| |
|
Diff for: package.json
+8-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
55 | 56 |
| |
56 |
| - | |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
62 |
| - | |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
| 66 | + | |
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
| 70 | + | |
69 | 71 |
| |
70 | 72 |
| |
| 73 | + | |
71 | 74 |
| |
72 | 75 |
| |
73 | 76 |
| |
| |||
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
| 90 | + | |
| 91 | + | |
87 | 92 |
| |
88 | 93 |
| |
89 | 94 |
| |
|
Diff for: samples/advanced/.firebaserc
+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: samples/advanced/angular.json
+12-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: samples/advanced/firebase.json
+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: samples/advanced/package.json
+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: samples/advanced/yarn.lock
+9-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: samples/modular/yarn.lock
+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: src/package.json
+14-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
36 | 43 |
| |
37 | 44 |
| |
38 | 45 |
| |
| |||
45 | 52 |
| |
46 | 53 |
| |
47 | 54 |
| |
48 |
| - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
49 | 61 |
| |
50 | 62 |
| |
51 | 63 |
| |
|
Diff for: src/schematics/add/index.ts
+34
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
Diff for: src/schematics/add/schema.json
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + |
Diff for: src/schematics/collection.json
+4-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
|
0 commit comments