Commit 1c19e0d
File tree
Expand file treeCollapse file tree
6 files changed
+13
-13
lines changedFilter options
- packages/schematics/angular/application/files
- common-files/src/app
- module-files/src/app
- standalone-files/src/app
- tests/legacy-cli/e2e/tests
- build
- prerender
- server-rendering
- misc
Expand file treeCollapse file tree
6 files changed
+13
-13
lines changedpackages/schematics/angular/application/files/common-files/src/app/app.html.template
Copy file name to clipboardExpand all lines: packages/schematics/angular/application/files/common-files/src/app/app.html.template+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
225 | 225 |
|
226 | 226 |
|
227 | 227 |
|
228 |
| - |
| 228 | + |
229 | 229 |
|
230 | 230 |
|
231 | 231 |
|
|
packages/schematics/angular/application/files/module-files/src/app/app.ts.template
Copy file name to clipboardExpand all lines: packages/schematics/angular/application/files/module-files/src/app/app.ts.template+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
packages/schematics/angular/application/files/standalone-files/src/app/app.ts.template
Copy file name to clipboard+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
tests/legacy-cli/e2e/tests/build/prerender/error-with-sourcemaps.ts
Copy file name to clipboardExpand all lines: tests/legacy-cli/e2e/tests/build/prerender/error-with-sourcemaps.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
tests/legacy-cli/e2e/tests/build/server-rendering/server-routes-output-mode-server.ts
Copy file name to clipboardExpand all lines: tests/legacy-cli/e2e/tests/build/server-rendering/server-routes-output-mode-server.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
tests/legacy-cli/e2e/tests/misc/forwardref-es2015.ts
Copy file name to clipboardExpand all lines: tests/legacy-cli/e2e/tests/misc/forwardref-es2015.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
| 9 | + |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
0 commit comments