Commit 5bc8b73
File tree
20 files changed
+178
-104
lines changedFilter options
- apps/demos/src/app
- app-shell
- features
- experiments/structural-directives
- if-visible-poc
- rx-switch-poc
- template
- rx-for/list-actions
- rx-if
- strategies/comparison
- rx-angular-pocs/template/directives
- if
- libs
- cdk
- template/src/lib
- zone-less/src
- template/experimental/if
- src
- lib
- model
20 files changed
+178
-104
lines changedapps/demos/src/app/app-shell/app-shell.module.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/app-shell/app-shell.module.ts+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
12 | 16 |
|
13 | 17 |
|
14 | 18 |
|
15 | 19 |
|
16 |
| - |
| 20 | + |
17 | 21 |
|
18 | 22 |
|
19 | 23 |
|
| ||
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
39 |
| - |
| 43 | + |
40 | 44 |
|
41 | 45 |
|
42 | 46 |
|
|
apps/demos/src/app/features/experiments/structural-directives/if-visible-poc/if-visible.module.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/features/experiments/structural-directives/if-visible-poc/if-visible.module.ts+6-13Lines changed: 6 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
| 6 | + |
6 | 7 |
|
7 |
| - |
8 |
| - |
9 |
| - |
| 8 | + |
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
| 12 | + |
19 | 13 |
|
20 |
| - |
| 14 | + |
21 | 15 |
|
22 |
| - |
23 |
| - |
| 16 | + |
apps/demos/src/app/features/experiments/structural-directives/rx-switch-poc/rx-switch-poc.module.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/features/experiments/structural-directives/rx-switch-poc/rx-switch-poc.module.ts+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 |
| - |
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
|
apps/demos/src/app/features/template/rx-for/list-actions/list-actions.module.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/features/template/rx-for/list-actions/list-actions.module.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
|
apps/demos/src/app/features/template/rx-if/rx-if-basic.component.ts
Copy file name to clipboard+50-16Lines changed: 50 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
| ||
10 | 9 |
|
11 | 10 |
|
12 | 11 |
|
13 |
| - |
| 12 | + |
14 | 13 |
|
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
19 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
20 | 23 |
|
21 | 24 |
|
22 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
23 | 30 |
|
24 | 31 |
|
25 | 32 |
|
26 | 33 |
|
27 | 34 |
|
28 |
| - |
| 35 | + |
29 | 36 |
|
30 | 37 |
|
31 | 38 |
|
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
45 | 50 |
|
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
49 | 54 |
|
50 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
51 | 83 |
|
52 | 84 |
|
53 | 85 |
|
54 |
| - |
| 86 | + |
55 | 87 |
|
56 | 88 |
|
57 | 89 |
|
58 | 90 |
|
59 | 91 |
|
60 | 92 |
|
61 | 93 |
|
62 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
63 | 97 |
|
apps/demos/src/app/features/template/rx-if/rx-if-demo.module.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/features/template/rx-if/rx-if-demo.module.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
| ||
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
15 |
| - |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
apps/demos/src/app/features/template/strategies/comparison/comparison.module.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/features/template/strategies/comparison/comparison.module.ts+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 |
| - |
| 18 | + |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
apps/demos/src/app/rx-angular-pocs/template/directives/if/index.ts
Copy file name to clipboardExpand all lines: apps/demos/src/app/rx-angular-pocs/template/directives/if/index.ts-3Lines changed: 0 additions & 3 deletions
This file was deleted.
apps/demos/src/app/rx-angular-pocs/template/directives/index.ts
Copy file name to clipboard-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
7 |
| - |
8 |
| - |
libs/cdk/template/src/lib/template-manager.ts
Copy file name to clipboardExpand all lines: libs/cdk/template/src/lib/template-manager.ts+16-7Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
18 |
| - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
19 | 25 |
|
20 | 26 |
|
21 | 27 |
|
| ||
150 | 156 |
|
151 | 157 |
|
152 | 158 |
|
153 |
| - |
154 |
| - |
155 |
| - |
| 159 | + |
156 | 160 |
|
157 | 161 |
|
158 | 162 |
|
159 | 163 |
|
160 | 164 |
|
161 | 165 |
|
162 |
| - |
163 | 166 |
|
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
164 | 173 |
|
165 | 174 |
|
166 | 175 |
|
167 | 176 |
|
168 |
| - |
| 177 | + |
169 | 178 |
|
170 | 179 |
|
171 |
| - |
| 180 | + |
172 | 181 |
|
173 | 182 |
|
174 | 183 |
|
|
libs/cdk/zone-less/src/index.ts
Copy file name to clipboardExpand all lines: libs/cdk/zone-less/src/index.ts-19Lines changed: 0 additions & 19 deletions
This file was deleted.
libs/cdk/zone-less/src/test-setup.ts
Copy file name to clipboardExpand all lines: libs/cdk/zone-less/src/test-setup.ts-1Lines changed: 0 additions & 1 deletion
This file was deleted.
libs/template/experimental/if/ng-package.json
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
libs/template/experimental/if/src/index.ts
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
0 commit comments