Commit cff75c6
committed
Example of using PrimeNG
1 parent e87aa1f commit cff75c6Copy full SHA for cff75c6
File tree
Expand file treeCollapse file tree
5 files changed
+17
-2
lines changedOpen diff view settings
Filter options
- templates/Angular2Spa
- ClientApp/app
- components/home
Expand file treeCollapse file tree
5 files changed
+17
-2
lines changedOpen diff view settings
Collapse file
templates/Angular2Spa/ClientApp/app/app.module.ts
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/app.module.ts+5-1Lines changed: 5 additions & 1 deletion
| 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 | |
| 10 | + |
9 | 11 | |
10 | 12 | |
11 | 13 | |
| ||
24 | 26 | |
25 | 27 | |
26 | 28 | |
27 | | - |
| 29 | + |
| 30 | + |
| 31 | + |
28 | 32 | |
29 | 33 | |
30 | 34 | |
|
Collapse file
templates/Angular2Spa/ClientApp/app/components/home/home.component.html
Copy file name to clipboardExpand all lines: templates/Angular2Spa/ClientApp/app/components/home/home.component.html+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
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+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
8 | 9 | |
Collapse file
templates/Angular2Spa/package.json
Copy file name to clipboardExpand all lines: templates/Angular2Spa/package.json+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
| 39 | + |
39 | 40 | |
40 | 41 | |
41 | 42 | |
| 43 | + |
42 | 44 | |
43 | 45 | |
44 | 46 | |
|
Collapse file
templates/Angular2Spa/webpack.config.vendor.js
Copy file name to clipboardExpand all lines: templates/Angular2Spa/webpack.config.vendor.js+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
| ||
30 | 30 | |
31 | 31 | |
32 | 32 | |
| 33 | + |
33 | 34 | |
| 35 | + |
| 36 | + |
| 37 | + |
34 | 38 | |
35 | 39 | |
36 | 40 | |
|
0 commit comments