File tree
31 files changed
+87
-54
lines changed- e2e
- src
- app
- assets
- environments
31 files changed
+87
-54
lines changed.angular-cli.json
100755
100644
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
|
.editorconfig
100755
100644
File mode changed.
.gitignore
100755
100644
File mode changed.
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 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
README.md
100755
100644
+4-27
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
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 |
| - | |
| 5 | + |
e2e/app.e2e-spec.ts
100755
100644
File mode changed.
e2e/app.po.ts
100755
100644
File mode changed.
e2e/tsconfig.e2e.json
100755
100644
File mode changed.
karma.conf.js
100755
100644
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
11 | 13 |
| |
12 | 14 |
| |
13 | 15 |
| |
|
package.json
100755
100644
+18-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 |
| |
13 | 20 |
| |
14 | 21 |
| |
| 22 | + | |
15 | 23 |
| |
16 | 24 |
| |
17 | 25 |
| |
18 | 26 |
| |
19 | 27 |
| |
| 28 | + | |
20 | 29 |
| |
21 | 30 |
| |
22 | 31 |
| |
| 32 | + | |
23 | 33 |
| |
| 34 | + | |
| 35 | + | |
24 | 36 |
| |
| 37 | + | |
25 | 38 |
| |
26 | 39 |
| |
27 | 40 |
| |
| |||
33 | 46 |
| |
34 | 47 |
| |
35 | 48 |
| |
36 |
| - | |
| 49 | + | |
37 | 50 |
| |
| 51 | + | |
38 | 52 |
| |
39 | 53 |
| |
40 |
| - | |
| 54 | + | |
| 55 | + | |
41 | 56 |
| |
42 | 57 |
| |
43 | 58 |
| |
|
protractor.conf.js
100755
100644
File mode changed.
src/app/app.component.html
100755
100644
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
|
File renamed without changes.
src/app/app.component.spec.ts
100755
100644
File mode changed.
src/app/app.component.ts
100755
100644
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
src/app/app.module.ts
100755
100644
+10-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 |
| |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 |
| |
17 | 23 |
| |
18 | 24 |
| |
|
src/assets/.gitkeep
100755
100644
File mode changed.
src/environments/environment.prod.ts
100755
100644
File mode changed.
src/environments/environment.ts
100755
100644
File mode changed.
src/favicon.ico
100755
100644
File mode changed.
src/index.html
100755
100644
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
src/main.ts
100755
100644
File mode changed.
src/polyfills.ts
100755
100644
+17-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + |
src/test.ts
100755
100644
File mode changed.
src/tsconfig.app.json
100755
100644
File mode changed.
src/tsconfig.spec.json
100755
100644
File mode changed.
src/typings.d.ts
100755
100644
File mode changed.
tsconfig.json
100755
100644
File mode changed.
tslint.json
100755
100644
File mode changed.
0 commit comments