- Notifications
You must be signed in to change notification settings - Fork26.8k
Commit72aad32
perf(animations): use
This commit adds ngDevMode guard to show warning onlyin dev mode (similar to how things work in other parts of Ivy runtime code).The ngDevMode flag helps to tree-shake this warning from production builds(in dev mode everything will work as it works right now) to decrease production bundle size.PRClose#39964ngDevMode to tree-shake warning (#39964)1 parentbf3de9b commit72aad32
File tree
1 file changed
+11
-12
lines changed- packages/animations/browser/src/render/css_keyframes
1 file changed
+11
-12
lines changedLines changed: 11 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | 119 | | |
130 | 120 | | |
131 | 121 | | |
| |||
146 | 136 | | |
147 | 137 | | |
148 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
0 commit comments
Comments
(0)