Commit 11c4532
committed
In Angular2Spa, use angular2-template loader as a step towards AoT compilation. Implements aspnet#356
1 parent fadcb58 commit 11c4532Copy full SHA for 11c4532
File tree
Expand file treeCollapse file tree
7 files changed
+12
-10
lines changedOpen diff view settings
Filter options
- templates/Angular2Spa
- ClientApp/app/components
- app
- counter
- fetchdata
- home
Expand file treeCollapse file tree
7 files changed
+12
-10
lines changedOpen diff view settings
Collapse file
templates/Angular2Spa/ClientApp/app/components/app/app.component.ts
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/components/app/app.component.ts+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
| 5 | + |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
Collapse file
templates/Angular2Spa/ClientApp/app/components/counter/counter.component.ts
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/components/counter/counter.component.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
templates/Angular2Spa/ClientApp/app/components/fetchdata/fetchdata.component.ts
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/components/fetchdata/fetchdata.component.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
|
Collapse file
templates/Angular2Spa/ClientApp/app/components/home/home.component.ts
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/components/home/home.component.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
Collapse file
templates/Angular2Spa/ClientApp/app/components/navmenu/navmenu.component.ts
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/components/navmenu/navmenu.component.ts+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
| 5 | + |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
Collapse file
templates/Angular2Spa/package.json
Copy file name to clipboardExpand all lines: templates/Angular2Spa/package.json+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
16 | 17 | |
17 | 18 | |
18 | 19 | |
| ||
25 | 26 | |
26 | 27 | |
27 | 28 | |
| 29 | + |
28 | 30 | |
29 | 31 | |
30 | 32 | |
| ||
37 | 39 | |
38 | 40 | |
39 | 41 | |
40 | | - |
41 | 42 | |
| 43 | + |
42 | 44 | |
43 | 45 | |
44 | 46 | |
Collapse file
templates/Angular2Spa/webpack.config.js
Copy file name to clipboardExpand all lines: templates/Angular2Spa/webpack.config.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
18 | | - |
| 17 | + |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
|
0 commit comments