@simplysm/sd-cli 14.0.1 → 14.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (7938) hide show
  1. package/README.md +322 -0
  2. package/dist/angular/client-transform-stylesheet.d.ts +16 -0
  3. package/dist/angular/client-transform-stylesheet.d.ts.map +1 -0
  4. package/dist/angular/client-transform-stylesheet.js +59 -0
  5. package/dist/angular/client-transform-stylesheet.js.map +1 -0
  6. package/dist/angular/vite-angular-plugin.d.ts +35 -0
  7. package/dist/angular/vite-angular-plugin.d.ts.map +1 -0
  8. package/dist/angular/vite-angular-plugin.js +320 -0
  9. package/dist/angular/vite-angular-plugin.js.map +1 -0
  10. package/dist/angular/vite-postcss-inline-plugin.d.ts +18 -0
  11. package/dist/angular/vite-postcss-inline-plugin.d.ts.map +1 -0
  12. package/dist/angular/vite-postcss-inline-plugin.js +105 -0
  13. package/dist/angular/vite-postcss-inline-plugin.js.map +1 -0
  14. package/dist/capacitor/capacitor.d.ts +155 -0
  15. package/dist/capacitor/capacitor.d.ts.map +1 -0
  16. package/dist/capacitor/capacitor.js +775 -0
  17. package/dist/capacitor/capacitor.js.map +1 -0
  18. package/dist/commands/check.d.ts.map +1 -1
  19. package/dist/commands/check.js +91 -51
  20. package/dist/commands/check.js.map +1 -1
  21. package/dist/commands/lint.d.ts +23 -23
  22. package/dist/commands/lint.d.ts.map +1 -1
  23. package/dist/commands/lint.js +44 -44
  24. package/dist/commands/lint.js.map +1 -1
  25. package/dist/commands/publish.d.ts +13 -13
  26. package/dist/commands/publish.d.ts.map +1 -1
  27. package/dist/commands/publish.js +126 -135
  28. package/dist/commands/publish.js.map +1 -1
  29. package/dist/commands/typecheck.d.ts +22 -11
  30. package/dist/commands/typecheck.d.ts.map +1 -1
  31. package/dist/commands/typecheck.js +142 -59
  32. package/dist/commands/typecheck.js.map +1 -1
  33. package/dist/electron/electron.d.ts +24 -0
  34. package/dist/electron/electron.d.ts.map +1 -0
  35. package/dist/electron/electron.js +274 -0
  36. package/dist/electron/electron.js.map +1 -0
  37. package/dist/engines/BaseEngine.d.ts +103 -0
  38. package/dist/engines/BaseEngine.d.ts.map +1 -0
  39. package/dist/engines/BaseEngine.js +137 -0
  40. package/dist/engines/BaseEngine.js.map +1 -0
  41. package/dist/engines/NgtscEngine.d.ts +10 -25
  42. package/dist/engines/NgtscEngine.d.ts.map +1 -1
  43. package/dist/engines/NgtscEngine.js +18 -118
  44. package/dist/engines/NgtscEngine.js.map +1 -1
  45. package/dist/engines/ServerEsbuildEngine.d.ts +10 -25
  46. package/dist/engines/ServerEsbuildEngine.d.ts.map +1 -1
  47. package/dist/engines/ServerEsbuildEngine.js +21 -121
  48. package/dist/engines/ServerEsbuildEngine.js.map +1 -1
  49. package/dist/engines/TscEngine.d.ts +10 -25
  50. package/dist/engines/TscEngine.d.ts.map +1 -1
  51. package/dist/engines/TscEngine.js +19 -119
  52. package/dist/engines/TscEngine.js.map +1 -1
  53. package/dist/engines/ViteEngine.d.ts +18 -12
  54. package/dist/engines/ViteEngine.d.ts.map +1 -1
  55. package/dist/engines/ViteEngine.js +107 -102
  56. package/dist/engines/ViteEngine.js.map +1 -1
  57. package/dist/engines/index.d.ts +8 -1
  58. package/dist/engines/index.d.ts.map +1 -1
  59. package/dist/engines/index.js +17 -4
  60. package/dist/engines/index.js.map +1 -1
  61. package/dist/engines/types.d.ts +8 -0
  62. package/dist/engines/types.d.ts.map +1 -1
  63. package/dist/infra/ResultCollector.d.ts +1 -1
  64. package/dist/infra/ResultCollector.d.ts.map +1 -1
  65. package/dist/orchestrators/BuildOrchestrator.d.ts.map +1 -1
  66. package/dist/orchestrators/BuildOrchestrator.js +102 -47
  67. package/dist/orchestrators/BuildOrchestrator.js.map +1 -1
  68. package/dist/orchestrators/DevWatchOrchestrator.d.ts +7 -7
  69. package/dist/orchestrators/DevWatchOrchestrator.d.ts.map +1 -1
  70. package/dist/orchestrators/DevWatchOrchestrator.js +71 -69
  71. package/dist/orchestrators/DevWatchOrchestrator.js.map +1 -1
  72. package/dist/sd-cli-entry.d.ts.map +1 -1
  73. package/dist/sd-cli-entry.js +22 -1
  74. package/dist/sd-cli-entry.js.map +1 -1
  75. package/dist/sd-config.types.d.ts +45 -0
  76. package/dist/sd-config.types.d.ts.map +1 -1
  77. package/dist/utils/angular-build.d.ts +8 -61
  78. package/dist/utils/angular-build.d.ts.map +1 -1
  79. package/dist/utils/angular-build.js +4 -77
  80. package/dist/utils/angular-build.js.map +1 -1
  81. package/dist/utils/angular-compiler.d.ts +59 -0
  82. package/dist/utils/angular-compiler.d.ts.map +1 -0
  83. package/dist/utils/angular-compiler.js +394 -0
  84. package/dist/utils/angular-compiler.js.map +1 -0
  85. package/dist/utils/copy-public.d.ts.map +1 -1
  86. package/dist/utils/copy-public.js +4 -4
  87. package/dist/utils/copy-public.js.map +1 -1
  88. package/dist/utils/copy-src.d.ts.map +1 -1
  89. package/dist/utils/copy-src.js +2 -2
  90. package/dist/utils/copy-src.js.map +1 -1
  91. package/dist/utils/diagnostic-utils.d.ts +13 -0
  92. package/dist/utils/diagnostic-utils.d.ts.map +1 -0
  93. package/dist/utils/diagnostic-utils.js +26 -0
  94. package/dist/utils/diagnostic-utils.js.map +1 -0
  95. package/dist/utils/engine-stop.d.ts +23 -0
  96. package/dist/utils/engine-stop.d.ts.map +1 -0
  97. package/dist/utils/engine-stop.js +34 -0
  98. package/dist/utils/engine-stop.js.map +1 -0
  99. package/dist/utils/esbuild-config.d.ts +7 -0
  100. package/dist/utils/esbuild-config.d.ts.map +1 -1
  101. package/dist/utils/esbuild-config.js +27 -27
  102. package/dist/utils/esbuild-config.js.map +1 -1
  103. package/dist/utils/generate-pwa-icons.d.ts +14 -0
  104. package/dist/utils/generate-pwa-icons.d.ts.map +1 -0
  105. package/dist/utils/generate-pwa-icons.js +43 -0
  106. package/dist/utils/generate-pwa-icons.js.map +1 -0
  107. package/dist/utils/hmr-candidates.d.ts +15 -0
  108. package/dist/utils/hmr-candidates.d.ts.map +1 -0
  109. package/dist/utils/hmr-candidates.js +234 -0
  110. package/dist/utils/hmr-candidates.js.map +1 -0
  111. package/dist/utils/lint-utils.d.ts +7 -0
  112. package/dist/utils/lint-utils.d.ts.map +1 -0
  113. package/dist/utils/lint-utils.js +16 -0
  114. package/dist/utils/lint-utils.js.map +1 -0
  115. package/dist/utils/lint-with-program.d.ts +54 -0
  116. package/dist/utils/lint-with-program.d.ts.map +1 -0
  117. package/dist/utils/lint-with-program.js +129 -0
  118. package/dist/utils/lint-with-program.js.map +1 -0
  119. package/dist/utils/ngtsc-build-core.d.ts +52 -10
  120. package/dist/utils/ngtsc-build-core.d.ts.map +1 -1
  121. package/dist/utils/ngtsc-build-core.js +169 -139
  122. package/dist/utils/ngtsc-build-core.js.map +1 -1
  123. package/dist/utils/orchestrator-utils.d.ts +16 -0
  124. package/dist/utils/orchestrator-utils.d.ts.map +1 -0
  125. package/dist/utils/orchestrator-utils.js +19 -0
  126. package/dist/utils/orchestrator-utils.js.map +1 -0
  127. package/dist/utils/output-path-rewriter.d.ts +11 -0
  128. package/dist/utils/output-path-rewriter.d.ts.map +1 -1
  129. package/dist/utils/output-path-rewriter.js +16 -1
  130. package/dist/utils/output-path-rewriter.js.map +1 -1
  131. package/dist/utils/output-utils.js +1 -1
  132. package/dist/utils/output-utils.js.map +1 -1
  133. package/dist/utils/package-utils.d.ts +65 -1
  134. package/dist/utils/package-utils.d.ts.map +1 -1
  135. package/dist/utils/package-utils.js +163 -0
  136. package/dist/utils/package-utils.js.map +1 -1
  137. package/dist/utils/rebuild-manager.d.ts.map +1 -1
  138. package/dist/utils/rebuild-manager.js +2 -0
  139. package/dist/utils/rebuild-manager.js.map +1 -1
  140. package/dist/utils/replace-deps.d.ts.map +1 -1
  141. package/dist/utils/replace-deps.js +1 -0
  142. package/dist/utils/replace-deps.js.map +1 -1
  143. package/dist/utils/scss-compiler.d.ts +4 -0
  144. package/dist/utils/scss-compiler.d.ts.map +1 -1
  145. package/dist/utils/scss-compiler.js +23 -0
  146. package/dist/utils/scss-compiler.js.map +1 -1
  147. package/dist/utils/sd-config.d.ts.map +1 -1
  148. package/dist/utils/sd-config.js +4 -0
  149. package/dist/utils/sd-config.js.map +1 -1
  150. package/dist/utils/tsc-build.d.ts +8 -0
  151. package/dist/utils/tsc-build.d.ts.map +1 -1
  152. package/dist/utils/tsc-build.js +52 -30
  153. package/dist/utils/tsc-build.js.map +1 -1
  154. package/dist/utils/tsconfig.d.ts +15 -3
  155. package/dist/utils/tsconfig.d.ts.map +1 -1
  156. package/dist/utils/tsconfig.js +65 -11
  157. package/dist/utils/tsconfig.js.map +1 -1
  158. package/dist/utils/typecheck-non-package.d.ts.map +1 -1
  159. package/dist/utils/typecheck-non-package.js +5 -0
  160. package/dist/utils/typecheck-non-package.js.map +1 -1
  161. package/dist/utils/vite-config.d.ts +57 -0
  162. package/dist/utils/vite-config.d.ts.map +1 -0
  163. package/dist/utils/vite-config.js +180 -0
  164. package/dist/utils/vite-config.js.map +1 -0
  165. package/dist/utils/vite-scope-watch-plugin.d.ts +24 -0
  166. package/dist/utils/vite-scope-watch-plugin.d.ts.map +1 -0
  167. package/dist/utils/vite-scope-watch-plugin.js +43 -0
  168. package/dist/utils/vite-scope-watch-plugin.js.map +1 -0
  169. package/dist/utils/worker-utils.d.ts.map +1 -1
  170. package/dist/utils/worker-utils.js +4 -3
  171. package/dist/utils/worker-utils.js.map +1 -1
  172. package/dist/vitest-plugin.d.ts.map +1 -1
  173. package/dist/vitest-plugin.js +2 -2
  174. package/dist/vitest-plugin.js.map +1 -1
  175. package/dist/workers/client.worker.d.ts +66 -0
  176. package/dist/workers/client.worker.d.ts.map +1 -0
  177. package/dist/workers/client.worker.js +138 -0
  178. package/dist/workers/client.worker.js.map +1 -0
  179. package/dist/workers/library-build.worker.d.ts +6 -1
  180. package/dist/workers/library-build.worker.d.ts.map +1 -1
  181. package/dist/workers/library-build.worker.js +45 -10
  182. package/dist/workers/library-build.worker.js.map +1 -1
  183. package/dist/workers/ngtsc-build.worker.d.ts.map +1 -1
  184. package/dist/workers/ngtsc-build.worker.js +137 -27
  185. package/dist/workers/ngtsc-build.worker.js.map +1 -1
  186. package/dist/workers/server-build.worker.d.ts +3 -0
  187. package/dist/workers/server-build.worker.d.ts.map +1 -1
  188. package/dist/workers/server-build.worker.js +111 -19
  189. package/dist/workers/server-build.worker.js.map +1 -1
  190. package/dist/workers/server-runtime.worker.d.ts.map +1 -1
  191. package/dist/workers/server-runtime.worker.js +6 -2
  192. package/dist/workers/server-runtime.worker.js.map +1 -1
  193. package/package.json +15 -10
  194. package/src/angular/client-transform-stylesheet.ts +78 -0
  195. package/src/angular/vite-angular-plugin.ts +429 -0
  196. package/src/angular/vite-postcss-inline-plugin.ts +135 -0
  197. package/src/capacitor/capacitor.ts +985 -0
  198. package/src/commands/check.ts +96 -57
  199. package/src/commands/lint.ts +53 -53
  200. package/src/commands/publish.ts +132 -144
  201. package/src/commands/typecheck.ts +163 -63
  202. package/src/electron/electron.ts +355 -0
  203. package/src/engines/BaseEngine.ts +226 -0
  204. package/src/engines/NgtscEngine.ts +26 -139
  205. package/src/engines/ServerEsbuildEngine.ts +29 -139
  206. package/src/engines/TscEngine.ts +27 -137
  207. package/src/engines/ViteEngine.ts +124 -114
  208. package/src/engines/index.ts +21 -4
  209. package/src/engines/types.ts +8 -0
  210. package/src/infra/ResultCollector.ts +1 -1
  211. package/src/orchestrators/BuildOrchestrator.ts +115 -50
  212. package/src/orchestrators/DevWatchOrchestrator.ts +84 -84
  213. package/src/sd-cli-entry.ts +26 -1
  214. package/src/sd-config.types.ts +47 -0
  215. package/src/utils/angular-build.ts +4 -129
  216. package/src/utils/angular-compiler.ts +586 -0
  217. package/src/utils/copy-public.ts +16 -12
  218. package/src/utils/copy-src.ts +8 -6
  219. package/src/utils/diagnostic-utils.ts +27 -0
  220. package/src/utils/engine-stop.ts +43 -0
  221. package/src/utils/esbuild-config.ts +57 -48
  222. package/src/utils/generate-pwa-icons.ts +56 -0
  223. package/src/utils/hmr-candidates.ts +327 -0
  224. package/src/utils/lint-utils.ts +17 -0
  225. package/src/utils/lint-with-program.ts +181 -0
  226. package/src/utils/ngtsc-build-core.ts +231 -210
  227. package/src/utils/orchestrator-utils.ts +26 -0
  228. package/src/utils/output-path-rewriter.ts +20 -1
  229. package/src/utils/output-utils.ts +1 -1
  230. package/src/utils/package-utils.ts +216 -1
  231. package/src/utils/rebuild-manager.ts +2 -0
  232. package/src/utils/replace-deps.ts +1 -0
  233. package/src/utils/scss-compiler.ts +32 -0
  234. package/src/utils/sd-config.ts +5 -0
  235. package/src/utils/tsc-build.ts +67 -28
  236. package/src/utils/tsconfig.ts +79 -13
  237. package/src/utils/typecheck-non-package.ts +6 -0
  238. package/src/utils/vite-config.ts +256 -0
  239. package/src/utils/vite-scope-watch-plugin.ts +66 -0
  240. package/src/utils/worker-utils.ts +4 -3
  241. package/src/vitest-plugin.ts +4 -2
  242. package/src/workers/client.worker.ts +225 -0
  243. package/src/workers/library-build.worker.ts +52 -10
  244. package/src/workers/ngtsc-build.worker.ts +186 -32
  245. package/src/workers/server-build.worker.ts +126 -21
  246. package/src/workers/server-runtime.worker.ts +6 -2
  247. package/tests/angular/angular-compiler-hmr.spec.ts +152 -0
  248. package/tests/angular/client-transform-stylesheet.spec.ts +153 -0
  249. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/LICENSE +21 -0
  250. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/README.md +7 -0
  251. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs +3331 -0
  252. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs.map +1 -0
  253. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_location-chunk.mjs +379 -0
  254. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_location-chunk.mjs.map +1 -0
  255. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_module-chunk.mjs +2212 -0
  256. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_module-chunk.mjs.map +1 -0
  257. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs +151 -0
  258. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs.map +1 -0
  259. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs +48 -0
  260. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs.map +1 -0
  261. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs +22 -0
  262. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs.map +1 -0
  263. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/common.mjs +1444 -0
  264. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/common.mjs.map +1 -0
  265. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http-testing.mjs +311 -0
  266. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http-testing.mjs.map +1 -0
  267. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http.mjs +433 -0
  268. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http.mjs.map +1 -0
  269. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/testing.mjs +643 -0
  270. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/testing.mjs.map +1 -0
  271. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/upgrade.mjs +666 -0
  272. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/upgrade.mjs.map +1 -0
  273. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-DJ.d.ts +15 -0
  274. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-DJ.js +15 -0
  275. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-DJ.js.map +1 -0
  276. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-ER.d.ts +15 -0
  277. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-ER.js +15 -0
  278. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-ER.js.map +1 -0
  279. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa.d.ts +14 -0
  280. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa.js +15 -0
  281. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa.js.map +1 -0
  282. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ab.d.ts +13 -0
  283. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ab.js +15 -0
  284. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ab.js.map +1 -0
  285. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af-NA.d.ts +22 -0
  286. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af-NA.js +17 -0
  287. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af-NA.js.map +1 -0
  288. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af.d.ts +21 -0
  289. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af.js +17 -0
  290. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af.js.map +1 -0
  291. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/agq.d.ts +13 -0
  292. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/agq.js +15 -0
  293. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/agq.js.map +1 -0
  294. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ak.d.ts +16 -0
  295. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ak.js +17 -0
  296. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ak.js.map +1 -0
  297. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/am.d.ts +19 -0
  298. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/am.js +17 -0
  299. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/am.js.map +1 -0
  300. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/an.d.ts +13 -0
  301. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/an.js +17 -0
  302. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/an.js.map +1 -0
  303. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ann.d.ts +14 -0
  304. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ann.js +15 -0
  305. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ann.js.map +1 -0
  306. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/apc.d.ts +14 -0
  307. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/apc.js +15 -0
  308. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/apc.js.map +1 -0
  309. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-AE.d.ts +62 -0
  310. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-AE.js +25 -0
  311. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-AE.js.map +1 -0
  312. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-BH.d.ts +63 -0
  313. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-BH.js +25 -0
  314. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-BH.js.map +1 -0
  315. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DJ.d.ts +64 -0
  316. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DJ.js +25 -0
  317. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DJ.js.map +1 -0
  318. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DZ.d.ts +63 -0
  319. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DZ.js +25 -0
  320. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DZ.js.map +1 -0
  321. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EG.d.ts +63 -0
  322. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EG.js +25 -0
  323. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EG.js.map +1 -0
  324. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EH.d.ts +63 -0
  325. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EH.js +25 -0
  326. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EH.js.map +1 -0
  327. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-ER.d.ts +64 -0
  328. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-ER.js +25 -0
  329. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-ER.js.map +1 -0
  330. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IL.d.ts +63 -0
  331. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IL.js +25 -0
  332. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IL.js.map +1 -0
  333. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IQ.d.ts +63 -0
  334. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IQ.js +25 -0
  335. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IQ.js.map +1 -0
  336. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-JO.d.ts +63 -0
  337. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-JO.js +25 -0
  338. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-JO.js.map +1 -0
  339. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KM.d.ts +64 -0
  340. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KM.js +25 -0
  341. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KM.js.map +1 -0
  342. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KW.d.ts +63 -0
  343. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KW.js +25 -0
  344. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KW.js.map +1 -0
  345. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LB.d.ts +62 -0
  346. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LB.js +25 -0
  347. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LB.js.map +1 -0
  348. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LY.d.ts +63 -0
  349. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LY.js +25 -0
  350. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LY.js.map +1 -0
  351. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MA.d.ts +63 -0
  352. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MA.js +25 -0
  353. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MA.js.map +1 -0
  354. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MR.d.ts +63 -0
  355. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MR.js +25 -0
  356. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MR.js.map +1 -0
  357. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-OM.d.ts +63 -0
  358. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-OM.js +25 -0
  359. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-OM.js.map +1 -0
  360. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-PS.d.ts +63 -0
  361. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-PS.js +25 -0
  362. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-PS.js.map +1 -0
  363. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-QA.d.ts +63 -0
  364. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-QA.js +25 -0
  365. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-QA.js.map +1 -0
  366. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SA.d.ts +63 -0
  367. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SA.js +25 -0
  368. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SA.js.map +1 -0
  369. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SD.d.ts +63 -0
  370. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SD.js +25 -0
  371. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SD.js.map +1 -0
  372. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SO.d.ts +64 -0
  373. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SO.js +25 -0
  374. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SO.js.map +1 -0
  375. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SS.d.ts +64 -0
  376. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SS.js +25 -0
  377. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SS.js.map +1 -0
  378. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SY.d.ts +63 -0
  379. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SY.js +25 -0
  380. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SY.js.map +1 -0
  381. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TD.d.ts +63 -0
  382. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TD.js +25 -0
  383. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TD.js.map +1 -0
  384. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TN.d.ts +63 -0
  385. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TN.js +25 -0
  386. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TN.js.map +1 -0
  387. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-YE.d.ts +63 -0
  388. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-YE.js +25 -0
  389. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-YE.js.map +1 -0
  390. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar.d.ts +63 -0
  391. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar.js +25 -0
  392. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar.js.map +1 -0
  393. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/arn.d.ts +13 -0
  394. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/arn.js +15 -0
  395. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/arn.js.map +1 -0
  396. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/as.d.ts +15 -0
  397. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/as.js +17 -0
  398. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/as.js.map +1 -0
  399. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/asa.d.ts +14 -0
  400. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/asa.js +17 -0
  401. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/asa.js.map +1 -0
  402. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ast.d.ts +21 -0
  403. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ast.js +17 -0
  404. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ast.js.map +1 -0
  405. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-IQ.d.ts +13 -0
  406. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-IQ.js +15 -0
  407. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-IQ.js.map +1 -0
  408. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-TR.d.ts +13 -0
  409. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-TR.js +15 -0
  410. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-TR.js.map +1 -0
  411. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab.d.ts +13 -0
  412. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab.js +15 -0
  413. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab.js.map +1 -0
  414. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Cyrl.d.ts +14 -0
  415. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Cyrl.js +15 -0
  416. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Cyrl.js.map +1 -0
  417. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Latn.d.ts +20 -0
  418. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Latn.js +17 -0
  419. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Latn.js.map +1 -0
  420. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az.d.ts +20 -0
  421. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az.js +17 -0
  422. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az.js.map +1 -0
  423. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ba.d.ts +13 -0
  424. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ba.js +15 -0
  425. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ba.js.map +1 -0
  426. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Arab.d.ts +13 -0
  427. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Arab.js +17 -0
  428. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Arab.js.map +1 -0
  429. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Latn.d.ts +140 -0
  430. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Latn.js +15 -0
  431. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Latn.js.map +1 -0
  432. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal.d.ts +13 -0
  433. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal.js +17 -0
  434. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal.js.map +1 -0
  435. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bas.d.ts +13 -0
  436. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bas.js +15 -0
  437. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bas.js.map +1 -0
  438. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be-tarask.d.ts +39 -0
  439. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be-tarask.js +21 -0
  440. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be-tarask.js.map +1 -0
  441. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be.d.ts +39 -0
  442. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be.js +21 -0
  443. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be.js.map +1 -0
  444. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bem.d.ts +14 -0
  445. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bem.js +17 -0
  446. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bem.js.map +1 -0
  447. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bew.d.ts +13 -0
  448. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bew.js +15 -0
  449. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bew.js.map +1 -0
  450. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bez.d.ts +14 -0
  451. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bez.js +17 -0
  452. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bez.js.map +1 -0
  453. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bg.d.ts +68 -0
  454. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bg.js +17 -0
  455. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bg.js.map +1 -0
  456. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgc.d.ts +13 -0
  457. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgc.js +15 -0
  458. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgc.js.map +1 -0
  459. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AE.d.ts +15 -0
  460. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AE.js +15 -0
  461. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AE.js.map +1 -0
  462. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AF.d.ts +15 -0
  463. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AF.js +15 -0
  464. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AF.js.map +1 -0
  465. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-IR.d.ts +15 -0
  466. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-IR.js +15 -0
  467. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-IR.js.map +1 -0
  468. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-OM.d.ts +15 -0
  469. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-OM.js +15 -0
  470. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-OM.js.map +1 -0
  471. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn.d.ts +15 -0
  472. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn.js +15 -0
  473. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn.js.map +1 -0
  474. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bho.d.ts +13 -0
  475. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bho.js +17 -0
  476. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bho.js.map +1 -0
  477. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blo.d.ts +13 -0
  478. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blo.js +19 -0
  479. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blo.js.map +1 -0
  480. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blt.d.ts +13 -0
  481. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blt.js +15 -0
  482. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blt.js.map +1 -0
  483. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm-Nkoo.d.ts +13 -0
  484. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm-Nkoo.js +15 -0
  485. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm-Nkoo.js.map +1 -0
  486. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm.d.ts +13 -0
  487. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm.js +15 -0
  488. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm.js.map +1 -0
  489. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn-IN.d.ts +17 -0
  490. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn-IN.js +17 -0
  491. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn-IN.js.map +1 -0
  492. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn.d.ts +18 -0
  493. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn.js +17 -0
  494. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn.js.map +1 -0
  495. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo-IN.d.ts +13 -0
  496. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo-IN.js +15 -0
  497. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo-IN.js.map +1 -0
  498. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo.d.ts +14 -0
  499. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo.js +15 -0
  500. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo.js.map +1 -0
  501. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/br.d.ts +32 -0
  502. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/br.js +23 -0
  503. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/br.js.map +1 -0
  504. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/brx.d.ts +132 -0
  505. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/brx.js +17 -0
  506. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/brx.js.map +1 -0
  507. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Cyrl.d.ts +17 -0
  508. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Cyrl.js +15 -0
  509. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Cyrl.js.map +1 -0
  510. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Latn.d.ts +30 -0
  511. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Latn.js +19 -0
  512. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Latn.js.map +1 -0
  513. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs.d.ts +30 -0
  514. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs.js +19 -0
  515. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs.js.map +1 -0
  516. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bss.d.ts +13 -0
  517. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bss.js +15 -0
  518. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bss.js.map +1 -0
  519. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/byn.d.ts +14 -0
  520. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/byn.js +15 -0
  521. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/byn.js.map +1 -0
  522. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-AD.d.ts +24 -0
  523. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-AD.js +19 -0
  524. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-AD.js.map +1 -0
  525. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-ES-valencia.d.ts +24 -0
  526. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-ES-valencia.js +19 -0
  527. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-ES-valencia.js.map +1 -0
  528. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-FR.d.ts +25 -0
  529. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-FR.js +19 -0
  530. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-FR.js.map +1 -0
  531. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-IT.d.ts +24 -0
  532. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-IT.js +19 -0
  533. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-IT.js.map +1 -0
  534. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca.d.ts +24 -0
  535. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca.js +19 -0
  536. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca.js.map +1 -0
  537. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cad.d.ts +12 -0
  538. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cad.js +15 -0
  539. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cad.js.map +1 -0
  540. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cch.d.ts +14 -0
  541. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cch.js +15 -0
  542. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cch.js.map +1 -0
  543. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp-IN.d.ts +19 -0
  544. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp-IN.js +15 -0
  545. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp-IN.js.map +1 -0
  546. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp.d.ts +19 -0
  547. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp.js +15 -0
  548. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp.js.map +1 -0
  549. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ce.d.ts +17 -0
  550. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ce.js +17 -0
  551. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ce.js.map +1 -0
  552. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ceb.d.ts +13 -0
  553. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ceb.js +17 -0
  554. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ceb.js.map +1 -0
  555. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cgg.d.ts +14 -0
  556. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cgg.js +17 -0
  557. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cgg.js.map +1 -0
  558. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cho.d.ts +13 -0
  559. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cho.js +15 -0
  560. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cho.js.map +1 -0
  561. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/chr.d.ts +14 -0
  562. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/chr.js +17 -0
  563. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/chr.js.map +1 -0
  564. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cic.d.ts +12 -0
  565. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cic.js +15 -0
  566. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cic.js.map +1 -0
  567. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb-IR.d.ts +14 -0
  568. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb-IR.js +17 -0
  569. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb-IR.js.map +1 -0
  570. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb.d.ts +14 -0
  571. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb.js +17 -0
  572. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb.js.map +1 -0
  573. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/co.d.ts +13 -0
  574. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/co.js +15 -0
  575. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/co.js.map +1 -0
  576. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cop.d.ts +13 -0
  577. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cop.js +15 -0
  578. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cop.js.map +1 -0
  579. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cs.d.ts +26 -0
  580. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cs.js +21 -0
  581. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cs.js.map +1 -0
  582. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/csw.d.ts +13 -0
  583. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/csw.js +17 -0
  584. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/csw.js.map +1 -0
  585. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cu.d.ts +14 -0
  586. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cu.js +15 -0
  587. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cu.js.map +1 -0
  588. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cv.d.ts +13 -0
  589. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cv.js +15 -0
  590. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cv.js.map +1 -0
  591. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cy.d.ts +24 -0
  592. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cy.js +25 -0
  593. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cy.js.map +1 -0
  594. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da-GL.d.ts +23 -0
  595. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da-GL.js +17 -0
  596. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da-GL.js.map +1 -0
  597. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da.d.ts +23 -0
  598. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da.js +17 -0
  599. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da.js.map +1 -0
  600. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dav.d.ts +14 -0
  601. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dav.js +15 -0
  602. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dav.js.map +1 -0
  603. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-AT.d.ts +31 -0
  604. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-AT.js +17 -0
  605. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-AT.js.map +1 -0
  606. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-BE.d.ts +31 -0
  607. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-BE.js +17 -0
  608. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-BE.js.map +1 -0
  609. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-CH.d.ts +32 -0
  610. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-CH.js +17 -0
  611. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-CH.js.map +1 -0
  612. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-IT.d.ts +31 -0
  613. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-IT.js +17 -0
  614. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-IT.js.map +1 -0
  615. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LI.d.ts +32 -0
  616. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LI.js +17 -0
  617. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LI.js.map +1 -0
  618. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LU.d.ts +32 -0
  619. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LU.js +17 -0
  620. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LU.js.map +1 -0
  621. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de.d.ts +31 -0
  622. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de.js +17 -0
  623. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de.js.map +1 -0
  624. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dje.d.ts +13 -0
  625. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dje.js +15 -0
  626. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dje.js.map +1 -0
  627. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/doi.d.ts +9 -0
  628. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/doi.js +17 -0
  629. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/doi.js.map +1 -0
  630. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dsb.d.ts +14 -0
  631. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dsb.js +21 -0
  632. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dsb.js.map +1 -0
  633. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dua.d.ts +13 -0
  634. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dua.js +15 -0
  635. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dua.js.map +1 -0
  636. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dv.d.ts +14 -0
  637. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dv.js +17 -0
  638. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dv.js.map +1 -0
  639. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dyo.d.ts +13 -0
  640. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dyo.js +15 -0
  641. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dyo.js.map +1 -0
  642. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dz.d.ts +19 -0
  643. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dz.js +15 -0
  644. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dz.js.map +1 -0
  645. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ebu.d.ts +14 -0
  646. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ebu.js +15 -0
  647. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ebu.js.map +1 -0
  648. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee-TG.d.ts +17 -0
  649. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee-TG.js +17 -0
  650. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee-TG.js.map +1 -0
  651. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee.d.ts +17 -0
  652. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee.js +17 -0
  653. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee.js.map +1 -0
  654. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-CY.d.ts +16 -0
  655. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-CY.js +17 -0
  656. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-CY.js.map +1 -0
  657. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-polyton.d.ts +16 -0
  658. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-polyton.js +17 -0
  659. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-polyton.js.map +1 -0
  660. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el.d.ts +16 -0
  661. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el.js +17 -0
  662. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el.js.map +1 -0
  663. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-001.d.ts +13 -0
  664. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-001.js +17 -0
  665. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-001.js.map +1 -0
  666. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-150.d.ts +13 -0
  667. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-150.js +17 -0
  668. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-150.js.map +1 -0
  669. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AE.d.ts +9 -0
  670. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AE.js +17 -0
  671. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AE.js.map +1 -0
  672. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AG.d.ts +14 -0
  673. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AG.js +17 -0
  674. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AG.js.map +1 -0
  675. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AI.d.ts +14 -0
  676. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AI.js +17 -0
  677. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AI.js.map +1 -0
  678. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AS.d.ts +9 -0
  679. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AS.js +17 -0
  680. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AS.js.map +1 -0
  681. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AT.d.ts +13 -0
  682. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AT.js +17 -0
  683. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AT.js.map +1 -0
  684. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AU.d.ts +40 -0
  685. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AU.js +17 -0
  686. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AU.js.map +1 -0
  687. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BB.d.ts +14 -0
  688. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BB.js +17 -0
  689. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BB.js.map +1 -0
  690. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BE.d.ts +13 -0
  691. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BE.js +17 -0
  692. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BE.js.map +1 -0
  693. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BI.d.ts +12 -0
  694. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BI.js +17 -0
  695. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BI.js.map +1 -0
  696. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BM.d.ts +14 -0
  697. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BM.js +17 -0
  698. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BM.js.map +1 -0
  699. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BS.d.ts +14 -0
  700. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BS.js +17 -0
  701. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BS.js.map +1 -0
  702. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BW.d.ts +14 -0
  703. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BW.js +17 -0
  704. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BW.js.map +1 -0
  705. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BZ.d.ts +14 -0
  706. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BZ.js +17 -0
  707. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BZ.js.map +1 -0
  708. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CA.d.ts +14 -0
  709. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CA.js +17 -0
  710. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CA.js.map +1 -0
  711. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CC.d.ts +14 -0
  712. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CC.js +17 -0
  713. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CC.js.map +1 -0
  714. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CH.d.ts +13 -0
  715. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CH.js +17 -0
  716. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CH.js.map +1 -0
  717. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CK.d.ts +14 -0
  718. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CK.js +17 -0
  719. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CK.js.map +1 -0
  720. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CM.d.ts +13 -0
  721. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CM.js +17 -0
  722. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CM.js.map +1 -0
  723. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CX.d.ts +14 -0
  724. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CX.js +17 -0
  725. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CX.js.map +1 -0
  726. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CY.d.ts +13 -0
  727. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CY.js +17 -0
  728. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CY.js.map +1 -0
  729. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CZ.d.ts +13 -0
  730. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CZ.js +17 -0
  731. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CZ.js.map +1 -0
  732. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DE.d.ts +13 -0
  733. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DE.js +17 -0
  734. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DE.js.map +1 -0
  735. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DG.d.ts +13 -0
  736. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DG.js +17 -0
  737. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DG.js.map +1 -0
  738. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DK.d.ts +14 -0
  739. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DK.js +17 -0
  740. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DK.js.map +1 -0
  741. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DM.d.ts +14 -0
  742. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DM.js +17 -0
  743. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DM.js.map +1 -0
  744. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Dsrt.d.ts +12 -0
  745. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Dsrt.js +15 -0
  746. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Dsrt.js.map +1 -0
  747. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ER.d.ts +14 -0
  748. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ER.js +17 -0
  749. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ER.js.map +1 -0
  750. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ES.d.ts +13 -0
  751. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ES.js +17 -0
  752. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ES.js.map +1 -0
  753. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FI.d.ts +13 -0
  754. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FI.js +17 -0
  755. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FI.js.map +1 -0
  756. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FJ.d.ts +14 -0
  757. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FJ.js +17 -0
  758. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FJ.js.map +1 -0
  759. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FK.d.ts +15 -0
  760. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FK.js +17 -0
  761. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FK.js.map +1 -0
  762. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FM.d.ts +13 -0
  763. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FM.js +17 -0
  764. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FM.js.map +1 -0
  765. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FR.d.ts +13 -0
  766. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FR.js +17 -0
  767. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FR.js.map +1 -0
  768. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GB.d.ts +13 -0
  769. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GB.js +17 -0
  770. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GB.js.map +1 -0
  771. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GD.d.ts +14 -0
  772. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GD.js +17 -0
  773. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GD.js.map +1 -0
  774. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GG.d.ts +13 -0
  775. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GG.js +17 -0
  776. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GG.js.map +1 -0
  777. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GH.d.ts +14 -0
  778. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GH.js +17 -0
  779. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GH.js.map +1 -0
  780. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GI.d.ts +15 -0
  781. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GI.js +17 -0
  782. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GI.js.map +1 -0
  783. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GM.d.ts +14 -0
  784. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GM.js +17 -0
  785. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GM.js.map +1 -0
  786. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GS.d.ts +13 -0
  787. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GS.js +17 -0
  788. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GS.js.map +1 -0
  789. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GU.d.ts +9 -0
  790. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GU.js +17 -0
  791. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GU.js.map +1 -0
  792. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GY.d.ts +14 -0
  793. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GY.js +17 -0
  794. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GY.js.map +1 -0
  795. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HK.d.ts +13 -0
  796. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HK.js +17 -0
  797. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HK.js.map +1 -0
  798. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HU.d.ts +13 -0
  799. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HU.js +17 -0
  800. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HU.js.map +1 -0
  801. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ID.d.ts +14 -0
  802. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ID.js +17 -0
  803. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ID.js.map +1 -0
  804. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IE.d.ts +13 -0
  805. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IE.js +17 -0
  806. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IE.js.map +1 -0
  807. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IL.d.ts +13 -0
  808. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IL.js +17 -0
  809. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IL.js.map +1 -0
  810. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IM.d.ts +13 -0
  811. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IM.js +17 -0
  812. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IM.js.map +1 -0
  813. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IN.d.ts +12 -0
  814. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IN.js +17 -0
  815. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IN.js.map +1 -0
  816. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IO.d.ts +13 -0
  817. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IO.js +17 -0
  818. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IO.js.map +1 -0
  819. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IT.d.ts +13 -0
  820. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IT.js +17 -0
  821. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IT.js.map +1 -0
  822. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JE.d.ts +13 -0
  823. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JE.js +17 -0
  824. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JE.js.map +1 -0
  825. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JM.d.ts +14 -0
  826. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JM.js +17 -0
  827. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JM.js.map +1 -0
  828. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KE.d.ts +14 -0
  829. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KE.js +17 -0
  830. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KE.js.map +1 -0
  831. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KI.d.ts +14 -0
  832. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KI.js +17 -0
  833. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KI.js.map +1 -0
  834. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KN.d.ts +14 -0
  835. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KN.js +17 -0
  836. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KN.js.map +1 -0
  837. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KY.d.ts +14 -0
  838. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KY.js +17 -0
  839. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KY.js.map +1 -0
  840. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LC.d.ts +14 -0
  841. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LC.js +17 -0
  842. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LC.js.map +1 -0
  843. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LR.d.ts +14 -0
  844. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LR.js +17 -0
  845. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LR.js.map +1 -0
  846. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LS.d.ts +14 -0
  847. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LS.js +17 -0
  848. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LS.js.map +1 -0
  849. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MG.d.ts +14 -0
  850. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MG.js +17 -0
  851. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MG.js.map +1 -0
  852. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MH.d.ts +9 -0
  853. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MH.js +17 -0
  854. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MH.js.map +1 -0
  855. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MO.d.ts +14 -0
  856. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MO.js +17 -0
  857. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MO.js.map +1 -0
  858. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MP.d.ts +9 -0
  859. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MP.js +17 -0
  860. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MP.js.map +1 -0
  861. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MS.d.ts +14 -0
  862. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MS.js +17 -0
  863. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MS.js.map +1 -0
  864. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MT.d.ts +14 -0
  865. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MT.js +17 -0
  866. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MT.js.map +1 -0
  867. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MU.d.ts +14 -0
  868. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MU.js +17 -0
  869. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MU.js.map +1 -0
  870. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MV.d.ts +14 -0
  871. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MV.js +17 -0
  872. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MV.js.map +1 -0
  873. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MW.d.ts +14 -0
  874. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MW.js +17 -0
  875. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MW.js.map +1 -0
  876. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MY.d.ts +14 -0
  877. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MY.js +17 -0
  878. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MY.js.map +1 -0
  879. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NA.d.ts +14 -0
  880. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NA.js +17 -0
  881. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NA.js.map +1 -0
  882. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NF.d.ts +14 -0
  883. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NF.js +17 -0
  884. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NF.js.map +1 -0
  885. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NG.d.ts +14 -0
  886. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NG.js +17 -0
  887. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NG.js.map +1 -0
  888. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NL.d.ts +13 -0
  889. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NL.js +17 -0
  890. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NL.js.map +1 -0
  891. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NO.d.ts +14 -0
  892. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NO.js +17 -0
  893. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NO.js.map +1 -0
  894. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NR.d.ts +14 -0
  895. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NR.js +17 -0
  896. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NR.js.map +1 -0
  897. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NU.d.ts +14 -0
  898. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NU.js +17 -0
  899. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NU.js.map +1 -0
  900. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NZ.d.ts +14 -0
  901. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NZ.js +17 -0
  902. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NZ.js.map +1 -0
  903. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PG.d.ts +14 -0
  904. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PG.js +17 -0
  905. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PG.js.map +1 -0
  906. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PH.d.ts +9 -0
  907. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PH.js +17 -0
  908. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PH.js.map +1 -0
  909. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PK.d.ts +14 -0
  910. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PK.js +17 -0
  911. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PK.js.map +1 -0
  912. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PL.d.ts +13 -0
  913. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PL.js +17 -0
  914. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PL.js.map +1 -0
  915. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PN.d.ts +14 -0
  916. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PN.js +17 -0
  917. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PN.js.map +1 -0
  918. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PR.d.ts +9 -0
  919. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PR.js +17 -0
  920. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PR.js.map +1 -0
  921. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PT.d.ts +13 -0
  922. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PT.js +17 -0
  923. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PT.js.map +1 -0
  924. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PW.d.ts +13 -0
  925. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PW.js +17 -0
  926. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PW.js.map +1 -0
  927. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RO.d.ts +13 -0
  928. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RO.js +17 -0
  929. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RO.js.map +1 -0
  930. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RW.d.ts +14 -0
  931. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RW.js +17 -0
  932. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RW.js.map +1 -0
  933. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SB.d.ts +14 -0
  934. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SB.js +17 -0
  935. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SB.js.map +1 -0
  936. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SC.d.ts +14 -0
  937. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SC.js +17 -0
  938. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SC.js.map +1 -0
  939. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SD.d.ts +13 -0
  940. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SD.js +17 -0
  941. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SD.js.map +1 -0
  942. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SE.d.ts +14 -0
  943. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SE.js +17 -0
  944. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SE.js.map +1 -0
  945. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SG.d.ts +14 -0
  946. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SG.js +17 -0
  947. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SG.js.map +1 -0
  948. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SH.d.ts +15 -0
  949. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SH.js +17 -0
  950. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SH.js.map +1 -0
  951. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SI.d.ts +13 -0
  952. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SI.js +17 -0
  953. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SI.js.map +1 -0
  954. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SK.d.ts +13 -0
  955. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SK.js +17 -0
  956. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SK.js.map +1 -0
  957. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SL.d.ts +14 -0
  958. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SL.js +17 -0
  959. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SL.js.map +1 -0
  960. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SS.d.ts +15 -0
  961. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SS.js +17 -0
  962. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SS.js.map +1 -0
  963. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SX.d.ts +14 -0
  964. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SX.js +17 -0
  965. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SX.js.map +1 -0
  966. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SZ.d.ts +14 -0
  967. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SZ.js +17 -0
  968. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SZ.js.map +1 -0
  969. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Shaw.d.ts +13 -0
  970. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Shaw.js +15 -0
  971. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Shaw.js.map +1 -0
  972. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TC.d.ts +13 -0
  973. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TC.js +17 -0
  974. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TC.js.map +1 -0
  975. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TK.d.ts +14 -0
  976. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TK.js +17 -0
  977. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TK.js.map +1 -0
  978. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TO.d.ts +14 -0
  979. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TO.js +17 -0
  980. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TO.js.map +1 -0
  981. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TT.d.ts +14 -0
  982. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TT.js +17 -0
  983. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TT.js.map +1 -0
  984. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TV.d.ts +14 -0
  985. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TV.js +17 -0
  986. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TV.js.map +1 -0
  987. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TZ.d.ts +14 -0
  988. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TZ.js +17 -0
  989. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TZ.js.map +1 -0
  990. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UG.d.ts +14 -0
  991. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UG.js +17 -0
  992. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UG.js.map +1 -0
  993. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UM.d.ts +9 -0
  994. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UM.js +17 -0
  995. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UM.js.map +1 -0
  996. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VC.d.ts +14 -0
  997. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VC.js +17 -0
  998. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VC.js.map +1 -0
  999. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VG.d.ts +13 -0
  1000. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VG.js +17 -0
  1001. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VG.js.map +1 -0
  1002. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VI.d.ts +9 -0
  1003. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VI.js +17 -0
  1004. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VI.js.map +1 -0
  1005. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VU.d.ts +14 -0
  1006. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VU.js +17 -0
  1007. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VU.js.map +1 -0
  1008. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-WS.d.ts +14 -0
  1009. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-WS.js +17 -0
  1010. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-WS.js.map +1 -0
  1011. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZA.d.ts +14 -0
  1012. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZA.js +17 -0
  1013. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZA.js.map +1 -0
  1014. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZM.d.ts +14 -0
  1015. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZM.js +17 -0
  1016. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZM.js.map +1 -0
  1017. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZW.d.ts +13 -0
  1018. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZW.js +17 -0
  1019. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZW.js.map +1 -0
  1020. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en.d.ts +9 -0
  1021. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en.js +17 -0
  1022. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en.js.map +1 -0
  1023. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eo.d.ts +13 -0
  1024. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eo.js +17 -0
  1025. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eo.js.map +1 -0
  1026. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-419.d.ts +38 -0
  1027. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-419.js +19 -0
  1028. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-419.js.map +1 -0
  1029. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-AR.d.ts +39 -0
  1030. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-AR.js +19 -0
  1031. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-AR.js.map +1 -0
  1032. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BO.d.ts +39 -0
  1033. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BO.js +19 -0
  1034. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BO.js.map +1 -0
  1035. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BR.d.ts +37 -0
  1036. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BR.js +19 -0
  1037. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BR.js.map +1 -0
  1038. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BZ.d.ts +39 -0
  1039. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BZ.js +19 -0
  1040. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BZ.js.map +1 -0
  1041. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CL.d.ts +39 -0
  1042. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CL.js +19 -0
  1043. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CL.js.map +1 -0
  1044. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CO.d.ts +39 -0
  1045. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CO.js +19 -0
  1046. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CO.js.map +1 -0
  1047. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CR.d.ts +39 -0
  1048. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CR.js +19 -0
  1049. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CR.js.map +1 -0
  1050. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CU.d.ts +39 -0
  1051. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CU.js +19 -0
  1052. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CU.js.map +1 -0
  1053. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-DO.d.ts +39 -0
  1054. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-DO.js +19 -0
  1055. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-DO.js.map +1 -0
  1056. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EA.d.ts +34 -0
  1057. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EA.js +19 -0
  1058. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EA.js.map +1 -0
  1059. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EC.d.ts +37 -0
  1060. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EC.js +19 -0
  1061. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EC.js.map +1 -0
  1062. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GQ.d.ts +33 -0
  1063. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GQ.js +19 -0
  1064. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GQ.js.map +1 -0
  1065. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GT.d.ts +39 -0
  1066. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GT.js +19 -0
  1067. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GT.js.map +1 -0
  1068. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-HN.d.ts +39 -0
  1069. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-HN.js +19 -0
  1070. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-HN.js.map +1 -0
  1071. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-IC.d.ts +34 -0
  1072. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-IC.js +19 -0
  1073. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-IC.js.map +1 -0
  1074. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-MX.d.ts +35 -0
  1075. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-MX.js +19 -0
  1076. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-MX.js.map +1 -0
  1077. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-NI.d.ts +39 -0
  1078. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-NI.js +19 -0
  1079. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-NI.js.map +1 -0
  1080. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PA.d.ts +39 -0
  1081. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PA.js +19 -0
  1082. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PA.js.map +1 -0
  1083. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PE.d.ts +39 -0
  1084. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PE.js +19 -0
  1085. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PE.js.map +1 -0
  1086. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PH.d.ts +33 -0
  1087. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PH.js +19 -0
  1088. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PH.js.map +1 -0
  1089. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PR.d.ts +37 -0
  1090. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PR.js +19 -0
  1091. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PR.js.map +1 -0
  1092. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PY.d.ts +39 -0
  1093. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PY.js +19 -0
  1094. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PY.js.map +1 -0
  1095. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-SV.d.ts +37 -0
  1096. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-SV.js +19 -0
  1097. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-SV.js.map +1 -0
  1098. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-US.d.ts +31 -0
  1099. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-US.js +19 -0
  1100. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-US.js.map +1 -0
  1101. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-UY.d.ts +40 -0
  1102. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-UY.js +19 -0
  1103. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-UY.js.map +1 -0
  1104. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-VE.d.ts +39 -0
  1105. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-VE.js +19 -0
  1106. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-VE.js.map +1 -0
  1107. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es.d.ts +34 -0
  1108. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es.js +19 -0
  1109. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es.js.map +1 -0
  1110. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/et.d.ts +16 -0
  1111. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/et.js +17 -0
  1112. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/et.js.map +1 -0
  1113. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eu.d.ts +18 -0
  1114. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eu.js +17 -0
  1115. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eu.js.map +1 -0
  1116. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ewo.d.ts +13 -0
  1117. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ewo.js +15 -0
  1118. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ewo.js.map +1 -0
  1119. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-DJ.d.ts +9 -0
  1120. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-DJ.js +11 -0
  1121. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-DJ.js.map +1 -0
  1122. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-ER.d.ts +9 -0
  1123. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-ER.js +11 -0
  1124. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-ER.js.map +1 -0
  1125. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa.d.ts +9 -0
  1126. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa.js +11 -0
  1127. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa.js.map +1 -0
  1128. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ab.d.ts +9 -0
  1129. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ab.js +11 -0
  1130. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ab.js.map +1 -0
  1131. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af-NA.d.ts +9 -0
  1132. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af-NA.js +11 -0
  1133. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af-NA.js.map +1 -0
  1134. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af.d.ts +9 -0
  1135. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af.js +11 -0
  1136. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af.js.map +1 -0
  1137. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/agq.d.ts +9 -0
  1138. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/agq.js +11 -0
  1139. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/agq.js.map +1 -0
  1140. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ak.d.ts +9 -0
  1141. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ak.js +11 -0
  1142. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ak.js.map +1 -0
  1143. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/am.d.ts +9 -0
  1144. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/am.js +11 -0
  1145. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/am.js.map +1 -0
  1146. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/an.d.ts +9 -0
  1147. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/an.js +11 -0
  1148. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/an.js.map +1 -0
  1149. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ann.d.ts +9 -0
  1150. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ann.js +11 -0
  1151. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ann.js.map +1 -0
  1152. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/apc.d.ts +9 -0
  1153. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/apc.js +11 -0
  1154. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/apc.js.map +1 -0
  1155. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-AE.d.ts +9 -0
  1156. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-AE.js +11 -0
  1157. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-AE.js.map +1 -0
  1158. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-BH.d.ts +9 -0
  1159. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-BH.js +11 -0
  1160. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-BH.js.map +1 -0
  1161. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DJ.d.ts +9 -0
  1162. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DJ.js +11 -0
  1163. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DJ.js.map +1 -0
  1164. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DZ.d.ts +9 -0
  1165. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DZ.js +11 -0
  1166. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DZ.js.map +1 -0
  1167. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EG.d.ts +9 -0
  1168. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EG.js +11 -0
  1169. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EG.js.map +1 -0
  1170. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EH.d.ts +9 -0
  1171. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EH.js +11 -0
  1172. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EH.js.map +1 -0
  1173. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-ER.d.ts +9 -0
  1174. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-ER.js +11 -0
  1175. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-ER.js.map +1 -0
  1176. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IL.d.ts +9 -0
  1177. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IL.js +11 -0
  1178. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IL.js.map +1 -0
  1179. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IQ.d.ts +9 -0
  1180. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IQ.js +11 -0
  1181. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IQ.js.map +1 -0
  1182. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-JO.d.ts +9 -0
  1183. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-JO.js +11 -0
  1184. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-JO.js.map +1 -0
  1185. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KM.d.ts +9 -0
  1186. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KM.js +11 -0
  1187. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KM.js.map +1 -0
  1188. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KW.d.ts +9 -0
  1189. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KW.js +11 -0
  1190. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KW.js.map +1 -0
  1191. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LB.d.ts +9 -0
  1192. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LB.js +11 -0
  1193. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LB.js.map +1 -0
  1194. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LY.d.ts +9 -0
  1195. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LY.js +11 -0
  1196. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LY.js.map +1 -0
  1197. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MA.d.ts +9 -0
  1198. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MA.js +11 -0
  1199. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MA.js.map +1 -0
  1200. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MR.d.ts +9 -0
  1201. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MR.js +11 -0
  1202. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MR.js.map +1 -0
  1203. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-OM.d.ts +9 -0
  1204. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-OM.js +11 -0
  1205. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-OM.js.map +1 -0
  1206. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-PS.d.ts +9 -0
  1207. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-PS.js +11 -0
  1208. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-PS.js.map +1 -0
  1209. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-QA.d.ts +9 -0
  1210. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-QA.js +11 -0
  1211. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-QA.js.map +1 -0
  1212. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SA.d.ts +9 -0
  1213. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SA.js +11 -0
  1214. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SA.js.map +1 -0
  1215. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SD.d.ts +9 -0
  1216. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SD.js +11 -0
  1217. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SD.js.map +1 -0
  1218. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SO.d.ts +9 -0
  1219. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SO.js +11 -0
  1220. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SO.js.map +1 -0
  1221. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SS.d.ts +9 -0
  1222. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SS.js +11 -0
  1223. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SS.js.map +1 -0
  1224. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SY.d.ts +9 -0
  1225. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SY.js +11 -0
  1226. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SY.js.map +1 -0
  1227. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TD.d.ts +9 -0
  1228. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TD.js +11 -0
  1229. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TD.js.map +1 -0
  1230. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TN.d.ts +9 -0
  1231. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TN.js +11 -0
  1232. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TN.js.map +1 -0
  1233. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-YE.d.ts +9 -0
  1234. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-YE.js +11 -0
  1235. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-YE.js.map +1 -0
  1236. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar.d.ts +9 -0
  1237. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar.js +11 -0
  1238. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar.js.map +1 -0
  1239. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/arn.d.ts +9 -0
  1240. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/arn.js +11 -0
  1241. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/arn.js.map +1 -0
  1242. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/as.d.ts +9 -0
  1243. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/as.js +11 -0
  1244. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/as.js.map +1 -0
  1245. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/asa.d.ts +9 -0
  1246. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/asa.js +11 -0
  1247. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/asa.js.map +1 -0
  1248. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ast.d.ts +9 -0
  1249. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ast.js +11 -0
  1250. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ast.js.map +1 -0
  1251. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-IQ.d.ts +9 -0
  1252. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-IQ.js +11 -0
  1253. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-IQ.js.map +1 -0
  1254. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-TR.d.ts +9 -0
  1255. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-TR.js +11 -0
  1256. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-TR.js.map +1 -0
  1257. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab.d.ts +9 -0
  1258. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab.js +11 -0
  1259. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab.js.map +1 -0
  1260. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Cyrl.d.ts +9 -0
  1261. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Cyrl.js +11 -0
  1262. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Cyrl.js.map +1 -0
  1263. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Latn.d.ts +9 -0
  1264. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Latn.js +11 -0
  1265. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Latn.js.map +1 -0
  1266. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az.d.ts +9 -0
  1267. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az.js +11 -0
  1268. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az.js.map +1 -0
  1269. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ba.d.ts +9 -0
  1270. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ba.js +11 -0
  1271. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ba.js.map +1 -0
  1272. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Arab.d.ts +9 -0
  1273. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Arab.js +11 -0
  1274. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Arab.js.map +1 -0
  1275. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Latn.d.ts +9 -0
  1276. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Latn.js +11 -0
  1277. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Latn.js.map +1 -0
  1278. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal.d.ts +9 -0
  1279. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal.js +11 -0
  1280. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal.js.map +1 -0
  1281. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bas.d.ts +9 -0
  1282. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bas.js +11 -0
  1283. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bas.js.map +1 -0
  1284. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be-tarask.d.ts +9 -0
  1285. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be-tarask.js +11 -0
  1286. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be-tarask.js.map +1 -0
  1287. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be.d.ts +9 -0
  1288. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be.js +11 -0
  1289. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be.js.map +1 -0
  1290. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bem.d.ts +9 -0
  1291. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bem.js +11 -0
  1292. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bem.js.map +1 -0
  1293. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bew.d.ts +9 -0
  1294. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bew.js +11 -0
  1295. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bew.js.map +1 -0
  1296. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bez.d.ts +9 -0
  1297. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bez.js +11 -0
  1298. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bez.js.map +1 -0
  1299. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bg.d.ts +9 -0
  1300. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bg.js +11 -0
  1301. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bg.js.map +1 -0
  1302. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgc.d.ts +9 -0
  1303. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgc.js +11 -0
  1304. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgc.js.map +1 -0
  1305. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AE.d.ts +9 -0
  1306. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AE.js +11 -0
  1307. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AE.js.map +1 -0
  1308. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AF.d.ts +9 -0
  1309. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AF.js +11 -0
  1310. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AF.js.map +1 -0
  1311. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-IR.d.ts +9 -0
  1312. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-IR.js +11 -0
  1313. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-IR.js.map +1 -0
  1314. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-OM.d.ts +9 -0
  1315. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-OM.js +11 -0
  1316. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-OM.js.map +1 -0
  1317. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn.d.ts +9 -0
  1318. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn.js +11 -0
  1319. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn.js.map +1 -0
  1320. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bho.d.ts +9 -0
  1321. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bho.js +11 -0
  1322. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bho.js.map +1 -0
  1323. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blo.d.ts +9 -0
  1324. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blo.js +11 -0
  1325. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blo.js.map +1 -0
  1326. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blt.d.ts +9 -0
  1327. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blt.js +11 -0
  1328. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blt.js.map +1 -0
  1329. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm-Nkoo.d.ts +9 -0
  1330. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm-Nkoo.js +11 -0
  1331. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm-Nkoo.js.map +1 -0
  1332. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm.d.ts +9 -0
  1333. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm.js +11 -0
  1334. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm.js.map +1 -0
  1335. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn-IN.d.ts +9 -0
  1336. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn-IN.js +11 -0
  1337. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn-IN.js.map +1 -0
  1338. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn.d.ts +9 -0
  1339. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn.js +11 -0
  1340. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn.js.map +1 -0
  1341. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo-IN.d.ts +9 -0
  1342. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo-IN.js +11 -0
  1343. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo-IN.js.map +1 -0
  1344. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo.d.ts +9 -0
  1345. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo.js +11 -0
  1346. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo.js.map +1 -0
  1347. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/br.d.ts +9 -0
  1348. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/br.js +11 -0
  1349. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/br.js.map +1 -0
  1350. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/brx.d.ts +9 -0
  1351. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/brx.js +11 -0
  1352. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/brx.js.map +1 -0
  1353. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Cyrl.d.ts +9 -0
  1354. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Cyrl.js +11 -0
  1355. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Cyrl.js.map +1 -0
  1356. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Latn.d.ts +9 -0
  1357. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Latn.js +11 -0
  1358. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Latn.js.map +1 -0
  1359. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs.d.ts +9 -0
  1360. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs.js +11 -0
  1361. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs.js.map +1 -0
  1362. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bss.d.ts +9 -0
  1363. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bss.js +11 -0
  1364. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bss.js.map +1 -0
  1365. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/byn.d.ts +9 -0
  1366. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/byn.js +11 -0
  1367. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/byn.js.map +1 -0
  1368. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-AD.d.ts +9 -0
  1369. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-AD.js +11 -0
  1370. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-AD.js.map +1 -0
  1371. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-ES-valencia.d.ts +9 -0
  1372. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-ES-valencia.js +11 -0
  1373. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-ES-valencia.js.map +1 -0
  1374. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-FR.d.ts +9 -0
  1375. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-FR.js +11 -0
  1376. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-FR.js.map +1 -0
  1377. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-IT.d.ts +9 -0
  1378. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-IT.js +11 -0
  1379. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-IT.js.map +1 -0
  1380. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca.d.ts +9 -0
  1381. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca.js +11 -0
  1382. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca.js.map +1 -0
  1383. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cad.d.ts +9 -0
  1384. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cad.js +11 -0
  1385. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cad.js.map +1 -0
  1386. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cch.d.ts +9 -0
  1387. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cch.js +11 -0
  1388. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cch.js.map +1 -0
  1389. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp-IN.d.ts +9 -0
  1390. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp-IN.js +11 -0
  1391. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp-IN.js.map +1 -0
  1392. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp.d.ts +9 -0
  1393. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp.js +11 -0
  1394. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp.js.map +1 -0
  1395. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ce.d.ts +9 -0
  1396. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ce.js +11 -0
  1397. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ce.js.map +1 -0
  1398. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ceb.d.ts +9 -0
  1399. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ceb.js +11 -0
  1400. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ceb.js.map +1 -0
  1401. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cgg.d.ts +9 -0
  1402. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cgg.js +11 -0
  1403. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cgg.js.map +1 -0
  1404. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cho.d.ts +9 -0
  1405. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cho.js +11 -0
  1406. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cho.js.map +1 -0
  1407. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/chr.d.ts +9 -0
  1408. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/chr.js +11 -0
  1409. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/chr.js.map +1 -0
  1410. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cic.d.ts +9 -0
  1411. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cic.js +11 -0
  1412. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cic.js.map +1 -0
  1413. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb-IR.d.ts +9 -0
  1414. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb-IR.js +11 -0
  1415. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb-IR.js.map +1 -0
  1416. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb.d.ts +9 -0
  1417. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb.js +11 -0
  1418. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb.js.map +1 -0
  1419. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/co.d.ts +9 -0
  1420. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/co.js +11 -0
  1421. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/co.js.map +1 -0
  1422. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cop.d.ts +9 -0
  1423. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cop.js +11 -0
  1424. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cop.js.map +1 -0
  1425. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cs.d.ts +9 -0
  1426. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cs.js +11 -0
  1427. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cs.js.map +1 -0
  1428. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/csw.d.ts +9 -0
  1429. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/csw.js +11 -0
  1430. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/csw.js.map +1 -0
  1431. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cu.d.ts +9 -0
  1432. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cu.js +11 -0
  1433. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cu.js.map +1 -0
  1434. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cv.d.ts +9 -0
  1435. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cv.js +11 -0
  1436. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cv.js.map +1 -0
  1437. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cy.d.ts +9 -0
  1438. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cy.js +11 -0
  1439. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cy.js.map +1 -0
  1440. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da-GL.d.ts +9 -0
  1441. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da-GL.js +11 -0
  1442. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da-GL.js.map +1 -0
  1443. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da.d.ts +9 -0
  1444. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da.js +11 -0
  1445. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da.js.map +1 -0
  1446. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dav.d.ts +9 -0
  1447. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dav.js +11 -0
  1448. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dav.js.map +1 -0
  1449. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-AT.d.ts +9 -0
  1450. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-AT.js +11 -0
  1451. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-AT.js.map +1 -0
  1452. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-BE.d.ts +9 -0
  1453. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-BE.js +11 -0
  1454. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-BE.js.map +1 -0
  1455. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-CH.d.ts +9 -0
  1456. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-CH.js +11 -0
  1457. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-CH.js.map +1 -0
  1458. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-IT.d.ts +9 -0
  1459. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-IT.js +11 -0
  1460. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-IT.js.map +1 -0
  1461. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LI.d.ts +9 -0
  1462. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LI.js +11 -0
  1463. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LI.js.map +1 -0
  1464. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LU.d.ts +9 -0
  1465. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LU.js +11 -0
  1466. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LU.js.map +1 -0
  1467. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de.d.ts +9 -0
  1468. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de.js +11 -0
  1469. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de.js.map +1 -0
  1470. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dje.d.ts +9 -0
  1471. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dje.js +11 -0
  1472. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dje.js.map +1 -0
  1473. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/doi.d.ts +9 -0
  1474. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/doi.js +11 -0
  1475. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/doi.js.map +1 -0
  1476. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dsb.d.ts +9 -0
  1477. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dsb.js +11 -0
  1478. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dsb.js.map +1 -0
  1479. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dua.d.ts +9 -0
  1480. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dua.js +11 -0
  1481. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dua.js.map +1 -0
  1482. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dv.d.ts +9 -0
  1483. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dv.js +11 -0
  1484. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dv.js.map +1 -0
  1485. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dyo.d.ts +9 -0
  1486. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dyo.js +11 -0
  1487. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dyo.js.map +1 -0
  1488. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dz.d.ts +9 -0
  1489. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dz.js +11 -0
  1490. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dz.js.map +1 -0
  1491. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ebu.d.ts +9 -0
  1492. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ebu.js +11 -0
  1493. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ebu.js.map +1 -0
  1494. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee-TG.d.ts +9 -0
  1495. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee-TG.js +11 -0
  1496. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee-TG.js.map +1 -0
  1497. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee.d.ts +9 -0
  1498. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee.js +11 -0
  1499. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee.js.map +1 -0
  1500. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-CY.d.ts +9 -0
  1501. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-CY.js +11 -0
  1502. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-CY.js.map +1 -0
  1503. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-polyton.d.ts +9 -0
  1504. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-polyton.js +11 -0
  1505. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-polyton.js.map +1 -0
  1506. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el.d.ts +9 -0
  1507. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el.js +11 -0
  1508. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el.js.map +1 -0
  1509. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-001.d.ts +9 -0
  1510. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-001.js +11 -0
  1511. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-001.js.map +1 -0
  1512. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-150.d.ts +9 -0
  1513. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-150.js +11 -0
  1514. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-150.js.map +1 -0
  1515. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AE.d.ts +9 -0
  1516. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AE.js +11 -0
  1517. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AE.js.map +1 -0
  1518. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AG.d.ts +9 -0
  1519. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AG.js +11 -0
  1520. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AG.js.map +1 -0
  1521. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AI.d.ts +9 -0
  1522. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AI.js +11 -0
  1523. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AI.js.map +1 -0
  1524. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AS.d.ts +9 -0
  1525. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AS.js +11 -0
  1526. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AS.js.map +1 -0
  1527. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AT.d.ts +9 -0
  1528. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AT.js +11 -0
  1529. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AT.js.map +1 -0
  1530. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AU.d.ts +9 -0
  1531. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AU.js +11 -0
  1532. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AU.js.map +1 -0
  1533. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BB.d.ts +9 -0
  1534. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BB.js +11 -0
  1535. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BB.js.map +1 -0
  1536. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BE.d.ts +9 -0
  1537. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BE.js +11 -0
  1538. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BE.js.map +1 -0
  1539. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BI.d.ts +9 -0
  1540. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BI.js +11 -0
  1541. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BI.js.map +1 -0
  1542. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BM.d.ts +9 -0
  1543. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BM.js +11 -0
  1544. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BM.js.map +1 -0
  1545. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BS.d.ts +9 -0
  1546. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BS.js +11 -0
  1547. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BS.js.map +1 -0
  1548. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BW.d.ts +9 -0
  1549. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BW.js +11 -0
  1550. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BW.js.map +1 -0
  1551. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BZ.d.ts +9 -0
  1552. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BZ.js +11 -0
  1553. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BZ.js.map +1 -0
  1554. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CA.d.ts +9 -0
  1555. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CA.js +11 -0
  1556. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CA.js.map +1 -0
  1557. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CC.d.ts +9 -0
  1558. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CC.js +11 -0
  1559. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CC.js.map +1 -0
  1560. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CH.d.ts +9 -0
  1561. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CH.js +11 -0
  1562. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CH.js.map +1 -0
  1563. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CK.d.ts +9 -0
  1564. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CK.js +11 -0
  1565. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CK.js.map +1 -0
  1566. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CM.d.ts +9 -0
  1567. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CM.js +11 -0
  1568. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CM.js.map +1 -0
  1569. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CX.d.ts +9 -0
  1570. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CX.js +11 -0
  1571. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CX.js.map +1 -0
  1572. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CY.d.ts +9 -0
  1573. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CY.js +11 -0
  1574. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CY.js.map +1 -0
  1575. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CZ.d.ts +9 -0
  1576. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CZ.js +11 -0
  1577. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CZ.js.map +1 -0
  1578. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DE.d.ts +9 -0
  1579. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DE.js +11 -0
  1580. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DE.js.map +1 -0
  1581. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DG.d.ts +9 -0
  1582. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DG.js +11 -0
  1583. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DG.js.map +1 -0
  1584. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DK.d.ts +9 -0
  1585. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DK.js +11 -0
  1586. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DK.js.map +1 -0
  1587. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DM.d.ts +9 -0
  1588. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DM.js +11 -0
  1589. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DM.js.map +1 -0
  1590. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Dsrt.d.ts +9 -0
  1591. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Dsrt.js +11 -0
  1592. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Dsrt.js.map +1 -0
  1593. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ER.d.ts +9 -0
  1594. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ER.js +11 -0
  1595. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ER.js.map +1 -0
  1596. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ES.d.ts +9 -0
  1597. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ES.js +11 -0
  1598. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ES.js.map +1 -0
  1599. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FI.d.ts +9 -0
  1600. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FI.js +11 -0
  1601. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FI.js.map +1 -0
  1602. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FJ.d.ts +9 -0
  1603. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FJ.js +11 -0
  1604. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FJ.js.map +1 -0
  1605. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FK.d.ts +9 -0
  1606. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FK.js +11 -0
  1607. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FK.js.map +1 -0
  1608. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FM.d.ts +9 -0
  1609. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FM.js +11 -0
  1610. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FM.js.map +1 -0
  1611. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FR.d.ts +9 -0
  1612. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FR.js +11 -0
  1613. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FR.js.map +1 -0
  1614. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GB.d.ts +9 -0
  1615. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GB.js +11 -0
  1616. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GB.js.map +1 -0
  1617. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GD.d.ts +9 -0
  1618. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GD.js +11 -0
  1619. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GD.js.map +1 -0
  1620. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GG.d.ts +9 -0
  1621. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GG.js +11 -0
  1622. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GG.js.map +1 -0
  1623. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GH.d.ts +9 -0
  1624. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GH.js +11 -0
  1625. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GH.js.map +1 -0
  1626. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GI.d.ts +9 -0
  1627. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GI.js +11 -0
  1628. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GI.js.map +1 -0
  1629. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GM.d.ts +9 -0
  1630. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GM.js +11 -0
  1631. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GM.js.map +1 -0
  1632. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GS.d.ts +9 -0
  1633. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GS.js +11 -0
  1634. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GS.js.map +1 -0
  1635. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GU.d.ts +9 -0
  1636. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GU.js +11 -0
  1637. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GU.js.map +1 -0
  1638. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GY.d.ts +9 -0
  1639. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GY.js +11 -0
  1640. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GY.js.map +1 -0
  1641. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HK.d.ts +9 -0
  1642. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HK.js +11 -0
  1643. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HK.js.map +1 -0
  1644. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HU.d.ts +9 -0
  1645. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HU.js +11 -0
  1646. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HU.js.map +1 -0
  1647. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ID.d.ts +9 -0
  1648. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ID.js +11 -0
  1649. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ID.js.map +1 -0
  1650. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IE.d.ts +9 -0
  1651. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IE.js +11 -0
  1652. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IE.js.map +1 -0
  1653. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IL.d.ts +9 -0
  1654. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IL.js +11 -0
  1655. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IL.js.map +1 -0
  1656. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IM.d.ts +9 -0
  1657. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IM.js +11 -0
  1658. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IM.js.map +1 -0
  1659. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IN.d.ts +9 -0
  1660. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IN.js +11 -0
  1661. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IN.js.map +1 -0
  1662. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IO.d.ts +9 -0
  1663. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IO.js +11 -0
  1664. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IO.js.map +1 -0
  1665. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IT.d.ts +9 -0
  1666. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IT.js +11 -0
  1667. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IT.js.map +1 -0
  1668. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JE.d.ts +9 -0
  1669. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JE.js +11 -0
  1670. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JE.js.map +1 -0
  1671. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JM.d.ts +9 -0
  1672. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JM.js +11 -0
  1673. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JM.js.map +1 -0
  1674. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KE.d.ts +9 -0
  1675. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KE.js +11 -0
  1676. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KE.js.map +1 -0
  1677. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KI.d.ts +9 -0
  1678. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KI.js +11 -0
  1679. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KI.js.map +1 -0
  1680. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KN.d.ts +9 -0
  1681. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KN.js +11 -0
  1682. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KN.js.map +1 -0
  1683. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KY.d.ts +9 -0
  1684. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KY.js +11 -0
  1685. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KY.js.map +1 -0
  1686. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LC.d.ts +9 -0
  1687. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LC.js +11 -0
  1688. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LC.js.map +1 -0
  1689. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LR.d.ts +9 -0
  1690. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LR.js +11 -0
  1691. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LR.js.map +1 -0
  1692. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LS.d.ts +9 -0
  1693. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LS.js +11 -0
  1694. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LS.js.map +1 -0
  1695. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MG.d.ts +9 -0
  1696. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MG.js +11 -0
  1697. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MG.js.map +1 -0
  1698. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MH.d.ts +9 -0
  1699. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MH.js +11 -0
  1700. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MH.js.map +1 -0
  1701. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MO.d.ts +9 -0
  1702. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MO.js +11 -0
  1703. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MO.js.map +1 -0
  1704. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MP.d.ts +9 -0
  1705. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MP.js +11 -0
  1706. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MP.js.map +1 -0
  1707. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MS.d.ts +9 -0
  1708. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MS.js +11 -0
  1709. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MS.js.map +1 -0
  1710. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MT.d.ts +9 -0
  1711. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MT.js +11 -0
  1712. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MT.js.map +1 -0
  1713. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MU.d.ts +9 -0
  1714. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MU.js +11 -0
  1715. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MU.js.map +1 -0
  1716. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MV.d.ts +9 -0
  1717. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MV.js +11 -0
  1718. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MV.js.map +1 -0
  1719. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MW.d.ts +9 -0
  1720. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MW.js +11 -0
  1721. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MW.js.map +1 -0
  1722. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MY.d.ts +9 -0
  1723. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MY.js +11 -0
  1724. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MY.js.map +1 -0
  1725. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NA.d.ts +9 -0
  1726. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NA.js +11 -0
  1727. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NA.js.map +1 -0
  1728. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NF.d.ts +9 -0
  1729. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NF.js +11 -0
  1730. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NF.js.map +1 -0
  1731. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NG.d.ts +9 -0
  1732. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NG.js +11 -0
  1733. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NG.js.map +1 -0
  1734. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NL.d.ts +9 -0
  1735. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NL.js +11 -0
  1736. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NL.js.map +1 -0
  1737. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NO.d.ts +9 -0
  1738. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NO.js +11 -0
  1739. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NO.js.map +1 -0
  1740. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NR.d.ts +9 -0
  1741. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NR.js +11 -0
  1742. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NR.js.map +1 -0
  1743. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NU.d.ts +9 -0
  1744. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NU.js +11 -0
  1745. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NU.js.map +1 -0
  1746. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NZ.d.ts +9 -0
  1747. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NZ.js +11 -0
  1748. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NZ.js.map +1 -0
  1749. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PG.d.ts +9 -0
  1750. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PG.js +11 -0
  1751. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PG.js.map +1 -0
  1752. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PH.d.ts +9 -0
  1753. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PH.js +11 -0
  1754. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PH.js.map +1 -0
  1755. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PK.d.ts +9 -0
  1756. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PK.js +11 -0
  1757. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PK.js.map +1 -0
  1758. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PL.d.ts +9 -0
  1759. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PL.js +11 -0
  1760. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PL.js.map +1 -0
  1761. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PN.d.ts +9 -0
  1762. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PN.js +11 -0
  1763. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PN.js.map +1 -0
  1764. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PR.d.ts +9 -0
  1765. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PR.js +11 -0
  1766. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PR.js.map +1 -0
  1767. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PT.d.ts +9 -0
  1768. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PT.js +11 -0
  1769. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PT.js.map +1 -0
  1770. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PW.d.ts +9 -0
  1771. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PW.js +11 -0
  1772. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PW.js.map +1 -0
  1773. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RO.d.ts +9 -0
  1774. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RO.js +11 -0
  1775. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RO.js.map +1 -0
  1776. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RW.d.ts +9 -0
  1777. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RW.js +11 -0
  1778. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RW.js.map +1 -0
  1779. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SB.d.ts +9 -0
  1780. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SB.js +11 -0
  1781. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SB.js.map +1 -0
  1782. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SC.d.ts +9 -0
  1783. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SC.js +11 -0
  1784. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SC.js.map +1 -0
  1785. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SD.d.ts +9 -0
  1786. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SD.js +11 -0
  1787. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SD.js.map +1 -0
  1788. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SE.d.ts +9 -0
  1789. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SE.js +11 -0
  1790. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SE.js.map +1 -0
  1791. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SG.d.ts +9 -0
  1792. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SG.js +11 -0
  1793. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SG.js.map +1 -0
  1794. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SH.d.ts +9 -0
  1795. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SH.js +11 -0
  1796. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SH.js.map +1 -0
  1797. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SI.d.ts +9 -0
  1798. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SI.js +11 -0
  1799. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SI.js.map +1 -0
  1800. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SK.d.ts +9 -0
  1801. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SK.js +11 -0
  1802. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SK.js.map +1 -0
  1803. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SL.d.ts +9 -0
  1804. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SL.js +11 -0
  1805. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SL.js.map +1 -0
  1806. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SS.d.ts +9 -0
  1807. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SS.js +11 -0
  1808. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SS.js.map +1 -0
  1809. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SX.d.ts +9 -0
  1810. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SX.js +11 -0
  1811. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SX.js.map +1 -0
  1812. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SZ.d.ts +9 -0
  1813. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SZ.js +11 -0
  1814. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SZ.js.map +1 -0
  1815. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Shaw.d.ts +9 -0
  1816. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Shaw.js +11 -0
  1817. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Shaw.js.map +1 -0
  1818. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TC.d.ts +9 -0
  1819. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TC.js +11 -0
  1820. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TC.js.map +1 -0
  1821. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TK.d.ts +9 -0
  1822. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TK.js +11 -0
  1823. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TK.js.map +1 -0
  1824. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TO.d.ts +9 -0
  1825. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TO.js +11 -0
  1826. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TO.js.map +1 -0
  1827. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TT.d.ts +9 -0
  1828. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TT.js +11 -0
  1829. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TT.js.map +1 -0
  1830. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TV.d.ts +9 -0
  1831. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TV.js +11 -0
  1832. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TV.js.map +1 -0
  1833. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TZ.d.ts +9 -0
  1834. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TZ.js +11 -0
  1835. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TZ.js.map +1 -0
  1836. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UG.d.ts +9 -0
  1837. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UG.js +11 -0
  1838. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UG.js.map +1 -0
  1839. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UM.d.ts +9 -0
  1840. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UM.js +11 -0
  1841. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UM.js.map +1 -0
  1842. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VC.d.ts +9 -0
  1843. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VC.js +11 -0
  1844. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VC.js.map +1 -0
  1845. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VG.d.ts +9 -0
  1846. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VG.js +11 -0
  1847. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VG.js.map +1 -0
  1848. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VI.d.ts +9 -0
  1849. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VI.js +11 -0
  1850. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VI.js.map +1 -0
  1851. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VU.d.ts +9 -0
  1852. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VU.js +11 -0
  1853. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VU.js.map +1 -0
  1854. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-WS.d.ts +9 -0
  1855. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-WS.js +11 -0
  1856. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-WS.js.map +1 -0
  1857. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZA.d.ts +9 -0
  1858. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZA.js +11 -0
  1859. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZA.js.map +1 -0
  1860. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZM.d.ts +9 -0
  1861. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZM.js +11 -0
  1862. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZM.js.map +1 -0
  1863. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZW.d.ts +9 -0
  1864. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZW.js +11 -0
  1865. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZW.js.map +1 -0
  1866. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en.d.ts +9 -0
  1867. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en.js +11 -0
  1868. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en.js.map +1 -0
  1869. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eo.d.ts +9 -0
  1870. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eo.js +11 -0
  1871. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eo.js.map +1 -0
  1872. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-419.d.ts +9 -0
  1873. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-419.js +11 -0
  1874. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-419.js.map +1 -0
  1875. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-AR.d.ts +9 -0
  1876. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-AR.js +11 -0
  1877. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-AR.js.map +1 -0
  1878. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BO.d.ts +9 -0
  1879. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BO.js +11 -0
  1880. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BO.js.map +1 -0
  1881. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BR.d.ts +9 -0
  1882. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BR.js +11 -0
  1883. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BR.js.map +1 -0
  1884. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BZ.d.ts +9 -0
  1885. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BZ.js +11 -0
  1886. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BZ.js.map +1 -0
  1887. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CL.d.ts +9 -0
  1888. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CL.js +11 -0
  1889. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CL.js.map +1 -0
  1890. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CO.d.ts +9 -0
  1891. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CO.js +11 -0
  1892. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CO.js.map +1 -0
  1893. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CR.d.ts +9 -0
  1894. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CR.js +11 -0
  1895. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CR.js.map +1 -0
  1896. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CU.d.ts +9 -0
  1897. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CU.js +11 -0
  1898. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CU.js.map +1 -0
  1899. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-DO.d.ts +9 -0
  1900. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-DO.js +11 -0
  1901. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-DO.js.map +1 -0
  1902. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EA.d.ts +9 -0
  1903. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EA.js +11 -0
  1904. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EA.js.map +1 -0
  1905. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EC.d.ts +9 -0
  1906. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EC.js +11 -0
  1907. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EC.js.map +1 -0
  1908. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GQ.d.ts +9 -0
  1909. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GQ.js +11 -0
  1910. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GQ.js.map +1 -0
  1911. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GT.d.ts +9 -0
  1912. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GT.js +11 -0
  1913. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GT.js.map +1 -0
  1914. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-HN.d.ts +9 -0
  1915. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-HN.js +11 -0
  1916. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-HN.js.map +1 -0
  1917. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-IC.d.ts +9 -0
  1918. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-IC.js +11 -0
  1919. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-IC.js.map +1 -0
  1920. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-MX.d.ts +9 -0
  1921. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-MX.js +11 -0
  1922. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-MX.js.map +1 -0
  1923. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-NI.d.ts +9 -0
  1924. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-NI.js +11 -0
  1925. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-NI.js.map +1 -0
  1926. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PA.d.ts +9 -0
  1927. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PA.js +11 -0
  1928. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PA.js.map +1 -0
  1929. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PE.d.ts +9 -0
  1930. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PE.js +11 -0
  1931. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PE.js.map +1 -0
  1932. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PH.d.ts +9 -0
  1933. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PH.js +11 -0
  1934. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PH.js.map +1 -0
  1935. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PR.d.ts +9 -0
  1936. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PR.js +11 -0
  1937. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PR.js.map +1 -0
  1938. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PY.d.ts +9 -0
  1939. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PY.js +11 -0
  1940. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PY.js.map +1 -0
  1941. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-SV.d.ts +9 -0
  1942. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-SV.js +11 -0
  1943. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-SV.js.map +1 -0
  1944. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-US.d.ts +9 -0
  1945. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-US.js +11 -0
  1946. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-US.js.map +1 -0
  1947. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-UY.d.ts +9 -0
  1948. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-UY.js +11 -0
  1949. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-UY.js.map +1 -0
  1950. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-VE.d.ts +9 -0
  1951. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-VE.js +11 -0
  1952. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-VE.js.map +1 -0
  1953. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es.d.ts +9 -0
  1954. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es.js +11 -0
  1955. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es.js.map +1 -0
  1956. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/et.d.ts +9 -0
  1957. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/et.js +11 -0
  1958. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/et.js.map +1 -0
  1959. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eu.d.ts +9 -0
  1960. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eu.js +11 -0
  1961. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eu.js.map +1 -0
  1962. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ewo.d.ts +9 -0
  1963. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ewo.js +11 -0
  1964. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ewo.js.map +1 -0
  1965. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa-AF.d.ts +9 -0
  1966. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa-AF.js +11 -0
  1967. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa-AF.js.map +1 -0
  1968. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa.d.ts +9 -0
  1969. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa.js +11 -0
  1970. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa.js.map +1 -0
  1971. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-BF.d.ts +9 -0
  1972. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js +11 -0
  1973. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js.map +1 -0
  1974. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-CM.d.ts +9 -0
  1975. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js +11 -0
  1976. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js.map +1 -0
  1977. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GH.d.ts +9 -0
  1978. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js +11 -0
  1979. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js.map +1 -0
  1980. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GM.d.ts +9 -0
  1981. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js +11 -0
  1982. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js.map +1 -0
  1983. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GW.d.ts +9 -0
  1984. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js +11 -0
  1985. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js.map +1 -0
  1986. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-LR.d.ts +9 -0
  1987. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js +11 -0
  1988. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js.map +1 -0
  1989. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-MR.d.ts +9 -0
  1990. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js +11 -0
  1991. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js.map +1 -0
  1992. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NE.d.ts +9 -0
  1993. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js +11 -0
  1994. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js.map +1 -0
  1995. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NG.d.ts +9 -0
  1996. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js +11 -0
  1997. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js.map +1 -0
  1998. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SL.d.ts +9 -0
  1999. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js +11 -0
  2000. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js.map +1 -0
  2001. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SN.d.ts +9 -0
  2002. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js +11 -0
  2003. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js.map +1 -0
  2004. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm.d.ts +9 -0
  2005. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm.js +11 -0
  2006. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm.js.map +1 -0
  2007. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-CM.d.ts +9 -0
  2008. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-CM.js +16 -0
  2009. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-CM.js.map +1 -0
  2010. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-GN.d.ts +9 -0
  2011. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-GN.js +16 -0
  2012. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-GN.js.map +1 -0
  2013. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-BF.d.ts +9 -0
  2014. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-BF.js +11 -0
  2015. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-BF.js.map +1 -0
  2016. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-CM.d.ts +9 -0
  2017. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-CM.js +11 -0
  2018. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-CM.js.map +1 -0
  2019. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GH.d.ts +9 -0
  2020. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GH.js +11 -0
  2021. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GH.js.map +1 -0
  2022. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GM.d.ts +9 -0
  2023. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GM.js +11 -0
  2024. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GM.js.map +1 -0
  2025. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GN.d.ts +9 -0
  2026. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GN.js +11 -0
  2027. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GN.js.map +1 -0
  2028. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GW.d.ts +9 -0
  2029. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GW.js +11 -0
  2030. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GW.js.map +1 -0
  2031. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-LR.d.ts +9 -0
  2032. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-LR.js +11 -0
  2033. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-LR.js.map +1 -0
  2034. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-MR.d.ts +9 -0
  2035. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-MR.js +11 -0
  2036. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-MR.js.map +1 -0
  2037. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NE.d.ts +9 -0
  2038. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NE.js +11 -0
  2039. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NE.js.map +1 -0
  2040. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NG.d.ts +9 -0
  2041. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NG.js +11 -0
  2042. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NG.js.map +1 -0
  2043. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-SL.d.ts +9 -0
  2044. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-SL.js +11 -0
  2045. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-SL.js.map +1 -0
  2046. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn.d.ts +9 -0
  2047. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn.js +11 -0
  2048. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn.js.map +1 -0
  2049. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-MR.d.ts +9 -0
  2050. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-MR.js +16 -0
  2051. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-MR.js.map +1 -0
  2052. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff.d.ts +9 -0
  2053. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff.js +11 -0
  2054. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff.js.map +1 -0
  2055. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fi.d.ts +9 -0
  2056. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fi.js +11 -0
  2057. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fi.js.map +1 -0
  2058. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fil.d.ts +9 -0
  2059. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fil.js +11 -0
  2060. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fil.js.map +1 -0
  2061. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo-DK.d.ts +9 -0
  2062. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo-DK.js +11 -0
  2063. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo-DK.js.map +1 -0
  2064. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo.d.ts +9 -0
  2065. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo.js +11 -0
  2066. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo.js.map +1 -0
  2067. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BE.d.ts +9 -0
  2068. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BE.js +11 -0
  2069. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BE.js.map +1 -0
  2070. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BF.d.ts +9 -0
  2071. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BF.js +11 -0
  2072. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BF.js.map +1 -0
  2073. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BI.d.ts +9 -0
  2074. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BI.js +11 -0
  2075. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BI.js.map +1 -0
  2076. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BJ.d.ts +9 -0
  2077. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BJ.js +11 -0
  2078. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BJ.js.map +1 -0
  2079. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BL.d.ts +9 -0
  2080. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BL.js +11 -0
  2081. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BL.js.map +1 -0
  2082. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CA.d.ts +9 -0
  2083. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CA.js +11 -0
  2084. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CA.js.map +1 -0
  2085. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CD.d.ts +9 -0
  2086. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CD.js +11 -0
  2087. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CD.js.map +1 -0
  2088. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CF.d.ts +9 -0
  2089. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CF.js +11 -0
  2090. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CF.js.map +1 -0
  2091. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CG.d.ts +9 -0
  2092. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CG.js +11 -0
  2093. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CG.js.map +1 -0
  2094. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CH.d.ts +9 -0
  2095. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CH.js +11 -0
  2096. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CH.js.map +1 -0
  2097. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CI.d.ts +9 -0
  2098. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CI.js +11 -0
  2099. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CI.js.map +1 -0
  2100. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CM.d.ts +9 -0
  2101. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CM.js +11 -0
  2102. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CM.js.map +1 -0
  2103. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DJ.d.ts +9 -0
  2104. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DJ.js +11 -0
  2105. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DJ.js.map +1 -0
  2106. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DZ.d.ts +9 -0
  2107. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DZ.js +11 -0
  2108. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DZ.js.map +1 -0
  2109. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GA.d.ts +9 -0
  2110. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GA.js +11 -0
  2111. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GA.js.map +1 -0
  2112. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GF.d.ts +9 -0
  2113. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GF.js +11 -0
  2114. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GF.js.map +1 -0
  2115. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GN.d.ts +9 -0
  2116. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GN.js +11 -0
  2117. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GN.js.map +1 -0
  2118. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GP.d.ts +9 -0
  2119. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GP.js +11 -0
  2120. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GP.js.map +1 -0
  2121. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GQ.d.ts +9 -0
  2122. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GQ.js +11 -0
  2123. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GQ.js.map +1 -0
  2124. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-HT.d.ts +9 -0
  2125. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-HT.js +11 -0
  2126. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-HT.js.map +1 -0
  2127. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-KM.d.ts +9 -0
  2128. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-KM.js +11 -0
  2129. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-KM.js.map +1 -0
  2130. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-LU.d.ts +9 -0
  2131. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-LU.js +11 -0
  2132. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-LU.js.map +1 -0
  2133. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MA.d.ts +9 -0
  2134. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MA.js +11 -0
  2135. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MA.js.map +1 -0
  2136. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MC.d.ts +9 -0
  2137. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MC.js +11 -0
  2138. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MC.js.map +1 -0
  2139. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MF.d.ts +9 -0
  2140. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MF.js +11 -0
  2141. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MF.js.map +1 -0
  2142. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MG.d.ts +9 -0
  2143. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MG.js +11 -0
  2144. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MG.js.map +1 -0
  2145. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-ML.d.ts +9 -0
  2146. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-ML.js +11 -0
  2147. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-ML.js.map +1 -0
  2148. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MQ.d.ts +9 -0
  2149. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MQ.js +11 -0
  2150. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MQ.js.map +1 -0
  2151. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MR.d.ts +9 -0
  2152. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MR.js +11 -0
  2153. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MR.js.map +1 -0
  2154. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MU.d.ts +9 -0
  2155. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MU.js +11 -0
  2156. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MU.js.map +1 -0
  2157. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NC.d.ts +9 -0
  2158. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NC.js +11 -0
  2159. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NC.js.map +1 -0
  2160. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NE.d.ts +9 -0
  2161. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NE.js +11 -0
  2162. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NE.js.map +1 -0
  2163. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PF.d.ts +9 -0
  2164. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PF.js +11 -0
  2165. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PF.js.map +1 -0
  2166. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PM.d.ts +9 -0
  2167. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PM.js +11 -0
  2168. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PM.js.map +1 -0
  2169. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RE.d.ts +9 -0
  2170. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RE.js +11 -0
  2171. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RE.js.map +1 -0
  2172. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RW.d.ts +9 -0
  2173. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RW.js +11 -0
  2174. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RW.js.map +1 -0
  2175. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SC.d.ts +9 -0
  2176. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SC.js +11 -0
  2177. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SC.js.map +1 -0
  2178. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SN.d.ts +9 -0
  2179. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SN.js +11 -0
  2180. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SN.js.map +1 -0
  2181. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SY.d.ts +9 -0
  2182. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SY.js +11 -0
  2183. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SY.js.map +1 -0
  2184. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TD.d.ts +9 -0
  2185. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TD.js +11 -0
  2186. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TD.js.map +1 -0
  2187. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TG.d.ts +9 -0
  2188. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TG.js +11 -0
  2189. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TG.js.map +1 -0
  2190. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TN.d.ts +9 -0
  2191. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TN.js +11 -0
  2192. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TN.js.map +1 -0
  2193. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-VU.d.ts +9 -0
  2194. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-VU.js +11 -0
  2195. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-VU.js.map +1 -0
  2196. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-WF.d.ts +9 -0
  2197. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-WF.js +11 -0
  2198. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-WF.js.map +1 -0
  2199. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-YT.d.ts +9 -0
  2200. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-YT.js +11 -0
  2201. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-YT.js.map +1 -0
  2202. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr.d.ts +9 -0
  2203. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr.js +11 -0
  2204. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr.js.map +1 -0
  2205. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/frr.d.ts +9 -0
  2206. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/frr.js +11 -0
  2207. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/frr.js.map +1 -0
  2208. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fur.d.ts +9 -0
  2209. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fur.js +11 -0
  2210. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fur.js.map +1 -0
  2211. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fy.d.ts +9 -0
  2212. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fy.js +11 -0
  2213. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fy.js.map +1 -0
  2214. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga-GB.d.ts +9 -0
  2215. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga-GB.js +11 -0
  2216. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga-GB.js.map +1 -0
  2217. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga.d.ts +9 -0
  2218. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga.js +11 -0
  2219. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga.js.map +1 -0
  2220. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gaa.d.ts +9 -0
  2221. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gaa.js +11 -0
  2222. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gaa.js.map +1 -0
  2223. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gd.d.ts +9 -0
  2224. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gd.js +11 -0
  2225. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gd.js.map +1 -0
  2226. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez-ER.d.ts +9 -0
  2227. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez-ER.js +11 -0
  2228. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez-ER.js.map +1 -0
  2229. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez.d.ts +9 -0
  2230. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez.js +11 -0
  2231. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez.js.map +1 -0
  2232. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gl.d.ts +9 -0
  2233. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gl.js +11 -0
  2234. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gl.js.map +1 -0
  2235. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gn.d.ts +9 -0
  2236. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gn.js +11 -0
  2237. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gn.js.map +1 -0
  2238. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-FR.d.ts +9 -0
  2239. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-FR.js +11 -0
  2240. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-FR.js.map +1 -0
  2241. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-LI.d.ts +9 -0
  2242. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-LI.js +11 -0
  2243. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-LI.js.map +1 -0
  2244. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw.d.ts +9 -0
  2245. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw.js +11 -0
  2246. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw.js.map +1 -0
  2247. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gu.d.ts +9 -0
  2248. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gu.js +11 -0
  2249. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gu.js.map +1 -0
  2250. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/guz.d.ts +9 -0
  2251. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/guz.js +11 -0
  2252. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/guz.js.map +1 -0
  2253. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gv.d.ts +9 -0
  2254. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gv.js +11 -0
  2255. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gv.js.map +1 -0
  2256. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab-SD.d.ts +9 -0
  2257. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab-SD.js +11 -0
  2258. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab-SD.js.map +1 -0
  2259. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab.d.ts +9 -0
  2260. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab.js +11 -0
  2261. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab.js.map +1 -0
  2262. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-GH.d.ts +9 -0
  2263. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-GH.js +11 -0
  2264. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-GH.js.map +1 -0
  2265. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-NE.d.ts +9 -0
  2266. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-NE.js +11 -0
  2267. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-NE.js.map +1 -0
  2268. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha.d.ts +9 -0
  2269. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha.js +11 -0
  2270. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha.js.map +1 -0
  2271. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/haw.d.ts +9 -0
  2272. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/haw.js +11 -0
  2273. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/haw.js.map +1 -0
  2274. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/he.d.ts +9 -0
  2275. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/he.js +11 -0
  2276. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/he.js.map +1 -0
  2277. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi-Latn.d.ts +9 -0
  2278. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi-Latn.js +11 -0
  2279. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi-Latn.js.map +1 -0
  2280. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi.d.ts +9 -0
  2281. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi.js +11 -0
  2282. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi.js.map +1 -0
  2283. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj-Hmnp.d.ts +9 -0
  2284. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj-Hmnp.js +11 -0
  2285. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj-Hmnp.js.map +1 -0
  2286. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj.d.ts +9 -0
  2287. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj.js +11 -0
  2288. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj.js.map +1 -0
  2289. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr-BA.d.ts +9 -0
  2290. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr-BA.js +11 -0
  2291. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr-BA.js.map +1 -0
  2292. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr.d.ts +9 -0
  2293. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr.js +11 -0
  2294. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr.js.map +1 -0
  2295. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hsb.d.ts +9 -0
  2296. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hsb.js +11 -0
  2297. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hsb.js.map +1 -0
  2298. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ht.d.ts +9 -0
  2299. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ht.js +11 -0
  2300. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ht.js.map +1 -0
  2301. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hu.d.ts +9 -0
  2302. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hu.js +11 -0
  2303. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hu.js.map +1 -0
  2304. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hy.d.ts +9 -0
  2305. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hy.js +11 -0
  2306. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hy.js.map +1 -0
  2307. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ia.d.ts +9 -0
  2308. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ia.js +11 -0
  2309. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ia.js.map +1 -0
  2310. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/id.d.ts +9 -0
  2311. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/id.js +11 -0
  2312. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/id.js.map +1 -0
  2313. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ie.d.ts +9 -0
  2314. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ie.js +11 -0
  2315. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ie.js.map +1 -0
  2316. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ig.d.ts +9 -0
  2317. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ig.js +11 -0
  2318. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ig.js.map +1 -0
  2319. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ii.d.ts +9 -0
  2320. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ii.js +11 -0
  2321. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ii.js.map +1 -0
  2322. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/io.d.ts +9 -0
  2323. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/io.js +11 -0
  2324. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/io.js.map +1 -0
  2325. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/is.d.ts +9 -0
  2326. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/is.js +11 -0
  2327. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/is.js.map +1 -0
  2328. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-CH.d.ts +9 -0
  2329. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-CH.js +11 -0
  2330. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-CH.js.map +1 -0
  2331. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-SM.d.ts +9 -0
  2332. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-SM.js +11 -0
  2333. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-SM.js.map +1 -0
  2334. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-VA.d.ts +9 -0
  2335. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-VA.js +11 -0
  2336. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-VA.js.map +1 -0
  2337. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it.d.ts +9 -0
  2338. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it.js +11 -0
  2339. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it.js.map +1 -0
  2340. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu-Latn.d.ts +9 -0
  2341. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu-Latn.js +11 -0
  2342. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu-Latn.js.map +1 -0
  2343. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu.d.ts +9 -0
  2344. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu.js +11 -0
  2345. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu.js.map +1 -0
  2346. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ja.d.ts +9 -0
  2347. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ja.js +11 -0
  2348. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ja.js.map +1 -0
  2349. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jbo.d.ts +9 -0
  2350. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jbo.js +11 -0
  2351. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jbo.js.map +1 -0
  2352. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jgo.d.ts +9 -0
  2353. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jgo.js +11 -0
  2354. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jgo.js.map +1 -0
  2355. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jmc.d.ts +9 -0
  2356. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jmc.js +11 -0
  2357. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jmc.js.map +1 -0
  2358. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jv.d.ts +9 -0
  2359. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jv.js +11 -0
  2360. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jv.js.map +1 -0
  2361. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ka.d.ts +9 -0
  2362. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ka.js +11 -0
  2363. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ka.js.map +1 -0
  2364. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Cyrl.d.ts +9 -0
  2365. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Cyrl.js +11 -0
  2366. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Cyrl.js.map +1 -0
  2367. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Latn.d.ts +9 -0
  2368. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Latn.js +11 -0
  2369. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Latn.js.map +1 -0
  2370. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa.d.ts +9 -0
  2371. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa.js +11 -0
  2372. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa.js.map +1 -0
  2373. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kab.d.ts +9 -0
  2374. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kab.js +11 -0
  2375. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kab.js.map +1 -0
  2376. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaj.d.ts +9 -0
  2377. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaj.js +11 -0
  2378. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaj.js.map +1 -0
  2379. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kam.d.ts +9 -0
  2380. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kam.js +11 -0
  2381. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kam.js.map +1 -0
  2382. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kcg.d.ts +9 -0
  2383. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kcg.js +11 -0
  2384. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kcg.js.map +1 -0
  2385. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kde.d.ts +9 -0
  2386. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kde.js +11 -0
  2387. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kde.js.map +1 -0
  2388. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kea.d.ts +9 -0
  2389. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kea.js +11 -0
  2390. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kea.js.map +1 -0
  2391. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ken.d.ts +9 -0
  2392. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ken.js +11 -0
  2393. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ken.js.map +1 -0
  2394. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kgp.d.ts +9 -0
  2395. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kgp.js +11 -0
  2396. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kgp.js.map +1 -0
  2397. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/khq.d.ts +9 -0
  2398. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/khq.js +11 -0
  2399. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/khq.js.map +1 -0
  2400. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ki.d.ts +9 -0
  2401. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ki.js +11 -0
  2402. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ki.js.map +1 -0
  2403. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Arab.d.ts +9 -0
  2404. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Arab.js +11 -0
  2405. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Arab.js.map +1 -0
  2406. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Cyrl.d.ts +9 -0
  2407. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Cyrl.js +11 -0
  2408. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Cyrl.js.map +1 -0
  2409. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-KZ.d.ts +9 -0
  2410. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-KZ.js +11 -0
  2411. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-KZ.js.map +1 -0
  2412. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk.d.ts +9 -0
  2413. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk.js +11 -0
  2414. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk.js.map +1 -0
  2415. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kkj.d.ts +9 -0
  2416. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kkj.js +11 -0
  2417. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kkj.js.map +1 -0
  2418. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kl.d.ts +9 -0
  2419. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kl.js +11 -0
  2420. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kl.js.map +1 -0
  2421. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kln.d.ts +9 -0
  2422. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kln.js +11 -0
  2423. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kln.js.map +1 -0
  2424. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/km.d.ts +9 -0
  2425. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/km.js +11 -0
  2426. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/km.js.map +1 -0
  2427. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kn.d.ts +9 -0
  2428. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kn.js +11 -0
  2429. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kn.js.map +1 -0
  2430. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-CN.d.ts +9 -0
  2431. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-CN.js +11 -0
  2432. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-CN.js.map +1 -0
  2433. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-KP.d.ts +9 -0
  2434. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-KP.js +11 -0
  2435. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-KP.js.map +1 -0
  2436. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko.d.ts +9 -0
  2437. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko.js +11 -0
  2438. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko.js.map +1 -0
  2439. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Deva.d.ts +9 -0
  2440. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Deva.js +11 -0
  2441. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Deva.js.map +1 -0
  2442. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Latn.d.ts +9 -0
  2443. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Latn.js +11 -0
  2444. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Latn.js.map +1 -0
  2445. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok.d.ts +9 -0
  2446. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok.js +11 -0
  2447. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok.js.map +1 -0
  2448. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe-GN.d.ts +9 -0
  2449. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe-GN.js +11 -0
  2450. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe-GN.js.map +1 -0
  2451. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe.d.ts +9 -0
  2452. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe.js +11 -0
  2453. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe.js.map +1 -0
  2454. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Arab.d.ts +9 -0
  2455. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Arab.js +11 -0
  2456. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Arab.js.map +1 -0
  2457. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Deva.d.ts +9 -0
  2458. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Deva.js +11 -0
  2459. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Deva.js.map +1 -0
  2460. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks.d.ts +9 -0
  2461. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks.js +11 -0
  2462. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks.js.map +1 -0
  2463. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksb.d.ts +9 -0
  2464. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksb.js +11 -0
  2465. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksb.js.map +1 -0
  2466. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksf.d.ts +9 -0
  2467. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksf.js +11 -0
  2468. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksf.js.map +1 -0
  2469. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksh.d.ts +9 -0
  2470. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksh.js +11 -0
  2471. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksh.js.map +1 -0
  2472. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ku.d.ts +9 -0
  2473. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ku.js +11 -0
  2474. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ku.js.map +1 -0
  2475. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kw.d.ts +9 -0
  2476. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kw.js +11 -0
  2477. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kw.js.map +1 -0
  2478. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Deva.d.ts +9 -0
  2479. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Deva.js +11 -0
  2480. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Deva.js.map +1 -0
  2481. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Latn.d.ts +9 -0
  2482. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Latn.js +11 -0
  2483. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Latn.js.map +1 -0
  2484. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Orya.d.ts +9 -0
  2485. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Orya.js +11 -0
  2486. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Orya.js.map +1 -0
  2487. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Telu.d.ts +9 -0
  2488. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Telu.js +11 -0
  2489. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Telu.js.map +1 -0
  2490. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv.d.ts +9 -0
  2491. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv.js +11 -0
  2492. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv.js.map +1 -0
  2493. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ky.d.ts +9 -0
  2494. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ky.js +11 -0
  2495. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ky.js.map +1 -0
  2496. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/la.d.ts +9 -0
  2497. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/la.js +11 -0
  2498. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/la.js.map +1 -0
  2499. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lag.d.ts +9 -0
  2500. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lag.js +11 -0
  2501. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lag.js.map +1 -0
  2502. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lb.d.ts +9 -0
  2503. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lb.js +11 -0
  2504. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lb.js.map +1 -0
  2505. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lg.d.ts +9 -0
  2506. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lg.js +11 -0
  2507. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lg.js.map +1 -0
  2508. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lij.d.ts +9 -0
  2509. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lij.js +11 -0
  2510. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lij.js.map +1 -0
  2511. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lkt.d.ts +9 -0
  2512. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lkt.js +11 -0
  2513. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lkt.js.map +1 -0
  2514. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lld.d.ts +9 -0
  2515. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lld.js +11 -0
  2516. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lld.js.map +1 -0
  2517. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lmo.d.ts +9 -0
  2518. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lmo.js +11 -0
  2519. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lmo.js.map +1 -0
  2520. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-AO.d.ts +9 -0
  2521. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-AO.js +11 -0
  2522. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-AO.js.map +1 -0
  2523. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CF.d.ts +9 -0
  2524. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CF.js +11 -0
  2525. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CF.js.map +1 -0
  2526. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CG.d.ts +9 -0
  2527. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CG.js +11 -0
  2528. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CG.js.map +1 -0
  2529. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln.d.ts +9 -0
  2530. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln.js +11 -0
  2531. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln.js.map +1 -0
  2532. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lo.d.ts +9 -0
  2533. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lo.js +11 -0
  2534. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lo.js.map +1 -0
  2535. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc-IQ.d.ts +9 -0
  2536. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc-IQ.js +11 -0
  2537. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc-IQ.js.map +1 -0
  2538. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc.d.ts +9 -0
  2539. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc.js +11 -0
  2540. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc.js.map +1 -0
  2541. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lt.d.ts +9 -0
  2542. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lt.js +11 -0
  2543. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lt.js.map +1 -0
  2544. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ltg.d.ts +9 -0
  2545. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ltg.js +11 -0
  2546. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ltg.js.map +1 -0
  2547. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lu.d.ts +9 -0
  2548. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lu.js +11 -0
  2549. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lu.js.map +1 -0
  2550. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luo.d.ts +9 -0
  2551. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luo.js +11 -0
  2552. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luo.js.map +1 -0
  2553. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luy.d.ts +9 -0
  2554. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luy.js +11 -0
  2555. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luy.js.map +1 -0
  2556. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lv.d.ts +9 -0
  2557. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lv.js +11 -0
  2558. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lv.js.map +1 -0
  2559. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mai.d.ts +9 -0
  2560. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mai.js +11 -0
  2561. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mai.js.map +1 -0
  2562. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas-TZ.d.ts +9 -0
  2563. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas-TZ.js +11 -0
  2564. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas-TZ.js.map +1 -0
  2565. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas.d.ts +9 -0
  2566. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas.js +11 -0
  2567. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas.js.map +1 -0
  2568. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mdf.d.ts +9 -0
  2569. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mdf.js +11 -0
  2570. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mdf.js.map +1 -0
  2571. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mer.d.ts +9 -0
  2572. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mer.js +11 -0
  2573. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mer.js.map +1 -0
  2574. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mfe.d.ts +9 -0
  2575. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mfe.js +11 -0
  2576. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mfe.js.map +1 -0
  2577. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mg.d.ts +9 -0
  2578. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mg.js +11 -0
  2579. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mg.js.map +1 -0
  2580. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgh.d.ts +9 -0
  2581. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgh.js +11 -0
  2582. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgh.js.map +1 -0
  2583. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgo.d.ts +9 -0
  2584. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgo.js +11 -0
  2585. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgo.js.map +1 -0
  2586. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mhn.d.ts +9 -0
  2587. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mhn.js +11 -0
  2588. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mhn.js.map +1 -0
  2589. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mi.d.ts +9 -0
  2590. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mi.js +11 -0
  2591. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mi.js.map +1 -0
  2592. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mic.d.ts +9 -0
  2593. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mic.js +11 -0
  2594. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mic.js.map +1 -0
  2595. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mk.d.ts +9 -0
  2596. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mk.js +11 -0
  2597. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mk.js.map +1 -0
  2598. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ml.d.ts +9 -0
  2599. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ml.js +11 -0
  2600. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ml.js.map +1 -0
  2601. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong-MN.d.ts +9 -0
  2602. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong-MN.js +11 -0
  2603. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong-MN.js.map +1 -0
  2604. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong.d.ts +9 -0
  2605. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong.js +11 -0
  2606. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong.js.map +1 -0
  2607. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn.d.ts +9 -0
  2608. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn.js +11 -0
  2609. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn.js.map +1 -0
  2610. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Beng.d.ts +9 -0
  2611. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Beng.js +11 -0
  2612. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Beng.js.map +1 -0
  2613. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Mtei.d.ts +9 -0
  2614. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Mtei.js +11 -0
  2615. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Mtei.js.map +1 -0
  2616. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni.d.ts +9 -0
  2617. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni.js +11 -0
  2618. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni.js.map +1 -0
  2619. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/moh.d.ts +9 -0
  2620. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/moh.js +11 -0
  2621. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/moh.js.map +1 -0
  2622. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mr.d.ts +9 -0
  2623. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mr.js +11 -0
  2624. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mr.js.map +1 -0
  2625. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab-BN.d.ts +9 -0
  2626. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab-BN.js +11 -0
  2627. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab-BN.js.map +1 -0
  2628. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab.d.ts +9 -0
  2629. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab.js +11 -0
  2630. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab.js.map +1 -0
  2631. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-BN.d.ts +9 -0
  2632. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-BN.js +11 -0
  2633. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-BN.js.map +1 -0
  2634. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-ID.d.ts +9 -0
  2635. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-ID.js +11 -0
  2636. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-ID.js.map +1 -0
  2637. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-SG.d.ts +9 -0
  2638. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-SG.js +11 -0
  2639. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-SG.js.map +1 -0
  2640. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms.d.ts +9 -0
  2641. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms.js +11 -0
  2642. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms.js.map +1 -0
  2643. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mt.d.ts +9 -0
  2644. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mt.js +11 -0
  2645. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mt.js.map +1 -0
  2646. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mua.d.ts +9 -0
  2647. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mua.js +11 -0
  2648. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mua.js.map +1 -0
  2649. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mus.d.ts +9 -0
  2650. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mus.js +11 -0
  2651. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mus.js.map +1 -0
  2652. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/my.d.ts +9 -0
  2653. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/my.js +11 -0
  2654. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/my.js.map +1 -0
  2655. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/myv.d.ts +9 -0
  2656. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/myv.js +11 -0
  2657. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/myv.js.map +1 -0
  2658. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mzn.d.ts +9 -0
  2659. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mzn.js +11 -0
  2660. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mzn.js.map +1 -0
  2661. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/naq.d.ts +9 -0
  2662. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/naq.js +11 -0
  2663. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/naq.js.map +1 -0
  2664. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb-SJ.d.ts +9 -0
  2665. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb-SJ.js +11 -0
  2666. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb-SJ.js.map +1 -0
  2667. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb.d.ts +9 -0
  2668. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb.js +11 -0
  2669. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb.js.map +1 -0
  2670. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nd.d.ts +9 -0
  2671. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nd.js +11 -0
  2672. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nd.js.map +1 -0
  2673. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds-NL.d.ts +9 -0
  2674. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds-NL.js +11 -0
  2675. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds-NL.js.map +1 -0
  2676. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds.d.ts +9 -0
  2677. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds.js +11 -0
  2678. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds.js.map +1 -0
  2679. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne-IN.d.ts +9 -0
  2680. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne-IN.js +11 -0
  2681. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne-IN.js.map +1 -0
  2682. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne.d.ts +9 -0
  2683. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne.js +11 -0
  2684. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne.js.map +1 -0
  2685. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-AW.d.ts +9 -0
  2686. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-AW.js +11 -0
  2687. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-AW.js.map +1 -0
  2688. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BE.d.ts +9 -0
  2689. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BE.js +11 -0
  2690. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BE.js.map +1 -0
  2691. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BQ.d.ts +9 -0
  2692. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BQ.js +11 -0
  2693. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BQ.js.map +1 -0
  2694. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-CW.d.ts +9 -0
  2695. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-CW.js +11 -0
  2696. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-CW.js.map +1 -0
  2697. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SR.d.ts +9 -0
  2698. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SR.js +11 -0
  2699. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SR.js.map +1 -0
  2700. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SX.d.ts +9 -0
  2701. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SX.js +11 -0
  2702. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SX.js.map +1 -0
  2703. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl.d.ts +9 -0
  2704. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl.js +11 -0
  2705. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl.js.map +1 -0
  2706. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nmg.d.ts +9 -0
  2707. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nmg.js +11 -0
  2708. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nmg.js.map +1 -0
  2709. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nn.d.ts +9 -0
  2710. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nn.js +11 -0
  2711. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nn.js.map +1 -0
  2712. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nnh.d.ts +9 -0
  2713. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nnh.js +11 -0
  2714. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nnh.js.map +1 -0
  2715. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/no.d.ts +9 -0
  2716. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/no.js +11 -0
  2717. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/no.js.map +1 -0
  2718. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nqo.d.ts +9 -0
  2719. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nqo.js +11 -0
  2720. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nqo.js.map +1 -0
  2721. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nr.d.ts +9 -0
  2722. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nr.js +11 -0
  2723. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nr.js.map +1 -0
  2724. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nso.d.ts +9 -0
  2725. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nso.js +11 -0
  2726. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nso.js.map +1 -0
  2727. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nus.d.ts +9 -0
  2728. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nus.js +11 -0
  2729. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nus.js.map +1 -0
  2730. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nv.d.ts +9 -0
  2731. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nv.js +11 -0
  2732. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nv.js.map +1 -0
  2733. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ny.d.ts +9 -0
  2734. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ny.js +11 -0
  2735. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ny.js.map +1 -0
  2736. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nyn.d.ts +9 -0
  2737. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nyn.js +11 -0
  2738. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nyn.js.map +1 -0
  2739. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc-ES.d.ts +9 -0
  2740. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc-ES.js +11 -0
  2741. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc-ES.js.map +1 -0
  2742. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc.d.ts +9 -0
  2743. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc.js +11 -0
  2744. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc.js.map +1 -0
  2745. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om-KE.d.ts +9 -0
  2746. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om-KE.js +11 -0
  2747. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om-KE.js.map +1 -0
  2748. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om.d.ts +9 -0
  2749. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om.js +11 -0
  2750. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om.js.map +1 -0
  2751. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/or.d.ts +9 -0
  2752. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/or.js +11 -0
  2753. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/or.js.map +1 -0
  2754. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os-RU.d.ts +9 -0
  2755. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os-RU.js +11 -0
  2756. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os-RU.js.map +1 -0
  2757. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os.d.ts +9 -0
  2758. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os.js +11 -0
  2759. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os.js.map +1 -0
  2760. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/osa.d.ts +9 -0
  2761. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/osa.js +11 -0
  2762. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/osa.js.map +1 -0
  2763. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Arab.d.ts +9 -0
  2764. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Arab.js +11 -0
  2765. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Arab.js.map +1 -0
  2766. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Guru.d.ts +9 -0
  2767. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Guru.js +11 -0
  2768. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Guru.js.map +1 -0
  2769. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa.d.ts +9 -0
  2770. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa.js +11 -0
  2771. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa.js.map +1 -0
  2772. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap-AW.d.ts +9 -0
  2773. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap-AW.js +11 -0
  2774. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap-AW.js.map +1 -0
  2775. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap.d.ts +9 -0
  2776. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap.js +11 -0
  2777. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap.js.map +1 -0
  2778. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pcm.d.ts +9 -0
  2779. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pcm.js +11 -0
  2780. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pcm.js.map +1 -0
  2781. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pis.d.ts +9 -0
  2782. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pis.js +11 -0
  2783. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pis.js.map +1 -0
  2784. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pl.d.ts +9 -0
  2785. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pl.js +11 -0
  2786. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pl.js.map +1 -0
  2787. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/prg.d.ts +9 -0
  2788. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/prg.js +11 -0
  2789. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/prg.js.map +1 -0
  2790. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps-PK.d.ts +9 -0
  2791. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps-PK.js +11 -0
  2792. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps-PK.js.map +1 -0
  2793. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps.d.ts +9 -0
  2794. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps.js +11 -0
  2795. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps.js.map +1 -0
  2796. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-AO.d.ts +9 -0
  2797. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-AO.js +11 -0
  2798. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-AO.js.map +1 -0
  2799. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CH.d.ts +9 -0
  2800. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CH.js +11 -0
  2801. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CH.js.map +1 -0
  2802. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CV.d.ts +9 -0
  2803. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CV.js +11 -0
  2804. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CV.js.map +1 -0
  2805. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GQ.d.ts +9 -0
  2806. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GQ.js +11 -0
  2807. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GQ.js.map +1 -0
  2808. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GW.d.ts +9 -0
  2809. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GW.js +11 -0
  2810. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GW.js.map +1 -0
  2811. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-LU.d.ts +9 -0
  2812. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-LU.js +11 -0
  2813. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-LU.js.map +1 -0
  2814. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MO.d.ts +9 -0
  2815. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MO.js +11 -0
  2816. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MO.js.map +1 -0
  2817. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MZ.d.ts +9 -0
  2818. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MZ.js +11 -0
  2819. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MZ.js.map +1 -0
  2820. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-PT.d.ts +9 -0
  2821. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-PT.js +11 -0
  2822. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-PT.js.map +1 -0
  2823. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-ST.d.ts +9 -0
  2824. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-ST.js +11 -0
  2825. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-ST.js.map +1 -0
  2826. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-TL.d.ts +9 -0
  2827. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-TL.js +11 -0
  2828. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-TL.js.map +1 -0
  2829. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt.d.ts +9 -0
  2830. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt.js +11 -0
  2831. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt.js.map +1 -0
  2832. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-BO.d.ts +9 -0
  2833. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-BO.js +11 -0
  2834. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-BO.js.map +1 -0
  2835. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-EC.d.ts +9 -0
  2836. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-EC.js +11 -0
  2837. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-EC.js.map +1 -0
  2838. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu.d.ts +9 -0
  2839. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu.js +11 -0
  2840. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu.js.map +1 -0
  2841. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/quc.d.ts +9 -0
  2842. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/quc.js +11 -0
  2843. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/quc.js.map +1 -0
  2844. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/raj.d.ts +9 -0
  2845. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/raj.js +11 -0
  2846. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/raj.js.map +1 -0
  2847. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.d.ts +9 -0
  2848. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js +11 -0
  2849. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js.map +1 -0
  2850. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg.d.ts +9 -0
  2851. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg.js +11 -0
  2852. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg.js.map +1 -0
  2853. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg.d.ts +9 -0
  2854. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg.js +11 -0
  2855. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg.js.map +1 -0
  2856. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rif.d.ts +9 -0
  2857. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rif.js +11 -0
  2858. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rif.js.map +1 -0
  2859. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rm.d.ts +9 -0
  2860. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rm.js +11 -0
  2861. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rm.js.map +1 -0
  2862. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rn.d.ts +9 -0
  2863. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rn.js +11 -0
  2864. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rn.js.map +1 -0
  2865. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro-MD.d.ts +9 -0
  2866. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro-MD.js +11 -0
  2867. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro-MD.js.map +1 -0
  2868. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro.d.ts +9 -0
  2869. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro.js +11 -0
  2870. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro.js.map +1 -0
  2871. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rof.d.ts +9 -0
  2872. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rof.js +11 -0
  2873. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rof.js.map +1 -0
  2874. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-BY.d.ts +9 -0
  2875. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-BY.js +11 -0
  2876. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-BY.js.map +1 -0
  2877. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KG.d.ts +9 -0
  2878. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KG.js +11 -0
  2879. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KG.js.map +1 -0
  2880. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KZ.d.ts +9 -0
  2881. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KZ.js +11 -0
  2882. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KZ.js.map +1 -0
  2883. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-MD.d.ts +9 -0
  2884. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-MD.js +11 -0
  2885. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-MD.js.map +1 -0
  2886. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-UA.d.ts +9 -0
  2887. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-UA.js +11 -0
  2888. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-UA.js.map +1 -0
  2889. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru.d.ts +9 -0
  2890. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru.js +11 -0
  2891. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru.js.map +1 -0
  2892. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rw.d.ts +9 -0
  2893. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rw.js +11 -0
  2894. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rw.js.map +1 -0
  2895. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rwk.d.ts +9 -0
  2896. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rwk.js +11 -0
  2897. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rwk.js.map +1 -0
  2898. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sa.d.ts +9 -0
  2899. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sa.js +11 -0
  2900. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sa.js.map +1 -0
  2901. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sah.d.ts +9 -0
  2902. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sah.js +11 -0
  2903. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sah.js.map +1 -0
  2904. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/saq.d.ts +9 -0
  2905. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/saq.js +11 -0
  2906. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/saq.js.map +1 -0
  2907. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Deva.d.ts +9 -0
  2908. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Deva.js +11 -0
  2909. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Deva.js.map +1 -0
  2910. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Olck.d.ts +9 -0
  2911. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Olck.js +11 -0
  2912. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Olck.js.map +1 -0
  2913. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat.d.ts +9 -0
  2914. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat.js +11 -0
  2915. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat.js.map +1 -0
  2916. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sbp.d.ts +9 -0
  2917. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sbp.js +11 -0
  2918. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sbp.js.map +1 -0
  2919. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sc.d.ts +9 -0
  2920. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sc.js +11 -0
  2921. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sc.js.map +1 -0
  2922. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/scn.d.ts +9 -0
  2923. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/scn.js +11 -0
  2924. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/scn.js.map +1 -0
  2925. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Arab.d.ts +9 -0
  2926. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Arab.js +11 -0
  2927. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Arab.js.map +1 -0
  2928. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Deva.d.ts +9 -0
  2929. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Deva.js +11 -0
  2930. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Deva.js.map +1 -0
  2931. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd.d.ts +9 -0
  2932. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd.js +11 -0
  2933. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd.js.map +1 -0
  2934. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh-IQ.d.ts +9 -0
  2935. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh-IQ.js +11 -0
  2936. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh-IQ.js.map +1 -0
  2937. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh.d.ts +9 -0
  2938. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh.js +11 -0
  2939. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh.js.map +1 -0
  2940. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-FI.d.ts +9 -0
  2941. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-FI.js +11 -0
  2942. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-FI.js.map +1 -0
  2943. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-SE.d.ts +9 -0
  2944. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-SE.js +11 -0
  2945. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-SE.js.map +1 -0
  2946. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se.d.ts +9 -0
  2947. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se.js +11 -0
  2948. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se.js.map +1 -0
  2949. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/seh.d.ts +9 -0
  2950. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/seh.js +11 -0
  2951. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/seh.js.map +1 -0
  2952. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ses.d.ts +9 -0
  2953. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ses.js +11 -0
  2954. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ses.js.map +1 -0
  2955. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sg.d.ts +9 -0
  2956. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sg.js +11 -0
  2957. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sg.js.map +1 -0
  2958. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Latn.d.ts +9 -0
  2959. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Latn.js +11 -0
  2960. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Latn.js.map +1 -0
  2961. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Tfng.d.ts +9 -0
  2962. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Tfng.js +11 -0
  2963. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Tfng.js.map +1 -0
  2964. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi.d.ts +9 -0
  2965. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi.js +11 -0
  2966. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi.js.map +1 -0
  2967. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn-TH.d.ts +9 -0
  2968. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn-TH.js +11 -0
  2969. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn-TH.js.map +1 -0
  2970. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn.d.ts +9 -0
  2971. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn.js +11 -0
  2972. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn.js.map +1 -0
  2973. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/si.d.ts +9 -0
  2974. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/si.js +11 -0
  2975. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/si.js.map +1 -0
  2976. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sid.d.ts +9 -0
  2977. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sid.js +11 -0
  2978. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sid.js.map +1 -0
  2979. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sk.d.ts +9 -0
  2980. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sk.js +11 -0
  2981. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sk.js.map +1 -0
  2982. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/skr.d.ts +9 -0
  2983. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/skr.js +11 -0
  2984. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/skr.js.map +1 -0
  2985. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sl.d.ts +9 -0
  2986. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sl.js +11 -0
  2987. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sl.js.map +1 -0
  2988. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma-NO.d.ts +9 -0
  2989. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma-NO.js +11 -0
  2990. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma-NO.js.map +1 -0
  2991. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma.d.ts +9 -0
  2992. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma.js +11 -0
  2993. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma.js.map +1 -0
  2994. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj-NO.d.ts +9 -0
  2995. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj-NO.js +11 -0
  2996. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj-NO.js.map +1 -0
  2997. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj.d.ts +9 -0
  2998. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj.js +11 -0
  2999. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj.js.map +1 -0
  3000. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smn.d.ts +9 -0
  3001. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smn.js +11 -0
  3002. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smn.js.map +1 -0
  3003. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sms.d.ts +9 -0
  3004. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sms.js +11 -0
  3005. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sms.js.map +1 -0
  3006. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sn.d.ts +9 -0
  3007. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sn.js +11 -0
  3008. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sn.js.map +1 -0
  3009. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-DJ.d.ts +9 -0
  3010. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-DJ.js +11 -0
  3011. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-DJ.js.map +1 -0
  3012. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-ET.d.ts +9 -0
  3013. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-ET.js +11 -0
  3014. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-ET.js.map +1 -0
  3015. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-KE.d.ts +9 -0
  3016. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-KE.js +11 -0
  3017. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-KE.js.map +1 -0
  3018. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so.d.ts +9 -0
  3019. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so.js +11 -0
  3020. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so.js.map +1 -0
  3021. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-MK.d.ts +9 -0
  3022. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-MK.js +11 -0
  3023. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-MK.js.map +1 -0
  3024. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-XK.d.ts +9 -0
  3025. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-XK.js +11 -0
  3026. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-XK.js.map +1 -0
  3027. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq.d.ts +9 -0
  3028. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq.js +11 -0
  3029. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq.js.map +1 -0
  3030. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.d.ts +9 -0
  3031. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js +11 -0
  3032. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js.map +1 -0
  3033. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.d.ts +9 -0
  3034. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js +11 -0
  3035. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js.map +1 -0
  3036. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.d.ts +9 -0
  3037. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js +11 -0
  3038. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js.map +1 -0
  3039. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl.d.ts +9 -0
  3040. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl.js +11 -0
  3041. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl.js.map +1 -0
  3042. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-BA.d.ts +9 -0
  3043. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-BA.js +11 -0
  3044. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-BA.js.map +1 -0
  3045. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-ME.d.ts +9 -0
  3046. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-ME.js +11 -0
  3047. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-ME.js.map +1 -0
  3048. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-XK.d.ts +9 -0
  3049. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-XK.js +11 -0
  3050. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-XK.js.map +1 -0
  3051. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn.d.ts +9 -0
  3052. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn.js +11 -0
  3053. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn.js.map +1 -0
  3054. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr.d.ts +9 -0
  3055. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr.js +11 -0
  3056. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr.js.map +1 -0
  3057. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss-SZ.d.ts +9 -0
  3058. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss-SZ.js +11 -0
  3059. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss-SZ.js.map +1 -0
  3060. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss.d.ts +9 -0
  3061. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss.js +11 -0
  3062. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss.js.map +1 -0
  3063. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ssy.d.ts +9 -0
  3064. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ssy.js +11 -0
  3065. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ssy.js.map +1 -0
  3066. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st-LS.d.ts +9 -0
  3067. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st-LS.js +11 -0
  3068. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st-LS.js.map +1 -0
  3069. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st.d.ts +9 -0
  3070. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st.js +11 -0
  3071. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st.js.map +1 -0
  3072. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su-Latn.d.ts +9 -0
  3073. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su-Latn.js +11 -0
  3074. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su-Latn.js.map +1 -0
  3075. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su.d.ts +9 -0
  3076. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su.js +11 -0
  3077. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su.js.map +1 -0
  3078. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-AX.d.ts +9 -0
  3079. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-AX.js +11 -0
  3080. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-AX.js.map +1 -0
  3081. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-FI.d.ts +9 -0
  3082. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-FI.js +11 -0
  3083. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-FI.js.map +1 -0
  3084. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv.d.ts +9 -0
  3085. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv.js +11 -0
  3086. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv.js.map +1 -0
  3087. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-CD.d.ts +9 -0
  3088. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-CD.js +11 -0
  3089. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-CD.js.map +1 -0
  3090. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-KE.d.ts +9 -0
  3091. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-KE.js +11 -0
  3092. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-KE.js.map +1 -0
  3093. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-UG.d.ts +9 -0
  3094. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-UG.js +11 -0
  3095. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-UG.js.map +1 -0
  3096. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw.d.ts +9 -0
  3097. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw.js +11 -0
  3098. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw.js.map +1 -0
  3099. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr-SY.d.ts +9 -0
  3100. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr-SY.js +11 -0
  3101. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr-SY.js.map +1 -0
  3102. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr.d.ts +9 -0
  3103. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr.js +11 -0
  3104. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr.js.map +1 -0
  3105. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/szl.d.ts +9 -0
  3106. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/szl.js +11 -0
  3107. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/szl.js.map +1 -0
  3108. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-LK.d.ts +9 -0
  3109. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-LK.js +11 -0
  3110. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-LK.js.map +1 -0
  3111. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-MY.d.ts +9 -0
  3112. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-MY.js +11 -0
  3113. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-MY.js.map +1 -0
  3114. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-SG.d.ts +9 -0
  3115. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-SG.js +11 -0
  3116. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-SG.js.map +1 -0
  3117. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta.d.ts +9 -0
  3118. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta.js +11 -0
  3119. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta.js.map +1 -0
  3120. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/te.d.ts +9 -0
  3121. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/te.js +11 -0
  3122. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/te.js.map +1 -0
  3123. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo-KE.d.ts +9 -0
  3124. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo-KE.js +11 -0
  3125. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo-KE.js.map +1 -0
  3126. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo.d.ts +9 -0
  3127. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo.js +11 -0
  3128. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo.js.map +1 -0
  3129. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tg.d.ts +9 -0
  3130. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tg.js +11 -0
  3131. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tg.js.map +1 -0
  3132. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/th.d.ts +9 -0
  3133. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/th.js +11 -0
  3134. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/th.js.map +1 -0
  3135. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti-ER.d.ts +9 -0
  3136. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti-ER.js +11 -0
  3137. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti-ER.js.map +1 -0
  3138. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti.d.ts +9 -0
  3139. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti.js +11 -0
  3140. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti.js.map +1 -0
  3141. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tig.d.ts +9 -0
  3142. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tig.js +11 -0
  3143. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tig.js.map +1 -0
  3144. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tk.d.ts +9 -0
  3145. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tk.js +11 -0
  3146. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tk.js.map +1 -0
  3147. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn-BW.d.ts +9 -0
  3148. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn-BW.js +11 -0
  3149. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn-BW.js.map +1 -0
  3150. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn.d.ts +9 -0
  3151. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn.js +11 -0
  3152. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn.js.map +1 -0
  3153. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/to.d.ts +9 -0
  3154. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/to.js +11 -0
  3155. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/to.js.map +1 -0
  3156. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tok.d.ts +9 -0
  3157. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tok.js +11 -0
  3158. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tok.js.map +1 -0
  3159. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tpi.d.ts +9 -0
  3160. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tpi.js +11 -0
  3161. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tpi.js.map +1 -0
  3162. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr-CY.d.ts +9 -0
  3163. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr-CY.js +11 -0
  3164. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr-CY.js.map +1 -0
  3165. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr.d.ts +9 -0
  3166. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr.js +11 -0
  3167. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr.js.map +1 -0
  3168. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trv.d.ts +9 -0
  3169. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trv.js +11 -0
  3170. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trv.js.map +1 -0
  3171. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trw.d.ts +9 -0
  3172. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trw.js +11 -0
  3173. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trw.js.map +1 -0
  3174. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ts.d.ts +9 -0
  3175. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ts.js +11 -0
  3176. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ts.js.map +1 -0
  3177. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tt.d.ts +9 -0
  3178. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tt.js +11 -0
  3179. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tt.js.map +1 -0
  3180. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/twq.d.ts +9 -0
  3181. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/twq.js +11 -0
  3182. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/twq.js.map +1 -0
  3183. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tyv.d.ts +9 -0
  3184. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tyv.js +11 -0
  3185. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tyv.js.map +1 -0
  3186. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tzm.d.ts +9 -0
  3187. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tzm.js +11 -0
  3188. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tzm.js.map +1 -0
  3189. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ug.d.ts +9 -0
  3190. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ug.js +11 -0
  3191. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ug.js.map +1 -0
  3192. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uk.d.ts +9 -0
  3193. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uk.js +11 -0
  3194. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uk.js.map +1 -0
  3195. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/und.d.ts +9 -0
  3196. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/und.js +11 -0
  3197. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/und.js.map +1 -0
  3198. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur-IN.d.ts +9 -0
  3199. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur-IN.js +11 -0
  3200. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur-IN.js.map +1 -0
  3201. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur.d.ts +9 -0
  3202. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur.js +11 -0
  3203. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur.js.map +1 -0
  3204. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Arab.d.ts +9 -0
  3205. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Arab.js +11 -0
  3206. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Arab.js.map +1 -0
  3207. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Cyrl.d.ts +9 -0
  3208. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Cyrl.js +11 -0
  3209. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Cyrl.js.map +1 -0
  3210. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Latn.d.ts +9 -0
  3211. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Latn.js +11 -0
  3212. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Latn.js.map +1 -0
  3213. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz.d.ts +9 -0
  3214. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz.js +11 -0
  3215. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz.js.map +1 -0
  3216. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Latn.d.ts +9 -0
  3217. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Latn.js +11 -0
  3218. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Latn.js.map +1 -0
  3219. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Vaii.d.ts +9 -0
  3220. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Vaii.js +11 -0
  3221. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Vaii.js.map +1 -0
  3222. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai.d.ts +9 -0
  3223. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai.js +11 -0
  3224. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai.js.map +1 -0
  3225. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ve.d.ts +9 -0
  3226. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ve.js +11 -0
  3227. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ve.js.map +1 -0
  3228. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vec.d.ts +9 -0
  3229. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vec.js +11 -0
  3230. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vec.js.map +1 -0
  3231. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vi.d.ts +9 -0
  3232. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vi.js +11 -0
  3233. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vi.js.map +1 -0
  3234. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vmw.d.ts +9 -0
  3235. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vmw.js +11 -0
  3236. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vmw.js.map +1 -0
  3237. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vo.d.ts +9 -0
  3238. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vo.js +11 -0
  3239. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vo.js.map +1 -0
  3240. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vun.d.ts +9 -0
  3241. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vun.js +11 -0
  3242. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vun.js.map +1 -0
  3243. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wa.d.ts +9 -0
  3244. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wa.js +11 -0
  3245. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wa.js.map +1 -0
  3246. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wae.d.ts +9 -0
  3247. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wae.js +11 -0
  3248. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wae.js.map +1 -0
  3249. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wal.d.ts +9 -0
  3250. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wal.js +11 -0
  3251. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wal.js.map +1 -0
  3252. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wbp.d.ts +9 -0
  3253. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wbp.js +11 -0
  3254. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wbp.js.map +1 -0
  3255. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wo.d.ts +9 -0
  3256. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wo.js +11 -0
  3257. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wo.js.map +1 -0
  3258. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xh.d.ts +9 -0
  3259. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xh.js +11 -0
  3260. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xh.js.map +1 -0
  3261. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xnr.d.ts +9 -0
  3262. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xnr.js +11 -0
  3263. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xnr.js.map +1 -0
  3264. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xog.d.ts +9 -0
  3265. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xog.js +11 -0
  3266. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xog.js.map +1 -0
  3267. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yav.d.ts +9 -0
  3268. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yav.js +11 -0
  3269. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yav.js.map +1 -0
  3270. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yi.d.ts +9 -0
  3271. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yi.js +11 -0
  3272. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yi.js.map +1 -0
  3273. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo-BJ.d.ts +9 -0
  3274. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo-BJ.js +11 -0
  3275. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo-BJ.js.map +1 -0
  3276. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo.d.ts +9 -0
  3277. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo.js +11 -0
  3278. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo.js.map +1 -0
  3279. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-CO.d.ts +9 -0
  3280. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-CO.js +11 -0
  3281. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-CO.js.map +1 -0
  3282. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-VE.d.ts +9 -0
  3283. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-VE.js +11 -0
  3284. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-VE.js.map +1 -0
  3285. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl.d.ts +9 -0
  3286. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl.js +11 -0
  3287. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl.js.map +1 -0
  3288. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hans.d.ts +9 -0
  3289. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hans.js +11 -0
  3290. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hans.js.map +1 -0
  3291. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-CN.d.ts +9 -0
  3292. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-CN.js +11 -0
  3293. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-CN.js.map +1 -0
  3294. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-MO.d.ts +9 -0
  3295. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-MO.js +11 -0
  3296. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-MO.js.map +1 -0
  3297. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant.d.ts +9 -0
  3298. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant.js +11 -0
  3299. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant.js.map +1 -0
  3300. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue.d.ts +9 -0
  3301. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue.js +11 -0
  3302. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue.js.map +1 -0
  3303. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/za.d.ts +9 -0
  3304. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/za.js +11 -0
  3305. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/za.js.map +1 -0
  3306. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zgh.d.ts +9 -0
  3307. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zgh.js +11 -0
  3308. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zgh.js.map +1 -0
  3309. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-HK.d.ts +9 -0
  3310. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-HK.js +11 -0
  3311. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-HK.js.map +1 -0
  3312. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MO.d.ts +9 -0
  3313. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MO.js +11 -0
  3314. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MO.js.map +1 -0
  3315. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MY.d.ts +9 -0
  3316. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MY.js +11 -0
  3317. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MY.js.map +1 -0
  3318. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-SG.d.ts +9 -0
  3319. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-SG.js +11 -0
  3320. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-SG.js.map +1 -0
  3321. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans.d.ts +9 -0
  3322. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans.js +11 -0
  3323. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans.js.map +1 -0
  3324. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-HK.d.ts +9 -0
  3325. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-HK.js +11 -0
  3326. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-HK.js.map +1 -0
  3327. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MO.d.ts +9 -0
  3328. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MO.js +11 -0
  3329. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MO.js.map +1 -0
  3330. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MY.d.ts +9 -0
  3331. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MY.js +11 -0
  3332. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MY.js.map +1 -0
  3333. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant.d.ts +9 -0
  3334. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant.js +11 -0
  3335. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant.js.map +1 -0
  3336. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Latn.d.ts +9 -0
  3337. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Latn.js +11 -0
  3338. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Latn.js.map +1 -0
  3339. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh.d.ts +9 -0
  3340. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh.js +11 -0
  3341. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh.js.map +1 -0
  3342. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zu.d.ts +9 -0
  3343. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zu.js +11 -0
  3344. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zu.js.map +1 -0
  3345. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa-AF.d.ts +23 -0
  3346. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa-AF.js +17 -0
  3347. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa-AF.js.map +1 -0
  3348. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa.d.ts +23 -0
  3349. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa.js +17 -0
  3350. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa.js.map +1 -0
  3351. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-BF.d.ts +21 -0
  3352. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-BF.js +15 -0
  3353. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-BF.js.map +1 -0
  3354. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-CM.d.ts +21 -0
  3355. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-CM.js +15 -0
  3356. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-CM.js.map +1 -0
  3357. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GH.d.ts +22 -0
  3358. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GH.js +15 -0
  3359. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GH.js.map +1 -0
  3360. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GM.d.ts +22 -0
  3361. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GM.js +15 -0
  3362. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GM.js.map +1 -0
  3363. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GW.d.ts +21 -0
  3364. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GW.js +15 -0
  3365. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GW.js.map +1 -0
  3366. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-LR.d.ts +22 -0
  3367. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-LR.js +15 -0
  3368. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-LR.js.map +1 -0
  3369. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-MR.d.ts +22 -0
  3370. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-MR.js +15 -0
  3371. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-MR.js.map +1 -0
  3372. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NE.d.ts +21 -0
  3373. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NE.js +15 -0
  3374. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NE.js.map +1 -0
  3375. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NG.d.ts +21 -0
  3376. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NG.js +15 -0
  3377. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NG.js.map +1 -0
  3378. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SL.d.ts +22 -0
  3379. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SL.js +15 -0
  3380. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SL.js.map +1 -0
  3381. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SN.d.ts +21 -0
  3382. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SN.js +15 -0
  3383. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SN.js.map +1 -0
  3384. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm.d.ts +21 -0
  3385. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm.js +15 -0
  3386. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm.js.map +1 -0
  3387. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-CM.d.ts +13 -0
  3388. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-CM.js +64 -0
  3389. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-CM.js.map +1 -0
  3390. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-GN.d.ts +14 -0
  3391. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-GN.js +64 -0
  3392. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-GN.js.map +1 -0
  3393. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-BF.d.ts +13 -0
  3394. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-BF.js +17 -0
  3395. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-BF.js.map +1 -0
  3396. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-CM.d.ts +13 -0
  3397. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-CM.js +17 -0
  3398. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-CM.js.map +1 -0
  3399. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GH.d.ts +14 -0
  3400. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GH.js +17 -0
  3401. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GH.js.map +1 -0
  3402. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GM.d.ts +14 -0
  3403. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GM.js +17 -0
  3404. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GM.js.map +1 -0
  3405. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GN.d.ts +14 -0
  3406. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GN.js +17 -0
  3407. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GN.js.map +1 -0
  3408. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GW.d.ts +13 -0
  3409. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GW.js +17 -0
  3410. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GW.js.map +1 -0
  3411. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-LR.d.ts +14 -0
  3412. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-LR.js +17 -0
  3413. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-LR.js.map +1 -0
  3414. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-MR.d.ts +14 -0
  3415. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-MR.js +17 -0
  3416. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-MR.js.map +1 -0
  3417. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NE.d.ts +13 -0
  3418. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NE.js +17 -0
  3419. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NE.js.map +1 -0
  3420. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NG.d.ts +14 -0
  3421. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NG.js +17 -0
  3422. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NG.js.map +1 -0
  3423. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-SL.d.ts +14 -0
  3424. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-SL.js +17 -0
  3425. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-SL.js.map +1 -0
  3426. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn.d.ts +13 -0
  3427. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn.js +17 -0
  3428. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn.js.map +1 -0
  3429. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-MR.d.ts +14 -0
  3430. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-MR.js +64 -0
  3431. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-MR.js.map +1 -0
  3432. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff.d.ts +13 -0
  3433. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff.js +17 -0
  3434. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff.js.map +1 -0
  3435. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fi.d.ts +105 -0
  3436. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fi.js +17 -0
  3437. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fi.js.map +1 -0
  3438. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fil.d.ts +14 -0
  3439. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fil.js +17 -0
  3440. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fil.js.map +1 -0
  3441. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo-DK.d.ts +16 -0
  3442. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo-DK.js +17 -0
  3443. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo-DK.js.map +1 -0
  3444. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo.d.ts +16 -0
  3445. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo.js +17 -0
  3446. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo.js.map +1 -0
  3447. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BE.d.ts +57 -0
  3448. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BE.js +19 -0
  3449. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BE.js.map +1 -0
  3450. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BF.d.ts +57 -0
  3451. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BF.js +19 -0
  3452. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BF.js.map +1 -0
  3453. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BI.d.ts +58 -0
  3454. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BI.js +19 -0
  3455. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BI.js.map +1 -0
  3456. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BJ.d.ts +57 -0
  3457. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BJ.js +19 -0
  3458. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BJ.js.map +1 -0
  3459. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BL.d.ts +57 -0
  3460. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BL.js +19 -0
  3461. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BL.js.map +1 -0
  3462. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CA.d.ts +43 -0
  3463. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CA.js +19 -0
  3464. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CA.js.map +1 -0
  3465. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CD.d.ts +58 -0
  3466. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CD.js +19 -0
  3467. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CD.js.map +1 -0
  3468. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CF.d.ts +57 -0
  3469. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CF.js +19 -0
  3470. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CF.js.map +1 -0
  3471. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CG.d.ts +57 -0
  3472. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CG.js +19 -0
  3473. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CG.js.map +1 -0
  3474. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CH.d.ts +57 -0
  3475. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CH.js +19 -0
  3476. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CH.js.map +1 -0
  3477. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CI.d.ts +57 -0
  3478. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CI.js +19 -0
  3479. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CI.js.map +1 -0
  3480. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CM.d.ts +57 -0
  3481. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CM.js +19 -0
  3482. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CM.js.map +1 -0
  3483. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DJ.d.ts +58 -0
  3484. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DJ.js +19 -0
  3485. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DJ.js.map +1 -0
  3486. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DZ.d.ts +58 -0
  3487. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DZ.js +19 -0
  3488. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DZ.js.map +1 -0
  3489. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GA.d.ts +57 -0
  3490. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GA.js +19 -0
  3491. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GA.js.map +1 -0
  3492. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GF.d.ts +57 -0
  3493. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GF.js +19 -0
  3494. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GF.js.map +1 -0
  3495. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GN.d.ts +58 -0
  3496. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GN.js +19 -0
  3497. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GN.js.map +1 -0
  3498. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GP.d.ts +57 -0
  3499. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GP.js +19 -0
  3500. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GP.js.map +1 -0
  3501. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GQ.d.ts +57 -0
  3502. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GQ.js +19 -0
  3503. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GQ.js.map +1 -0
  3504. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-HT.d.ts +58 -0
  3505. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-HT.js +19 -0
  3506. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-HT.js.map +1 -0
  3507. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-KM.d.ts +57 -0
  3508. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-KM.js +19 -0
  3509. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-KM.js.map +1 -0
  3510. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-LU.d.ts +57 -0
  3511. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-LU.js +19 -0
  3512. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-LU.js.map +1 -0
  3513. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MA.d.ts +57 -0
  3514. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MA.js +19 -0
  3515. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MA.js.map +1 -0
  3516. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MC.d.ts +57 -0
  3517. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MC.js +19 -0
  3518. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MC.js.map +1 -0
  3519. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MF.d.ts +57 -0
  3520. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MF.js +19 -0
  3521. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MF.js.map +1 -0
  3522. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MG.d.ts +58 -0
  3523. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MG.js +19 -0
  3524. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MG.js.map +1 -0
  3525. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-ML.d.ts +57 -0
  3526. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-ML.js +19 -0
  3527. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-ML.js.map +1 -0
  3528. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MQ.d.ts +57 -0
  3529. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MQ.js +19 -0
  3530. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MQ.js.map +1 -0
  3531. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MR.d.ts +58 -0
  3532. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MR.js +19 -0
  3533. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MR.js.map +1 -0
  3534. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MU.d.ts +58 -0
  3535. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MU.js +19 -0
  3536. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MU.js.map +1 -0
  3537. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NC.d.ts +57 -0
  3538. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NC.js +19 -0
  3539. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NC.js.map +1 -0
  3540. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NE.d.ts +57 -0
  3541. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NE.js +19 -0
  3542. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NE.js.map +1 -0
  3543. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PF.d.ts +57 -0
  3544. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PF.js +19 -0
  3545. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PF.js.map +1 -0
  3546. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PM.d.ts +57 -0
  3547. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PM.js +19 -0
  3548. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PM.js.map +1 -0
  3549. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RE.d.ts +57 -0
  3550. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RE.js +19 -0
  3551. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RE.js.map +1 -0
  3552. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RW.d.ts +57 -0
  3553. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RW.js +19 -0
  3554. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RW.js.map +1 -0
  3555. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SC.d.ts +58 -0
  3556. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SC.js +19 -0
  3557. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SC.js.map +1 -0
  3558. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SN.d.ts +57 -0
  3559. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SN.js +19 -0
  3560. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SN.js.map +1 -0
  3561. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SY.d.ts +58 -0
  3562. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SY.js +19 -0
  3563. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SY.js.map +1 -0
  3564. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TD.d.ts +57 -0
  3565. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TD.js +19 -0
  3566. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TD.js.map +1 -0
  3567. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TG.d.ts +57 -0
  3568. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TG.js +19 -0
  3569. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TG.js.map +1 -0
  3570. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TN.d.ts +58 -0
  3571. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TN.js +19 -0
  3572. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TN.js.map +1 -0
  3573. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-VU.d.ts +58 -0
  3574. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-VU.js +19 -0
  3575. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-VU.js.map +1 -0
  3576. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-WF.d.ts +57 -0
  3577. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-WF.js +19 -0
  3578. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-WF.js.map +1 -0
  3579. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-YT.d.ts +57 -0
  3580. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-YT.js +19 -0
  3581. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-YT.js.map +1 -0
  3582. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr.d.ts +57 -0
  3583. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr.js +19 -0
  3584. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr.js.map +1 -0
  3585. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/frr.d.ts +13 -0
  3586. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/frr.js +15 -0
  3587. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/frr.js.map +1 -0
  3588. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fur.d.ts +13 -0
  3589. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fur.js +17 -0
  3590. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fur.js.map +1 -0
  3591. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fy.d.ts +19 -0
  3592. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fy.js +17 -0
  3593. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fy.js.map +1 -0
  3594. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga-GB.d.ts +15 -0
  3595. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga-GB.js +23 -0
  3596. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga-GB.js.map +1 -0
  3597. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga.d.ts +15 -0
  3598. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga.js +23 -0
  3599. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga.js.map +1 -0
  3600. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gaa.d.ts +13 -0
  3601. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gaa.js +15 -0
  3602. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gaa.js.map +1 -0
  3603. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gd.d.ts +19 -0
  3604. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gd.js +21 -0
  3605. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gd.js.map +1 -0
  3606. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez-ER.d.ts +14 -0
  3607. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez-ER.js +15 -0
  3608. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez-ER.js.map +1 -0
  3609. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez.d.ts +13 -0
  3610. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez.js +15 -0
  3611. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez.js.map +1 -0
  3612. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gl.d.ts +21 -0
  3613. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gl.js +17 -0
  3614. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gl.js.map +1 -0
  3615. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/aa-DJ.js +22 -0
  3616. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/aa-ER.js +22 -0
  3617. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/aa.js +22 -0
  3618. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ab.js +22 -0
  3619. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/af-NA.js +24 -0
  3620. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/af.js +24 -0
  3621. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/agq.js +22 -0
  3622. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ak.js +24 -0
  3623. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/am.js +24 -0
  3624. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/an.js +24 -0
  3625. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ann.js +22 -0
  3626. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/apc.js +22 -0
  3627. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-AE.js +32 -0
  3628. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-BH.js +32 -0
  3629. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-DJ.js +32 -0
  3630. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-DZ.js +32 -0
  3631. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-EG.js +32 -0
  3632. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-EH.js +32 -0
  3633. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-ER.js +32 -0
  3634. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-IL.js +32 -0
  3635. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-IQ.js +32 -0
  3636. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-JO.js +32 -0
  3637. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-KM.js +32 -0
  3638. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-KW.js +32 -0
  3639. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-LB.js +32 -0
  3640. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-LY.js +32 -0
  3641. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-MA.js +32 -0
  3642. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-MR.js +32 -0
  3643. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-OM.js +32 -0
  3644. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-PS.js +32 -0
  3645. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-QA.js +32 -0
  3646. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SA.js +32 -0
  3647. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SD.js +32 -0
  3648. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SO.js +32 -0
  3649. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SS.js +32 -0
  3650. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SY.js +32 -0
  3651. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-TD.js +32 -0
  3652. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-TN.js +32 -0
  3653. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-YE.js +32 -0
  3654. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar.js +32 -0
  3655. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/arn.js +22 -0
  3656. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/as.js +24 -0
  3657. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/asa.js +24 -0
  3658. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ast.js +24 -0
  3659. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Arab-IQ.js +22 -0
  3660. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Arab-TR.js +22 -0
  3661. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Arab.js +22 -0
  3662. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Cyrl.js +22 -0
  3663. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Latn.js +24 -0
  3664. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az.js +24 -0
  3665. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ba.js +22 -0
  3666. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bal-Arab.js +24 -0
  3667. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bal-Latn.js +22 -0
  3668. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bal.js +24 -0
  3669. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bas.js +22 -0
  3670. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/be-tarask.js +28 -0
  3671. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/be.js +28 -0
  3672. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bem.js +24 -0
  3673. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bew.js +22 -0
  3674. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bez.js +24 -0
  3675. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bg.js +24 -0
  3676. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgc.js +22 -0
  3677. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-AE.js +22 -0
  3678. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-AF.js +22 -0
  3679. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-IR.js +22 -0
  3680. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-OM.js +22 -0
  3681. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn.js +22 -0
  3682. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bho.js +24 -0
  3683. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/blo.js +26 -0
  3684. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/blt.js +22 -0
  3685. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bm-Nkoo.js +22 -0
  3686. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bm.js +22 -0
  3687. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bn-IN.js +24 -0
  3688. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bn.js +24 -0
  3689. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bo-IN.js +22 -0
  3690. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bo.js +22 -0
  3691. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/br.js +30 -0
  3692. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/brx.js +24 -0
  3693. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bs-Cyrl.js +22 -0
  3694. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bs-Latn.js +26 -0
  3695. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bs.js +26 -0
  3696. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bss.js +22 -0
  3697. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/byn.js +22 -0
  3698. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-AD.js +26 -0
  3699. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-ES-valencia.js +26 -0
  3700. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-FR.js +26 -0
  3701. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-IT.js +26 -0
  3702. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca.js +26 -0
  3703. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cad.js +22 -0
  3704. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cch.js +22 -0
  3705. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ccp-IN.js +22 -0
  3706. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ccp.js +22 -0
  3707. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ce.js +24 -0
  3708. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ceb.js +24 -0
  3709. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cgg.js +24 -0
  3710. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cho.js +22 -0
  3711. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/chr.js +24 -0
  3712. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cic.js +22 -0
  3713. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ckb-IR.js +24 -0
  3714. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ckb.js +24 -0
  3715. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/co.js +22 -0
  3716. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cop.js +22 -0
  3717. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cs.js +28 -0
  3718. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/csw.js +24 -0
  3719. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cu.js +22 -0
  3720. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cv.js +22 -0
  3721. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cy.js +32 -0
  3722. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/da-GL.js +24 -0
  3723. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/da.js +24 -0
  3724. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dav.js +22 -0
  3725. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-AT.js +24 -0
  3726. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-BE.js +24 -0
  3727. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-CH.js +24 -0
  3728. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-IT.js +24 -0
  3729. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-LI.js +24 -0
  3730. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-LU.js +24 -0
  3731. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de.js +24 -0
  3732. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dje.js +22 -0
  3733. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/doi.js +24 -0
  3734. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dsb.js +28 -0
  3735. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dua.js +22 -0
  3736. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dv.js +24 -0
  3737. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dyo.js +22 -0
  3738. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dz.js +22 -0
  3739. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ebu.js +22 -0
  3740. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ee-TG.js +24 -0
  3741. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ee.js +24 -0
  3742. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/el-CY.js +24 -0
  3743. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/el-polyton.js +24 -0
  3744. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/el.js +24 -0
  3745. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-001.js +24 -0
  3746. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-150.js +24 -0
  3747. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AE.js +24 -0
  3748. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AG.js +24 -0
  3749. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AI.js +24 -0
  3750. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AS.js +24 -0
  3751. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AT.js +24 -0
  3752. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AU.js +24 -0
  3753. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BB.js +24 -0
  3754. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BE.js +24 -0
  3755. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BI.js +24 -0
  3756. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BM.js +24 -0
  3757. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BS.js +24 -0
  3758. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BW.js +24 -0
  3759. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BZ.js +24 -0
  3760. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CA.js +24 -0
  3761. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CC.js +24 -0
  3762. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CH.js +24 -0
  3763. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CK.js +24 -0
  3764. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CM.js +24 -0
  3765. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CX.js +24 -0
  3766. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CY.js +24 -0
  3767. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CZ.js +24 -0
  3768. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DE.js +24 -0
  3769. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DG.js +24 -0
  3770. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DK.js +24 -0
  3771. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DM.js +24 -0
  3772. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-Dsrt.js +22 -0
  3773. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ER.js +24 -0
  3774. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ES.js +24 -0
  3775. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FI.js +24 -0
  3776. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FJ.js +24 -0
  3777. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FK.js +24 -0
  3778. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FM.js +24 -0
  3779. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FR.js +24 -0
  3780. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GB.js +24 -0
  3781. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GD.js +24 -0
  3782. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GG.js +24 -0
  3783. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GH.js +24 -0
  3784. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GI.js +24 -0
  3785. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GM.js +24 -0
  3786. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GS.js +24 -0
  3787. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GU.js +24 -0
  3788. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GY.js +24 -0
  3789. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-HK.js +24 -0
  3790. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-HU.js +24 -0
  3791. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ID.js +24 -0
  3792. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IE.js +24 -0
  3793. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IL.js +24 -0
  3794. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IM.js +24 -0
  3795. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IN.js +24 -0
  3796. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IO.js +24 -0
  3797. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IT.js +24 -0
  3798. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-JE.js +24 -0
  3799. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-JM.js +24 -0
  3800. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KE.js +24 -0
  3801. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KI.js +24 -0
  3802. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KN.js +24 -0
  3803. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KY.js +24 -0
  3804. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-LC.js +24 -0
  3805. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-LR.js +24 -0
  3806. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-LS.js +24 -0
  3807. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MG.js +24 -0
  3808. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MH.js +24 -0
  3809. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MO.js +24 -0
  3810. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MP.js +24 -0
  3811. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MS.js +24 -0
  3812. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MT.js +24 -0
  3813. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MU.js +24 -0
  3814. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MV.js +24 -0
  3815. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MW.js +24 -0
  3816. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MY.js +24 -0
  3817. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NA.js +24 -0
  3818. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NF.js +24 -0
  3819. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NG.js +24 -0
  3820. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NL.js +24 -0
  3821. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NO.js +24 -0
  3822. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NR.js +24 -0
  3823. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NU.js +24 -0
  3824. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NZ.js +24 -0
  3825. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PG.js +24 -0
  3826. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PH.js +24 -0
  3827. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PK.js +24 -0
  3828. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PL.js +24 -0
  3829. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PN.js +24 -0
  3830. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PR.js +24 -0
  3831. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PT.js +24 -0
  3832. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PW.js +24 -0
  3833. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-RO.js +24 -0
  3834. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-RW.js +24 -0
  3835. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SB.js +24 -0
  3836. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SC.js +24 -0
  3837. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SD.js +24 -0
  3838. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SE.js +24 -0
  3839. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SG.js +24 -0
  3840. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SH.js +24 -0
  3841. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SI.js +24 -0
  3842. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SK.js +24 -0
  3843. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SL.js +24 -0
  3844. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SS.js +24 -0
  3845. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SX.js +24 -0
  3846. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SZ.js +24 -0
  3847. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-Shaw.js +22 -0
  3848. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TC.js +24 -0
  3849. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TK.js +24 -0
  3850. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TO.js +24 -0
  3851. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TT.js +24 -0
  3852. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TV.js +24 -0
  3853. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TZ.js +24 -0
  3854. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-UG.js +24 -0
  3855. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-UM.js +24 -0
  3856. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VC.js +24 -0
  3857. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VG.js +24 -0
  3858. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VI.js +24 -0
  3859. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VU.js +24 -0
  3860. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-WS.js +24 -0
  3861. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ZA.js +24 -0
  3862. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ZM.js +24 -0
  3863. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ZW.js +24 -0
  3864. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en.js +24 -0
  3865. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/eo.js +24 -0
  3866. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-419.js +26 -0
  3867. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-AR.js +26 -0
  3868. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-BO.js +26 -0
  3869. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-BR.js +26 -0
  3870. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-BZ.js +26 -0
  3871. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CL.js +26 -0
  3872. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CO.js +26 -0
  3873. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CR.js +26 -0
  3874. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CU.js +26 -0
  3875. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-DO.js +26 -0
  3876. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-EA.js +26 -0
  3877. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-EC.js +26 -0
  3878. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-GQ.js +26 -0
  3879. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-GT.js +26 -0
  3880. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-HN.js +26 -0
  3881. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-IC.js +26 -0
  3882. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-MX.js +26 -0
  3883. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-NI.js +26 -0
  3884. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PA.js +26 -0
  3885. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PE.js +26 -0
  3886. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PH.js +26 -0
  3887. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PR.js +26 -0
  3888. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PY.js +26 -0
  3889. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-SV.js +26 -0
  3890. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-US.js +26 -0
  3891. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-UY.js +26 -0
  3892. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-VE.js +26 -0
  3893. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es.js +26 -0
  3894. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/et.js +24 -0
  3895. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/eu.js +24 -0
  3896. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ewo.js +22 -0
  3897. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fa-AF.js +24 -0
  3898. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fa.js +24 -0
  3899. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-BF.js +22 -0
  3900. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-CM.js +22 -0
  3901. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-GH.js +22 -0
  3902. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-GM.js +22 -0
  3903. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-GW.js +22 -0
  3904. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-LR.js +22 -0
  3905. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-MR.js +22 -0
  3906. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-NE.js +22 -0
  3907. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-NG.js +22 -0
  3908. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-SL.js +22 -0
  3909. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-SN.js +22 -0
  3910. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm.js +22 -0
  3911. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-CM.js +74 -0
  3912. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-GN.js +74 -0
  3913. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-BF.js +24 -0
  3914. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-CM.js +24 -0
  3915. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GH.js +24 -0
  3916. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GM.js +24 -0
  3917. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GN.js +24 -0
  3918. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GW.js +24 -0
  3919. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-LR.js +24 -0
  3920. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-MR.js +24 -0
  3921. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-NE.js +24 -0
  3922. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-NG.js +24 -0
  3923. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-SL.js +24 -0
  3924. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn.js +24 -0
  3925. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-MR.js +74 -0
  3926. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff.js +24 -0
  3927. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fi.js +24 -0
  3928. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fil.js +24 -0
  3929. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fo-DK.js +24 -0
  3930. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fo.js +24 -0
  3931. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BE.js +26 -0
  3932. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BF.js +26 -0
  3933. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BI.js +26 -0
  3934. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BJ.js +26 -0
  3935. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BL.js +26 -0
  3936. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CA.js +26 -0
  3937. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CD.js +26 -0
  3938. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CF.js +26 -0
  3939. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CG.js +26 -0
  3940. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CH.js +26 -0
  3941. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CI.js +26 -0
  3942. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CM.js +26 -0
  3943. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-DJ.js +26 -0
  3944. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-DZ.js +26 -0
  3945. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GA.js +26 -0
  3946. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GF.js +26 -0
  3947. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GN.js +26 -0
  3948. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GP.js +26 -0
  3949. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GQ.js +26 -0
  3950. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-HT.js +26 -0
  3951. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-KM.js +26 -0
  3952. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-LU.js +26 -0
  3953. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MA.js +26 -0
  3954. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MC.js +26 -0
  3955. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MF.js +26 -0
  3956. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MG.js +26 -0
  3957. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-ML.js +26 -0
  3958. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MQ.js +26 -0
  3959. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MR.js +26 -0
  3960. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MU.js +26 -0
  3961. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-NC.js +26 -0
  3962. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-NE.js +26 -0
  3963. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-PF.js +26 -0
  3964. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-PM.js +26 -0
  3965. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-RE.js +26 -0
  3966. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-RW.js +26 -0
  3967. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-SC.js +26 -0
  3968. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-SN.js +26 -0
  3969. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-SY.js +26 -0
  3970. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-TD.js +26 -0
  3971. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-TG.js +26 -0
  3972. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-TN.js +26 -0
  3973. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-VU.js +26 -0
  3974. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-WF.js +26 -0
  3975. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-YT.js +26 -0
  3976. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr.js +26 -0
  3977. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/frr.js +22 -0
  3978. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fur.js +24 -0
  3979. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fy.js +24 -0
  3980. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ga-GB.js +30 -0
  3981. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ga.js +30 -0
  3982. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gaa.js +22 -0
  3983. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gd.js +28 -0
  3984. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gez-ER.js +22 -0
  3985. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gez.js +22 -0
  3986. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gl.js +24 -0
  3987. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gn.js +22 -0
  3988. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gsw-FR.js +24 -0
  3989. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gsw-LI.js +24 -0
  3990. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gsw.js +24 -0
  3991. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gu.js +24 -0
  3992. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/guz.js +22 -0
  3993. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gv.js +30 -0
  3994. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-Arab-SD.js +22 -0
  3995. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-Arab.js +22 -0
  3996. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-GH.js +24 -0
  3997. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-NE.js +24 -0
  3998. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha.js +24 -0
  3999. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/haw.js +24 -0
  4000. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/he.js +26 -0
  4001. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hi-Latn.js +24 -0
  4002. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hi.js +24 -0
  4003. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hnj-Hmnp.js +22 -0
  4004. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hnj.js +22 -0
  4005. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hr-BA.js +26 -0
  4006. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hr.js +26 -0
  4007. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hsb.js +28 -0
  4008. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ht.js +26 -0
  4009. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hu.js +24 -0
  4010. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hy.js +24 -0
  4011. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ia.js +24 -0
  4012. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/id.js +22 -0
  4013. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ie.js +22 -0
  4014. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ig.js +22 -0
  4015. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ii.js +22 -0
  4016. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/io.js +24 -0
  4017. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/is.js +24 -0
  4018. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it-CH.js +26 -0
  4019. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it-SM.js +26 -0
  4020. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it-VA.js +26 -0
  4021. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it.js +26 -0
  4022. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/iu-Latn.js +22 -0
  4023. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/iu.js +26 -0
  4024. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ja.js +22 -0
  4025. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jbo.js +22 -0
  4026. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jgo.js +24 -0
  4027. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jmc.js +24 -0
  4028. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jv.js +22 -0
  4029. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ka.js +24 -0
  4030. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaa-Cyrl.js +22 -0
  4031. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaa-Latn.js +22 -0
  4032. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaa.js +22 -0
  4033. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kab.js +24 -0
  4034. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaj.js +24 -0
  4035. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kam.js +22 -0
  4036. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kcg.js +24 -0
  4037. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kde.js +22 -0
  4038. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kea.js +22 -0
  4039. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ken.js +22 -0
  4040. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kgp.js +22 -0
  4041. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/khq.js +22 -0
  4042. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ki.js +22 -0
  4043. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk-Arab.js +22 -0
  4044. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk-Cyrl.js +24 -0
  4045. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk-KZ.js +24 -0
  4046. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk.js +24 -0
  4047. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kkj.js +24 -0
  4048. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kl.js +24 -0
  4049. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kln.js +22 -0
  4050. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/km.js +22 -0
  4051. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kn.js +24 -0
  4052. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ko-CN.js +22 -0
  4053. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ko-KP.js +22 -0
  4054. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ko.js +22 -0
  4055. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kok-Deva.js +22 -0
  4056. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kok-Latn.js +22 -0
  4057. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kok.js +22 -0
  4058. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kpe-GN.js +22 -0
  4059. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kpe.js +22 -0
  4060. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ks-Arab.js +24 -0
  4061. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ks-Deva.js +22 -0
  4062. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ks.js +24 -0
  4063. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ksb.js +24 -0
  4064. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ksf.js +22 -0
  4065. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ksh.js +26 -0
  4066. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ku.js +24 -0
  4067. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kw.js +32 -0
  4068. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Deva.js +22 -0
  4069. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Latn.js +22 -0
  4070. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Orya.js +22 -0
  4071. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Telu.js +22 -0
  4072. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv.js +22 -0
  4073. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ky.js +24 -0
  4074. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/la.js +26 -0
  4075. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lag.js +26 -0
  4076. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lb.js +24 -0
  4077. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lg.js +24 -0
  4078. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lij.js +24 -0
  4079. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lkt.js +22 -0
  4080. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lld.js +26 -0
  4081. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lmo.js +22 -0
  4082. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln-AO.js +24 -0
  4083. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln-CF.js +24 -0
  4084. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln-CG.js +24 -0
  4085. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln.js +24 -0
  4086. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lo.js +22 -0
  4087. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lrc-IQ.js +22 -0
  4088. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lrc.js +22 -0
  4089. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lt.js +28 -0
  4090. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ltg.js +22 -0
  4091. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lu.js +22 -0
  4092. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/luo.js +22 -0
  4093. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/luy.js +22 -0
  4094. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lv.js +26 -0
  4095. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mai.js +22 -0
  4096. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mas-TZ.js +24 -0
  4097. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mas.js +24 -0
  4098. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mdf.js +22 -0
  4099. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mer.js +22 -0
  4100. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mfe.js +22 -0
  4101. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mg.js +24 -0
  4102. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mgh.js +22 -0
  4103. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mgo.js +24 -0
  4104. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mhn.js +22 -0
  4105. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mi.js +22 -0
  4106. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mic.js +22 -0
  4107. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mk.js +24 -0
  4108. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ml.js +24 -0
  4109. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mn-Mong-MN.js +22 -0
  4110. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mn-Mong.js +22 -0
  4111. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mn.js +24 -0
  4112. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mni-Beng.js +22 -0
  4113. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mni-Mtei.js +22 -0
  4114. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mni.js +22 -0
  4115. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/moh.js +22 -0
  4116. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mr.js +24 -0
  4117. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-Arab-BN.js +22 -0
  4118. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-Arab.js +22 -0
  4119. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-BN.js +22 -0
  4120. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-ID.js +22 -0
  4121. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-SG.js +22 -0
  4122. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms.js +22 -0
  4123. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mt.js +30 -0
  4124. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mua.js +22 -0
  4125. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mus.js +22 -0
  4126. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/my.js +22 -0
  4127. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/myv.js +22 -0
  4128. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mzn.js +22 -0
  4129. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/naq.js +26 -0
  4130. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nb-SJ.js +24 -0
  4131. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nb.js +24 -0
  4132. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nd.js +24 -0
  4133. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nds-NL.js +22 -0
  4134. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nds.js +22 -0
  4135. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ne-IN.js +24 -0
  4136. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ne.js +24 -0
  4137. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-AW.js +24 -0
  4138. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-BE.js +24 -0
  4139. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-BQ.js +24 -0
  4140. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-CW.js +24 -0
  4141. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-SR.js +24 -0
  4142. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-SX.js +24 -0
  4143. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl.js +24 -0
  4144. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nmg.js +22 -0
  4145. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nn.js +24 -0
  4146. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nnh.js +24 -0
  4147. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/no.js +24 -0
  4148. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nqo.js +22 -0
  4149. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nr.js +24 -0
  4150. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nso.js +24 -0
  4151. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nus.js +22 -0
  4152. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nv.js +22 -0
  4153. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ny.js +24 -0
  4154. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nyn.js +24 -0
  4155. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/oc-ES.js +22 -0
  4156. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/oc.js +22 -0
  4157. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/om-KE.js +24 -0
  4158. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/om.js +24 -0
  4159. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/or.js +24 -0
  4160. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/os-RU.js +24 -0
  4161. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/os.js +24 -0
  4162. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/osa.js +22 -0
  4163. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pa-Arab.js +22 -0
  4164. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pa-Guru.js +24 -0
  4165. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pa.js +24 -0
  4166. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pap-AW.js +24 -0
  4167. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pap.js +24 -0
  4168. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pcm.js +24 -0
  4169. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pis.js +22 -0
  4170. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pl.js +28 -0
  4171. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/prg.js +26 -0
  4172. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ps-PK.js +24 -0
  4173. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ps.js +24 -0
  4174. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-AO.js +26 -0
  4175. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-CH.js +26 -0
  4176. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-CV.js +26 -0
  4177. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-GQ.js +26 -0
  4178. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-GW.js +26 -0
  4179. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-LU.js +26 -0
  4180. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-MO.js +26 -0
  4181. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-MZ.js +26 -0
  4182. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-PT.js +26 -0
  4183. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-ST.js +26 -0
  4184. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-TL.js +26 -0
  4185. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt.js +26 -0
  4186. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/qu-BO.js +22 -0
  4187. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/qu-EC.js +22 -0
  4188. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/qu.js +22 -0
  4189. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/quc.js +22 -0
  4190. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/raj.js +22 -0
  4191. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rhg-Rohg-BD.js +22 -0
  4192. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rhg-Rohg.js +22 -0
  4193. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rhg.js +22 -0
  4194. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rif.js +22 -0
  4195. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rm.js +24 -0
  4196. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rn.js +22 -0
  4197. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ro-MD.js +26 -0
  4198. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ro.js +26 -0
  4199. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rof.js +24 -0
  4200. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-BY.js +28 -0
  4201. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-KG.js +28 -0
  4202. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-KZ.js +28 -0
  4203. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-MD.js +28 -0
  4204. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-UA.js +28 -0
  4205. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru.js +28 -0
  4206. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rw.js +22 -0
  4207. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rwk.js +24 -0
  4208. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sa.js +22 -0
  4209. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sah.js +22 -0
  4210. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/saq.js +24 -0
  4211. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sat-Deva.js +22 -0
  4212. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sat-Olck.js +26 -0
  4213. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sat.js +26 -0
  4214. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sbp.js +22 -0
  4215. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sc.js +24 -0
  4216. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/scn.js +26 -0
  4217. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sd-Arab.js +24 -0
  4218. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sd-Deva.js +22 -0
  4219. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sd.js +24 -0
  4220. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sdh-IQ.js +24 -0
  4221. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sdh.js +24 -0
  4222. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/se-FI.js +26 -0
  4223. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/se-SE.js +26 -0
  4224. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/se.js +26 -0
  4225. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/seh.js +24 -0
  4226. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ses.js +22 -0
  4227. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sg.js +22 -0
  4228. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shi-Latn.js +22 -0
  4229. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shi-Tfng.js +26 -0
  4230. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shi.js +26 -0
  4231. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shn-TH.js +22 -0
  4232. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shn.js +22 -0
  4233. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/si.js +24 -0
  4234. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sid.js +22 -0
  4235. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sk.js +28 -0
  4236. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/skr.js +22 -0
  4237. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sl.js +28 -0
  4238. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sma-NO.js +26 -0
  4239. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sma.js +26 -0
  4240. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/smj-NO.js +26 -0
  4241. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/smj.js +26 -0
  4242. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/smn.js +26 -0
  4243. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sms.js +26 -0
  4244. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sn.js +24 -0
  4245. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so-DJ.js +24 -0
  4246. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so-ET.js +24 -0
  4247. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so-KE.js +24 -0
  4248. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so.js +24 -0
  4249. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sq-MK.js +24 -0
  4250. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sq-XK.js +24 -0
  4251. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sq.js +24 -0
  4252. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl-BA.js +26 -0
  4253. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl-ME.js +26 -0
  4254. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl-XK.js +26 -0
  4255. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl.js +26 -0
  4256. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn-BA.js +22 -0
  4257. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn-ME.js +22 -0
  4258. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn-XK.js +22 -0
  4259. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn.js +22 -0
  4260. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr.js +26 -0
  4261. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ss-SZ.js +24 -0
  4262. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ss.js +24 -0
  4263. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ssy.js +24 -0
  4264. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/st-LS.js +24 -0
  4265. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/st.js +24 -0
  4266. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/su-Latn.js +22 -0
  4267. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/su.js +22 -0
  4268. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sv-AX.js +24 -0
  4269. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sv-FI.js +24 -0
  4270. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sv.js +24 -0
  4271. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw-CD.js +24 -0
  4272. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw-KE.js +24 -0
  4273. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw-UG.js +24 -0
  4274. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw.js +24 -0
  4275. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/syr-SY.js +24 -0
  4276. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/syr.js +24 -0
  4277. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/szl.js +22 -0
  4278. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta-LK.js +24 -0
  4279. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta-MY.js +24 -0
  4280. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta-SG.js +24 -0
  4281. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta.js +24 -0
  4282. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/te.js +24 -0
  4283. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/teo-KE.js +24 -0
  4284. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/teo.js +24 -0
  4285. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tg.js +22 -0
  4286. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/th.js +22 -0
  4287. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ti-ER.js +24 -0
  4288. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ti.js +24 -0
  4289. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tig.js +24 -0
  4290. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tk.js +24 -0
  4291. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tn-BW.js +24 -0
  4292. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tn.js +24 -0
  4293. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/to.js +22 -0
  4294. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tok.js +22 -0
  4295. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tpi.js +22 -0
  4296. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tr-CY.js +24 -0
  4297. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tr.js +24 -0
  4298. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/trv.js +22 -0
  4299. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/trw.js +22 -0
  4300. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ts.js +24 -0
  4301. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tt.js +22 -0
  4302. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/twq.js +22 -0
  4303. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tyv.js +22 -0
  4304. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tzm.js +24 -0
  4305. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ug.js +24 -0
  4306. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uk.js +28 -0
  4307. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/und.js +24 -0
  4308. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ur-IN.js +24 -0
  4309. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ur.js +24 -0
  4310. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz-Arab.js +22 -0
  4311. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz-Cyrl.js +22 -0
  4312. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz-Latn.js +24 -0
  4313. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz.js +24 -0
  4314. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vai-Latn.js +22 -0
  4315. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vai-Vaii.js +22 -0
  4316. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vai.js +22 -0
  4317. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ve.js +24 -0
  4318. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vec.js +26 -0
  4319. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vi.js +22 -0
  4320. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vmw.js +22 -0
  4321. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vo.js +24 -0
  4322. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vun.js +24 -0
  4323. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wa.js +24 -0
  4324. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wae.js +24 -0
  4325. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wal.js +22 -0
  4326. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wbp.js +22 -0
  4327. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wo.js +22 -0
  4328. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/xh.js +24 -0
  4329. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/xnr.js +22 -0
  4330. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/xog.js +24 -0
  4331. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yav.js +22 -0
  4332. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yi.js +24 -0
  4333. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yo-BJ.js +22 -0
  4334. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yo.js +22 -0
  4335. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yrl-CO.js +22 -0
  4336. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yrl-VE.js +22 -0
  4337. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yrl.js +22 -0
  4338. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hans.js +22 -0
  4339. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hant-CN.js +22 -0
  4340. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hant-MO.js +22 -0
  4341. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hant.js +22 -0
  4342. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue.js +22 -0
  4343. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/za.js +22 -0
  4344. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zgh.js +22 -0
  4345. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-HK.js +22 -0
  4346. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-MO.js +22 -0
  4347. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-MY.js +22 -0
  4348. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-SG.js +22 -0
  4349. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans.js +22 -0
  4350. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant-HK.js +22 -0
  4351. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant-MO.js +22 -0
  4352. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant-MY.js +22 -0
  4353. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant.js +22 -0
  4354. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Latn.js +22 -0
  4355. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh.js +22 -0
  4356. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zu.js +24 -0
  4357. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gn.d.ts +14 -0
  4358. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gn.js +15 -0
  4359. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gn.js.map +1 -0
  4360. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-FR.d.ts +12 -0
  4361. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-FR.js +17 -0
  4362. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-FR.js.map +1 -0
  4363. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-LI.d.ts +12 -0
  4364. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-LI.js +17 -0
  4365. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-LI.js.map +1 -0
  4366. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw.d.ts +12 -0
  4367. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw.js +17 -0
  4368. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw.js.map +1 -0
  4369. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gu.d.ts +18 -0
  4370. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gu.js +17 -0
  4371. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gu.js.map +1 -0
  4372. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/guz.d.ts +14 -0
  4373. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/guz.js +15 -0
  4374. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/guz.js.map +1 -0
  4375. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gv.d.ts +13 -0
  4376. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gv.js +23 -0
  4377. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gv.js.map +1 -0
  4378. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab-SD.d.ts +14 -0
  4379. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab-SD.js +15 -0
  4380. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab-SD.js.map +1 -0
  4381. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab.d.ts +14 -0
  4382. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab.js +15 -0
  4383. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab.js.map +1 -0
  4384. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-GH.d.ts +13 -0
  4385. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-GH.js +17 -0
  4386. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-GH.js.map +1 -0
  4387. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-NE.d.ts +12 -0
  4388. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-NE.js +17 -0
  4389. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-NE.js.map +1 -0
  4390. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha.d.ts +12 -0
  4391. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha.js +17 -0
  4392. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha.js.map +1 -0
  4393. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/haw.d.ts +12 -0
  4394. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/haw.js +17 -0
  4395. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/haw.js.map +1 -0
  4396. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/he.d.ts +17 -0
  4397. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/he.js +19 -0
  4398. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/he.js.map +1 -0
  4399. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi-Latn.d.ts +12 -0
  4400. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi-Latn.js +17 -0
  4401. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi-Latn.js.map +1 -0
  4402. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi.d.ts +17 -0
  4403. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi.js +17 -0
  4404. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi.js.map +1 -0
  4405. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj-Hmnp.d.ts +13 -0
  4406. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj-Hmnp.js +15 -0
  4407. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj-Hmnp.js.map +1 -0
  4408. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj.d.ts +13 -0
  4409. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj.js +15 -0
  4410. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj.js.map +1 -0
  4411. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr-BA.d.ts +34 -0
  4412. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr-BA.js +19 -0
  4413. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr-BA.js.map +1 -0
  4414. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr.d.ts +33 -0
  4415. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr.js +19 -0
  4416. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr.js.map +1 -0
  4417. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hsb.d.ts +14 -0
  4418. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hsb.js +21 -0
  4419. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hsb.js.map +1 -0
  4420. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ht.d.ts +58 -0
  4421. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ht.js +19 -0
  4422. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ht.js.map +1 -0
  4423. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hu.d.ts +30 -0
  4424. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hu.js +17 -0
  4425. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hu.js.map +1 -0
  4426. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hy.d.ts +17 -0
  4427. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hy.js +17 -0
  4428. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hy.js.map +1 -0
  4429. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ia.d.ts +15 -0
  4430. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ia.js +17 -0
  4431. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ia.js.map +1 -0
  4432. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/id.d.ts +21 -0
  4433. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/id.js +15 -0
  4434. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/id.js.map +1 -0
  4435. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ie.d.ts +13 -0
  4436. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ie.js +15 -0
  4437. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ie.js.map +1 -0
  4438. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ig.d.ts +12 -0
  4439. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ig.js +15 -0
  4440. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ig.js.map +1 -0
  4441. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ii.d.ts +14 -0
  4442. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ii.js +15 -0
  4443. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ii.js.map +1 -0
  4444. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/io.d.ts +13 -0
  4445. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/io.js +17 -0
  4446. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/io.js.map +1 -0
  4447. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/is.d.ts +29 -0
  4448. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/is.js +17 -0
  4449. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/is.js.map +1 -0
  4450. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-CH.d.ts +24 -0
  4451. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-CH.js +19 -0
  4452. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-CH.js.map +1 -0
  4453. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-SM.d.ts +24 -0
  4454. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-SM.js +19 -0
  4455. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-SM.js.map +1 -0
  4456. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-VA.d.ts +24 -0
  4457. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-VA.js +19 -0
  4458. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-VA.js.map +1 -0
  4459. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it.d.ts +24 -0
  4460. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it.js +19 -0
  4461. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it.js.map +1 -0
  4462. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu-Latn.d.ts +13 -0
  4463. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu-Latn.js +15 -0
  4464. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu-Latn.js.map +1 -0
  4465. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu.d.ts +13 -0
  4466. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu.js +19 -0
  4467. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu.js.map +1 -0
  4468. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ja.d.ts +17 -0
  4469. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ja.js +15 -0
  4470. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ja.js.map +1 -0
  4471. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jbo.d.ts +13 -0
  4472. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jbo.js +15 -0
  4473. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jbo.js.map +1 -0
  4474. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jgo.d.ts +13 -0
  4475. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jgo.js +17 -0
  4476. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jgo.js.map +1 -0
  4477. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jmc.d.ts +14 -0
  4478. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jmc.js +17 -0
  4479. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jmc.js.map +1 -0
  4480. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jv.d.ts +14 -0
  4481. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jv.js +15 -0
  4482. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jv.js.map +1 -0
  4483. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ka.d.ts +25 -0
  4484. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ka.js +17 -0
  4485. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ka.js.map +1 -0
  4486. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Cyrl.d.ts +13 -0
  4487. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Cyrl.js +15 -0
  4488. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Cyrl.js.map +1 -0
  4489. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Latn.d.ts +13 -0
  4490. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Latn.js +15 -0
  4491. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Latn.js.map +1 -0
  4492. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa.d.ts +13 -0
  4493. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa.js +15 -0
  4494. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa.js.map +1 -0
  4495. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kab.d.ts +14 -0
  4496. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kab.js +17 -0
  4497. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kab.js.map +1 -0
  4498. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaj.d.ts +14 -0
  4499. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaj.js +17 -0
  4500. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaj.js.map +1 -0
  4501. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kam.d.ts +14 -0
  4502. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kam.js +15 -0
  4503. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kam.js.map +1 -0
  4504. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kcg.d.ts +14 -0
  4505. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kcg.js +17 -0
  4506. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kcg.js.map +1 -0
  4507. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kde.d.ts +14 -0
  4508. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kde.js +15 -0
  4509. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kde.js.map +1 -0
  4510. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kea.d.ts +16 -0
  4511. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kea.js +15 -0
  4512. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kea.js.map +1 -0
  4513. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ken.d.ts +13 -0
  4514. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ken.js +15 -0
  4515. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ken.js.map +1 -0
  4516. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kgp.d.ts +24 -0
  4517. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kgp.js +15 -0
  4518. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kgp.js.map +1 -0
  4519. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/khq.d.ts +13 -0
  4520. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/khq.js +15 -0
  4521. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/khq.js.map +1 -0
  4522. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ki.d.ts +14 -0
  4523. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ki.js +15 -0
  4524. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ki.js.map +1 -0
  4525. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Arab.d.ts +13 -0
  4526. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Arab.js +15 -0
  4527. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Arab.js.map +1 -0
  4528. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Cyrl.d.ts +19 -0
  4529. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Cyrl.js +17 -0
  4530. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Cyrl.js.map +1 -0
  4531. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-KZ.d.ts +19 -0
  4532. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-KZ.js +17 -0
  4533. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-KZ.js.map +1 -0
  4534. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk.d.ts +19 -0
  4535. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk.js +17 -0
  4536. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk.js.map +1 -0
  4537. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kkj.d.ts +13 -0
  4538. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kkj.js +17 -0
  4539. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kkj.js.map +1 -0
  4540. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kl.d.ts +14 -0
  4541. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kl.js +17 -0
  4542. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kl.js.map +1 -0
  4543. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kln.d.ts +14 -0
  4544. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kln.js +15 -0
  4545. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kln.js.map +1 -0
  4546. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/km.d.ts +18 -0
  4547. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/km.js +15 -0
  4548. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/km.js.map +1 -0
  4549. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kn.d.ts +17 -0
  4550. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kn.js +17 -0
  4551. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kn.js.map +1 -0
  4552. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-CN.d.ts +18 -0
  4553. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-CN.js +15 -0
  4554. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-CN.js.map +1 -0
  4555. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-KP.d.ts +18 -0
  4556. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-KP.js +15 -0
  4557. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-KP.js.map +1 -0
  4558. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko.d.ts +18 -0
  4559. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko.js +15 -0
  4560. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko.js.map +1 -0
  4561. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Deva.d.ts +16 -0
  4562. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Deva.js +15 -0
  4563. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Deva.js.map +1 -0
  4564. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Latn.d.ts +13 -0
  4565. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Latn.js +15 -0
  4566. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Latn.js.map +1 -0
  4567. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok.d.ts +16 -0
  4568. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok.js +15 -0
  4569. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok.js.map +1 -0
  4570. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe-GN.d.ts +14 -0
  4571. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe-GN.js +15 -0
  4572. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe-GN.js.map +1 -0
  4573. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe.d.ts +14 -0
  4574. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe.js +15 -0
  4575. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe.js.map +1 -0
  4576. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Arab.d.ts +9 -0
  4577. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Arab.js +17 -0
  4578. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Arab.js.map +1 -0
  4579. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Deva.d.ts +12 -0
  4580. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Deva.js +15 -0
  4581. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Deva.js.map +1 -0
  4582. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks.d.ts +9 -0
  4583. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks.js +17 -0
  4584. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks.js.map +1 -0
  4585. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksb.d.ts +14 -0
  4586. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksb.js +17 -0
  4587. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksb.js.map +1 -0
  4588. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksf.d.ts +13 -0
  4589. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksf.js +15 -0
  4590. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksf.js.map +1 -0
  4591. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksh.d.ts +13 -0
  4592. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksh.js +19 -0
  4593. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksh.js.map +1 -0
  4594. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ku.d.ts +13 -0
  4595. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ku.js +17 -0
  4596. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ku.js.map +1 -0
  4597. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kw.d.ts +13 -0
  4598. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kw.js +25 -0
  4599. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kw.js.map +1 -0
  4600. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Deva.d.ts +13 -0
  4601. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Deva.js +15 -0
  4602. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Deva.js.map +1 -0
  4603. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Latn.d.ts +13 -0
  4604. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Latn.js +15 -0
  4605. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Latn.js.map +1 -0
  4606. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Orya.d.ts +13 -0
  4607. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Orya.js +15 -0
  4608. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Orya.js.map +1 -0
  4609. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Telu.d.ts +13 -0
  4610. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Telu.js +15 -0
  4611. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Telu.js.map +1 -0
  4612. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv.d.ts +13 -0
  4613. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv.js +15 -0
  4614. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv.js.map +1 -0
  4615. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ky.d.ts +37 -0
  4616. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ky.js +17 -0
  4617. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ky.js.map +1 -0
  4618. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/la.d.ts +13 -0
  4619. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/la.js +19 -0
  4620. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/la.js.map +1 -0
  4621. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lag.d.ts +14 -0
  4622. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lag.js +19 -0
  4623. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lag.js.map +1 -0
  4624. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lb.d.ts +16 -0
  4625. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lb.js +17 -0
  4626. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lb.js.map +1 -0
  4627. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lg.d.ts +14 -0
  4628. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lg.js +17 -0
  4629. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lg.js.map +1 -0
  4630. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lij.d.ts +13 -0
  4631. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lij.js +17 -0
  4632. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lij.js.map +1 -0
  4633. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lkt.d.ts +12 -0
  4634. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lkt.js +15 -0
  4635. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lkt.js.map +1 -0
  4636. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lld.d.ts +13 -0
  4637. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lld.js +19 -0
  4638. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lld.js.map +1 -0
  4639. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lmo.d.ts +13 -0
  4640. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lmo.js +15 -0
  4641. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lmo.js.map +1 -0
  4642. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-AO.d.ts +15 -0
  4643. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-AO.js +17 -0
  4644. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-AO.js.map +1 -0
  4645. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CF.d.ts +14 -0
  4646. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CF.js +17 -0
  4647. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CF.js.map +1 -0
  4648. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CG.d.ts +14 -0
  4649. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CG.js +17 -0
  4650. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CG.js.map +1 -0
  4651. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln.d.ts +14 -0
  4652. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln.js +17 -0
  4653. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln.js.map +1 -0
  4654. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lo.d.ts +18 -0
  4655. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lo.js +15 -0
  4656. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lo.js.map +1 -0
  4657. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc-IQ.d.ts +14 -0
  4658. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc-IQ.js +15 -0
  4659. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc-IQ.js.map +1 -0
  4660. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc.d.ts +14 -0
  4661. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc.js +15 -0
  4662. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc.js.map +1 -0
  4663. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lt.d.ts +39 -0
  4664. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lt.js +21 -0
  4665. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lt.js.map +1 -0
  4666. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ltg.d.ts +13 -0
  4667. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ltg.js +15 -0
  4668. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ltg.js.map +1 -0
  4669. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lu.d.ts +14 -0
  4670. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lu.js +15 -0
  4671. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lu.js.map +1 -0
  4672. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luo.d.ts +14 -0
  4673. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luo.js +15 -0
  4674. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luo.js.map +1 -0
  4675. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luy.d.ts +14 -0
  4676. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luy.js +15 -0
  4677. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luy.js.map +1 -0
  4678. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lv.d.ts +18 -0
  4679. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lv.js +19 -0
  4680. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lv.js.map +1 -0
  4681. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mai.d.ts +12 -0
  4682. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mai.js +15 -0
  4683. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mai.js.map +1 -0
  4684. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas-TZ.d.ts +15 -0
  4685. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas-TZ.js +17 -0
  4686. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas-TZ.js.map +1 -0
  4687. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas.d.ts +14 -0
  4688. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas.js +17 -0
  4689. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas.js.map +1 -0
  4690. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mdf.d.ts +14 -0
  4691. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mdf.js +15 -0
  4692. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mdf.js.map +1 -0
  4693. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mer.d.ts +14 -0
  4694. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mer.js +15 -0
  4695. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mer.js.map +1 -0
  4696. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mfe.d.ts +14 -0
  4697. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mfe.js +15 -0
  4698. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mfe.js.map +1 -0
  4699. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mg.d.ts +14 -0
  4700. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mg.js +17 -0
  4701. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mg.js.map +1 -0
  4702. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgh.d.ts +14 -0
  4703. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgh.js +15 -0
  4704. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgh.js.map +1 -0
  4705. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgo.d.ts +13 -0
  4706. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgo.js +17 -0
  4707. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgo.js.map +1 -0
  4708. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mhn.d.ts +13 -0
  4709. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mhn.js +15 -0
  4710. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mhn.js.map +1 -0
  4711. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mi.d.ts +13 -0
  4712. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mi.js +15 -0
  4713. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mi.js.map +1 -0
  4714. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mic.d.ts +13 -0
  4715. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mic.js +15 -0
  4716. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mic.js.map +1 -0
  4717. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mk.d.ts +26 -0
  4718. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mk.js +17 -0
  4719. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mk.js.map +1 -0
  4720. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ml.d.ts +15 -0
  4721. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ml.js +17 -0
  4722. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ml.js.map +1 -0
  4723. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong-MN.d.ts +13 -0
  4724. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong-MN.js +15 -0
  4725. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong-MN.js.map +1 -0
  4726. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong.d.ts +12 -0
  4727. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong.js +15 -0
  4728. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong.js.map +1 -0
  4729. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn.d.ts +18 -0
  4730. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn.js +17 -0
  4731. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn.js.map +1 -0
  4732. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Beng.d.ts +12 -0
  4733. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Beng.js +15 -0
  4734. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Beng.js.map +1 -0
  4735. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Mtei.d.ts +13 -0
  4736. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Mtei.js +15 -0
  4737. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Mtei.js.map +1 -0
  4738. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni.d.ts +12 -0
  4739. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni.js +15 -0
  4740. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni.js.map +1 -0
  4741. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/moh.d.ts +13 -0
  4742. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/moh.js +15 -0
  4743. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/moh.js.map +1 -0
  4744. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mr.d.ts +15 -0
  4745. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mr.js +17 -0
  4746. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mr.js.map +1 -0
  4747. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab-BN.d.ts +15 -0
  4748. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab-BN.js +15 -0
  4749. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab-BN.js.map +1 -0
  4750. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab.d.ts +14 -0
  4751. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab.js +15 -0
  4752. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab.js.map +1 -0
  4753. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-BN.d.ts +20 -0
  4754. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-BN.js +15 -0
  4755. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-BN.js.map +1 -0
  4756. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-ID.d.ts +20 -0
  4757. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-ID.js +15 -0
  4758. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-ID.js.map +1 -0
  4759. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-SG.d.ts +20 -0
  4760. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-SG.js +15 -0
  4761. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-SG.js.map +1 -0
  4762. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms.d.ts +19 -0
  4763. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms.js +15 -0
  4764. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms.js.map +1 -0
  4765. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mt.d.ts +15 -0
  4766. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mt.js +23 -0
  4767. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mt.js.map +1 -0
  4768. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mua.d.ts +13 -0
  4769. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mua.js +15 -0
  4770. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mua.js.map +1 -0
  4771. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mus.d.ts +12 -0
  4772. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mus.js +15 -0
  4773. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mus.js.map +1 -0
  4774. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/my.d.ts +23 -0
  4775. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/my.js +15 -0
  4776. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/my.js.map +1 -0
  4777. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/myv.d.ts +13 -0
  4778. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/myv.js +15 -0
  4779. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/myv.js.map +1 -0
  4780. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mzn.d.ts +14 -0
  4781. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mzn.js +15 -0
  4782. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mzn.js.map +1 -0
  4783. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/naq.d.ts +14 -0
  4784. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/naq.js +19 -0
  4785. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/naq.js.map +1 -0
  4786. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb-SJ.d.ts +33 -0
  4787. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb-SJ.js +17 -0
  4788. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb-SJ.js.map +1 -0
  4789. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb.d.ts +33 -0
  4790. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb.js +17 -0
  4791. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb.js.map +1 -0
  4792. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nd.d.ts +13 -0
  4793. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nd.js +17 -0
  4794. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nd.js.map +1 -0
  4795. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds-NL.d.ts +13 -0
  4796. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds-NL.js +15 -0
  4797. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds-NL.js.map +1 -0
  4798. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds.d.ts +13 -0
  4799. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds.js +15 -0
  4800. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds.js.map +1 -0
  4801. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne-IN.d.ts +17 -0
  4802. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne-IN.js +17 -0
  4803. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne-IN.js.map +1 -0
  4804. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne.d.ts +17 -0
  4805. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne.js +17 -0
  4806. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne.js.map +1 -0
  4807. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-AW.d.ts +26 -0
  4808. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-AW.js +17 -0
  4809. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-AW.js.map +1 -0
  4810. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BE.d.ts +25 -0
  4811. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BE.js +17 -0
  4812. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BE.js.map +1 -0
  4813. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BQ.d.ts +24 -0
  4814. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BQ.js +17 -0
  4815. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BQ.js.map +1 -0
  4816. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-CW.d.ts +26 -0
  4817. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-CW.js +17 -0
  4818. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-CW.js.map +1 -0
  4819. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SR.d.ts +26 -0
  4820. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SR.js +17 -0
  4821. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SR.js.map +1 -0
  4822. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SX.d.ts +26 -0
  4823. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SX.js +17 -0
  4824. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SX.js.map +1 -0
  4825. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl.d.ts +25 -0
  4826. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl.js +17 -0
  4827. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl.js.map +1 -0
  4828. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nmg.d.ts +13 -0
  4829. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nmg.js +15 -0
  4830. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nmg.js.map +1 -0
  4831. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nn.d.ts +33 -0
  4832. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nn.js +17 -0
  4833. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nn.js.map +1 -0
  4834. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nnh.d.ts +13 -0
  4835. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nnh.js +17 -0
  4836. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nnh.js.map +1 -0
  4837. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/no.d.ts +33 -0
  4838. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/no.js +17 -0
  4839. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/no.js.map +1 -0
  4840. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nqo.d.ts +181 -0
  4841. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nqo.js +15 -0
  4842. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nqo.js.map +1 -0
  4843. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nr.d.ts +14 -0
  4844. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nr.js +17 -0
  4845. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nr.js.map +1 -0
  4846. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nso.d.ts +14 -0
  4847. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nso.js +17 -0
  4848. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nso.js.map +1 -0
  4849. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nus.d.ts +15 -0
  4850. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nus.js +15 -0
  4851. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nus.js.map +1 -0
  4852. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nv.d.ts +13 -0
  4853. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nv.js +15 -0
  4854. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nv.js.map +1 -0
  4855. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ny.d.ts +13 -0
  4856. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ny.js +17 -0
  4857. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ny.js.map +1 -0
  4858. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nyn.d.ts +14 -0
  4859. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nyn.js +17 -0
  4860. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nyn.js.map +1 -0
  4861. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc-ES.d.ts +13 -0
  4862. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc-ES.js +15 -0
  4863. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc-ES.js.map +1 -0
  4864. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc.d.ts +13 -0
  4865. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc.js +15 -0
  4866. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc.js.map +1 -0
  4867. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om-KE.d.ts +15 -0
  4868. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om-KE.js +17 -0
  4869. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om-KE.js.map +1 -0
  4870. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om.d.ts +14 -0
  4871. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om.js +17 -0
  4872. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om.js.map +1 -0
  4873. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/or.d.ts +13 -0
  4874. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/or.js +17 -0
  4875. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/or.js.map +1 -0
  4876. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os-RU.d.ts +13 -0
  4877. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os-RU.js +17 -0
  4878. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os-RU.js.map +1 -0
  4879. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os.d.ts +13 -0
  4880. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os.js +17 -0
  4881. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os.js.map +1 -0
  4882. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/osa.d.ts +12 -0
  4883. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/osa.js +15 -0
  4884. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/osa.js.map +1 -0
  4885. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Arab.d.ts +14 -0
  4886. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Arab.js +15 -0
  4887. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Arab.js.map +1 -0
  4888. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Guru.d.ts +18 -0
  4889. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Guru.js +17 -0
  4890. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Guru.js.map +1 -0
  4891. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa.d.ts +18 -0
  4892. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa.js +17 -0
  4893. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa.js.map +1 -0
  4894. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap-AW.d.ts +13 -0
  4895. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap-AW.js +17 -0
  4896. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap-AW.js.map +1 -0
  4897. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap.d.ts +13 -0
  4898. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap.js +17 -0
  4899. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap.js.map +1 -0
  4900. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pcm.d.ts +17 -0
  4901. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pcm.js +17 -0
  4902. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pcm.js.map +1 -0
  4903. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pis.d.ts +14 -0
  4904. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pis.js +15 -0
  4905. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pis.js.map +1 -0
  4906. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pl.d.ts +28 -0
  4907. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pl.js +21 -0
  4908. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pl.js.map +1 -0
  4909. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/prg.d.ts +13 -0
  4910. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/prg.js +19 -0
  4911. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/prg.js.map +1 -0
  4912. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps-PK.d.ts +15 -0
  4913. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps-PK.js +17 -0
  4914. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps-PK.js.map +1 -0
  4915. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps.d.ts +14 -0
  4916. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps.js +17 -0
  4917. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps.js.map +1 -0
  4918. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-AO.d.ts +21 -0
  4919. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-AO.js +19 -0
  4920. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-AO.js.map +1 -0
  4921. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CH.d.ts +20 -0
  4922. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CH.js +19 -0
  4923. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CH.js.map +1 -0
  4924. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CV.d.ts +20 -0
  4925. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CV.js +19 -0
  4926. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CV.js.map +1 -0
  4927. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GQ.d.ts +20 -0
  4928. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GQ.js +19 -0
  4929. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GQ.js.map +1 -0
  4930. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GW.d.ts +20 -0
  4931. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GW.js +19 -0
  4932. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GW.js.map +1 -0
  4933. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-LU.d.ts +21 -0
  4934. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-LU.js +19 -0
  4935. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-LU.js.map +1 -0
  4936. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MO.d.ts +21 -0
  4937. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MO.js +19 -0
  4938. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MO.js.map +1 -0
  4939. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MZ.d.ts +21 -0
  4940. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MZ.js +19 -0
  4941. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MZ.js.map +1 -0
  4942. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-PT.d.ts +20 -0
  4943. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-PT.js +19 -0
  4944. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-PT.js.map +1 -0
  4945. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-ST.d.ts +21 -0
  4946. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-ST.js +19 -0
  4947. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-ST.js.map +1 -0
  4948. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-TL.d.ts +20 -0
  4949. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-TL.js +19 -0
  4950. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-TL.js.map +1 -0
  4951. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt.d.ts +21 -0
  4952. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt.js +19 -0
  4953. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt.js.map +1 -0
  4954. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-BO.d.ts +20 -0
  4955. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-BO.js +15 -0
  4956. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-BO.js.map +1 -0
  4957. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-EC.d.ts +18 -0
  4958. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-EC.js +15 -0
  4959. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-EC.js.map +1 -0
  4960. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu.d.ts +20 -0
  4961. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu.js +15 -0
  4962. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu.js.map +1 -0
  4963. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/quc.d.ts +14 -0
  4964. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/quc.js +15 -0
  4965. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/quc.js.map +1 -0
  4966. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/raj.d.ts +13 -0
  4967. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/raj.js +15 -0
  4968. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/raj.js.map +1 -0
  4969. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg-BD.d.ts +13 -0
  4970. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg-BD.js +15 -0
  4971. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg-BD.js.map +1 -0
  4972. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg.d.ts +13 -0
  4973. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg.js +15 -0
  4974. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg.js.map +1 -0
  4975. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg.d.ts +13 -0
  4976. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg.js +15 -0
  4977. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg.js.map +1 -0
  4978. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rif.d.ts +13 -0
  4979. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rif.js +15 -0
  4980. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rif.js.map +1 -0
  4981. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rm.d.ts +12 -0
  4982. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rm.js +17 -0
  4983. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rm.js.map +1 -0
  4984. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rn.d.ts +14 -0
  4985. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rn.js +15 -0
  4986. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rn.js.map +1 -0
  4987. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro-MD.d.ts +31 -0
  4988. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro-MD.js +19 -0
  4989. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro-MD.js.map +1 -0
  4990. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro.d.ts +30 -0
  4991. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro.js +19 -0
  4992. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro.js.map +1 -0
  4993. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rof.d.ts +14 -0
  4994. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rof.js +17 -0
  4995. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rof.js.map +1 -0
  4996. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-BY.d.ts +21 -0
  4997. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-BY.js +21 -0
  4998. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-BY.js.map +1 -0
  4999. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KG.d.ts +23 -0
  5000. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KG.js +21 -0
  5001. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KG.js.map +1 -0
  5002. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KZ.d.ts +23 -0
  5003. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KZ.js +21 -0
  5004. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KZ.js.map +1 -0
  5005. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-MD.d.ts +23 -0
  5006. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-MD.js +21 -0
  5007. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-MD.js.map +1 -0
  5008. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-UA.d.ts +22 -0
  5009. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-UA.js +21 -0
  5010. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-UA.js.map +1 -0
  5011. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru.d.ts +22 -0
  5012. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru.js +21 -0
  5013. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru.js.map +1 -0
  5014. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rw.d.ts +14 -0
  5015. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rw.js +15 -0
  5016. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rw.js.map +1 -0
  5017. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rwk.d.ts +14 -0
  5018. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rwk.js +17 -0
  5019. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rwk.js.map +1 -0
  5020. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sa.d.ts +13 -0
  5021. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sa.js +15 -0
  5022. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sa.js.map +1 -0
  5023. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sah.d.ts +14 -0
  5024. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sah.js +15 -0
  5025. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sah.js.map +1 -0
  5026. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/saq.d.ts +14 -0
  5027. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/saq.js +17 -0
  5028. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/saq.js.map +1 -0
  5029. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Deva.d.ts +13 -0
  5030. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Deva.js +15 -0
  5031. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Deva.js.map +1 -0
  5032. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Olck.d.ts +13 -0
  5033. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Olck.js +19 -0
  5034. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Olck.js.map +1 -0
  5035. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat.d.ts +13 -0
  5036. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat.js +19 -0
  5037. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat.js.map +1 -0
  5038. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sbp.d.ts +14 -0
  5039. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sbp.js +15 -0
  5040. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sbp.js.map +1 -0
  5041. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sc.d.ts +14 -0
  5042. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sc.js +17 -0
  5043. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sc.js.map +1 -0
  5044. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/scn.d.ts +13 -0
  5045. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/scn.js +19 -0
  5046. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/scn.js.map +1 -0
  5047. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Arab.d.ts +16 -0
  5048. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Arab.js +17 -0
  5049. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Arab.js.map +1 -0
  5050. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Deva.d.ts +9 -0
  5051. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Deva.js +15 -0
  5052. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Deva.js.map +1 -0
  5053. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd.d.ts +16 -0
  5054. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd.js +17 -0
  5055. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd.js.map +1 -0
  5056. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh-IQ.d.ts +13 -0
  5057. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh-IQ.js +17 -0
  5058. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh-IQ.js.map +1 -0
  5059. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh.d.ts +13 -0
  5060. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh.js +17 -0
  5061. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh.js.map +1 -0
  5062. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-FI.d.ts +17 -0
  5063. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-FI.js +19 -0
  5064. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-FI.js.map +1 -0
  5065. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-SE.d.ts +17 -0
  5066. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-SE.js +19 -0
  5067. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-SE.js.map +1 -0
  5068. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se.d.ts +17 -0
  5069. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se.js +19 -0
  5070. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se.js.map +1 -0
  5071. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/seh.d.ts +14 -0
  5072. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/seh.js +17 -0
  5073. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/seh.js.map +1 -0
  5074. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ses.d.ts +13 -0
  5075. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ses.js +15 -0
  5076. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ses.js.map +1 -0
  5077. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sg.d.ts +13 -0
  5078. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sg.js +15 -0
  5079. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sg.js.map +1 -0
  5080. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Latn.d.ts +13 -0
  5081. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Latn.js +15 -0
  5082. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Latn.js.map +1 -0
  5083. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Tfng.d.ts +13 -0
  5084. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Tfng.js +19 -0
  5085. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Tfng.js.map +1 -0
  5086. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi.d.ts +13 -0
  5087. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi.js +19 -0
  5088. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi.js.map +1 -0
  5089. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn-TH.d.ts +13 -0
  5090. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn-TH.js +15 -0
  5091. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn-TH.js.map +1 -0
  5092. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn.d.ts +13 -0
  5093. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn.js +15 -0
  5094. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn.js.map +1 -0
  5095. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/si.d.ts +19 -0
  5096. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/si.js +17 -0
  5097. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/si.js.map +1 -0
  5098. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sid.d.ts +14 -0
  5099. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sid.js +15 -0
  5100. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sid.js.map +1 -0
  5101. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sk.d.ts +29 -0
  5102. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sk.js +21 -0
  5103. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sk.js.map +1 -0
  5104. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/skr.d.ts +13 -0
  5105. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/skr.js +15 -0
  5106. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/skr.js.map +1 -0
  5107. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sl.d.ts +21 -0
  5108. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sl.js +21 -0
  5109. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sl.js.map +1 -0
  5110. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma-NO.d.ts +13 -0
  5111. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma-NO.js +19 -0
  5112. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma-NO.js.map +1 -0
  5113. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma.d.ts +13 -0
  5114. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma.js +19 -0
  5115. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma.js.map +1 -0
  5116. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj-NO.d.ts +13 -0
  5117. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj-NO.js +19 -0
  5118. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj-NO.js.map +1 -0
  5119. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj.d.ts +13 -0
  5120. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj.js +19 -0
  5121. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj.js.map +1 -0
  5122. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smn.d.ts +13 -0
  5123. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smn.js +19 -0
  5124. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smn.js.map +1 -0
  5125. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sms.d.ts +13 -0
  5126. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sms.js +19 -0
  5127. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sms.js.map +1 -0
  5128. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sn.d.ts +13 -0
  5129. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sn.js +17 -0
  5130. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sn.js.map +1 -0
  5131. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-DJ.d.ts +16 -0
  5132. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-DJ.js +17 -0
  5133. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-DJ.js.map +1 -0
  5134. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-ET.d.ts +16 -0
  5135. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-ET.js +17 -0
  5136. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-ET.js.map +1 -0
  5137. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-KE.d.ts +16 -0
  5138. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-KE.js +17 -0
  5139. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-KE.js.map +1 -0
  5140. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so.d.ts +15 -0
  5141. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so.js +17 -0
  5142. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so.js.map +1 -0
  5143. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-MK.d.ts +107 -0
  5144. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-MK.js +17 -0
  5145. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-MK.js.map +1 -0
  5146. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-XK.d.ts +106 -0
  5147. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-XK.js +17 -0
  5148. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-XK.js.map +1 -0
  5149. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq.d.ts +106 -0
  5150. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq.js +17 -0
  5151. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq.js.map +1 -0
  5152. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-BA.d.ts +21 -0
  5153. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-BA.js +19 -0
  5154. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-BA.js.map +1 -0
  5155. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-ME.d.ts +21 -0
  5156. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-ME.js +19 -0
  5157. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-ME.js.map +1 -0
  5158. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-XK.d.ts +21 -0
  5159. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-XK.js +19 -0
  5160. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-XK.js.map +1 -0
  5161. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl.d.ts +21 -0
  5162. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl.js +19 -0
  5163. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl.js.map +1 -0
  5164. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-BA.d.ts +21 -0
  5165. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-BA.js +15 -0
  5166. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-BA.js.map +1 -0
  5167. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-ME.d.ts +21 -0
  5168. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-ME.js +15 -0
  5169. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-ME.js.map +1 -0
  5170. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-XK.d.ts +21 -0
  5171. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-XK.js +15 -0
  5172. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-XK.js.map +1 -0
  5173. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn.d.ts +21 -0
  5174. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn.js +15 -0
  5175. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn.js.map +1 -0
  5176. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr.d.ts +21 -0
  5177. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr.js +19 -0
  5178. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr.js.map +1 -0
  5179. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss-SZ.d.ts +15 -0
  5180. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss-SZ.js +17 -0
  5181. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss-SZ.js.map +1 -0
  5182. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss.d.ts +15 -0
  5183. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss.js +17 -0
  5184. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss.js.map +1 -0
  5185. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ssy.d.ts +14 -0
  5186. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ssy.js +17 -0
  5187. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ssy.js.map +1 -0
  5188. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st-LS.d.ts +15 -0
  5189. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st-LS.js +17 -0
  5190. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st-LS.js.map +1 -0
  5191. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st.d.ts +14 -0
  5192. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st.js +17 -0
  5193. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st.js.map +1 -0
  5194. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su-Latn.d.ts +12 -0
  5195. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su-Latn.js +15 -0
  5196. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su-Latn.js.map +1 -0
  5197. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su.d.ts +12 -0
  5198. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su.js +15 -0
  5199. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su.js.map +1 -0
  5200. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-AX.d.ts +40 -0
  5201. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-AX.js +17 -0
  5202. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-AX.js.map +1 -0
  5203. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-FI.d.ts +40 -0
  5204. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-FI.js +17 -0
  5205. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-FI.js.map +1 -0
  5206. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv.d.ts +40 -0
  5207. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv.js +17 -0
  5208. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv.js.map +1 -0
  5209. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-CD.d.ts +20 -0
  5210. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-CD.js +17 -0
  5211. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-CD.js.map +1 -0
  5212. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-KE.d.ts +18 -0
  5213. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-KE.js +17 -0
  5214. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-KE.js.map +1 -0
  5215. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-UG.d.ts +20 -0
  5216. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-UG.js +17 -0
  5217. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-UG.js.map +1 -0
  5218. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw.d.ts +19 -0
  5219. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw.js +17 -0
  5220. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw.js.map +1 -0
  5221. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr-SY.d.ts +13 -0
  5222. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr-SY.js +17 -0
  5223. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr-SY.js.map +1 -0
  5224. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr.d.ts +13 -0
  5225. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr.js +17 -0
  5226. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr.js.map +1 -0
  5227. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/szl.d.ts +14 -0
  5228. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/szl.js +15 -0
  5229. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/szl.js.map +1 -0
  5230. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-LK.d.ts +16 -0
  5231. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-LK.js +17 -0
  5232. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-LK.js.map +1 -0
  5233. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-MY.d.ts +17 -0
  5234. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-MY.js +17 -0
  5235. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-MY.js.map +1 -0
  5236. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-SG.d.ts +18 -0
  5237. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-SG.js +17 -0
  5238. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-SG.js.map +1 -0
  5239. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta.d.ts +15 -0
  5240. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta.js +17 -0
  5241. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta.js.map +1 -0
  5242. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/te.d.ts +16 -0
  5243. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/te.js +17 -0
  5244. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/te.js.map +1 -0
  5245. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo-KE.d.ts +15 -0
  5246. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo-KE.js +17 -0
  5247. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo-KE.js.map +1 -0
  5248. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo.d.ts +14 -0
  5249. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo.js +17 -0
  5250. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo.js.map +1 -0
  5251. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tg.d.ts +13 -0
  5252. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tg.js +15 -0
  5253. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tg.js.map +1 -0
  5254. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/th.d.ts +18 -0
  5255. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/th.js +15 -0
  5256. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/th.js.map +1 -0
  5257. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti-ER.d.ts +16 -0
  5258. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti-ER.js +17 -0
  5259. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti-ER.js.map +1 -0
  5260. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti.d.ts +15 -0
  5261. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti.js +17 -0
  5262. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti.js.map +1 -0
  5263. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tig.d.ts +14 -0
  5264. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tig.js +17 -0
  5265. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tig.js.map +1 -0
  5266. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tk.d.ts +17 -0
  5267. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tk.js +17 -0
  5268. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tk.js.map +1 -0
  5269. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn-BW.d.ts +15 -0
  5270. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn-BW.js +17 -0
  5271. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn-BW.js.map +1 -0
  5272. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn.d.ts +14 -0
  5273. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn.js +17 -0
  5274. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn.js.map +1 -0
  5275. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/to.d.ts +18 -0
  5276. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/to.js +15 -0
  5277. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/to.js.map +1 -0
  5278. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tok.d.ts +13 -0
  5279. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tok.js +15 -0
  5280. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tok.js.map +1 -0
  5281. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tpi.d.ts +13 -0
  5282. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tpi.js +15 -0
  5283. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tpi.js.map +1 -0
  5284. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr-CY.d.ts +19 -0
  5285. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr-CY.js +17 -0
  5286. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr-CY.js.map +1 -0
  5287. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr.d.ts +19 -0
  5288. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr.js +17 -0
  5289. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr.js.map +1 -0
  5290. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trv.d.ts +13 -0
  5291. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trv.js +15 -0
  5292. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trv.js.map +1 -0
  5293. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trw.d.ts +13 -0
  5294. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trw.js +15 -0
  5295. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trw.js.map +1 -0
  5296. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ts.d.ts +14 -0
  5297. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ts.js +17 -0
  5298. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ts.js.map +1 -0
  5299. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tt.d.ts +13 -0
  5300. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tt.js +15 -0
  5301. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tt.js.map +1 -0
  5302. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/twq.d.ts +13 -0
  5303. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/twq.js +15 -0
  5304. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/twq.js.map +1 -0
  5305. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tyv.d.ts +13 -0
  5306. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tyv.js +15 -0
  5307. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tyv.js.map +1 -0
  5308. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tzm.d.ts +13 -0
  5309. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tzm.js +17 -0
  5310. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tzm.js.map +1 -0
  5311. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ug.d.ts +13 -0
  5312. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ug.js +17 -0
  5313. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ug.js.map +1 -0
  5314. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uk.d.ts +32 -0
  5315. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uk.js +21 -0
  5316. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uk.js.map +1 -0
  5317. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/und.d.ts +9 -0
  5318. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/und.js +17 -0
  5319. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/und.js.map +1 -0
  5320. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur-IN.d.ts +16 -0
  5321. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur-IN.js +17 -0
  5322. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur-IN.js.map +1 -0
  5323. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur.d.ts +17 -0
  5324. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur.js +17 -0
  5325. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur.js.map +1 -0
  5326. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Arab.d.ts +14 -0
  5327. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Arab.js +15 -0
  5328. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Arab.js.map +1 -0
  5329. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Cyrl.d.ts +15 -0
  5330. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Cyrl.js +15 -0
  5331. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Cyrl.js.map +1 -0
  5332. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Latn.d.ts +16 -0
  5333. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Latn.js +17 -0
  5334. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Latn.js.map +1 -0
  5335. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz.d.ts +16 -0
  5336. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz.js +17 -0
  5337. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz.js.map +1 -0
  5338. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Latn.d.ts +14 -0
  5339. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Latn.js +15 -0
  5340. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Latn.js.map +1 -0
  5341. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Vaii.d.ts +14 -0
  5342. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Vaii.js +15 -0
  5343. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Vaii.js.map +1 -0
  5344. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai.d.ts +14 -0
  5345. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai.js +15 -0
  5346. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai.js.map +1 -0
  5347. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ve.d.ts +14 -0
  5348. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ve.js +17 -0
  5349. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ve.js.map +1 -0
  5350. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vec.d.ts +33 -0
  5351. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vec.js +19 -0
  5352. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vec.js.map +1 -0
  5353. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vi.d.ts +18 -0
  5354. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vi.js +15 -0
  5355. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vi.js.map +1 -0
  5356. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vmw.d.ts +13 -0
  5357. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vmw.js +15 -0
  5358. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vmw.js.map +1 -0
  5359. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vo.d.ts +13 -0
  5360. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vo.js +17 -0
  5361. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vo.js.map +1 -0
  5362. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vun.d.ts +14 -0
  5363. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vun.js +17 -0
  5364. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vun.js.map +1 -0
  5365. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wa.d.ts +13 -0
  5366. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wa.js +17 -0
  5367. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wa.js.map +1 -0
  5368. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wae.d.ts +9 -0
  5369. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wae.js +17 -0
  5370. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wae.js.map +1 -0
  5371. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wal.d.ts +14 -0
  5372. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wal.js +15 -0
  5373. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wal.js.map +1 -0
  5374. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wbp.d.ts +13 -0
  5375. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wbp.js +15 -0
  5376. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wbp.js.map +1 -0
  5377. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wo.d.ts +22 -0
  5378. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wo.js +15 -0
  5379. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wo.js.map +1 -0
  5380. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xh.d.ts +13 -0
  5381. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xh.js +17 -0
  5382. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xh.js.map +1 -0
  5383. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xnr.d.ts +13 -0
  5384. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xnr.js +15 -0
  5385. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xnr.js.map +1 -0
  5386. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xog.d.ts +14 -0
  5387. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xog.js +17 -0
  5388. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xog.js.map +1 -0
  5389. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yav.d.ts +13 -0
  5390. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yav.js +15 -0
  5391. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yav.js.map +1 -0
  5392. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yi.d.ts +13 -0
  5393. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yi.js +17 -0
  5394. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yi.js.map +1 -0
  5395. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo-BJ.d.ts +14 -0
  5396. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo-BJ.js +15 -0
  5397. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo-BJ.js.map +1 -0
  5398. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo.d.ts +14 -0
  5399. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo.js +15 -0
  5400. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo.js.map +1 -0
  5401. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-CO.d.ts +29 -0
  5402. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-CO.js +15 -0
  5403. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-CO.js.map +1 -0
  5404. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-VE.d.ts +29 -0
  5405. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-VE.js +15 -0
  5406. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-VE.js.map +1 -0
  5407. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl.d.ts +29 -0
  5408. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl.js +15 -0
  5409. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl.js.map +1 -0
  5410. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hans.d.ts +20 -0
  5411. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hans.js +15 -0
  5412. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hans.js.map +1 -0
  5413. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-CN.d.ts +18 -0
  5414. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-CN.js +15 -0
  5415. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-CN.js.map +1 -0
  5416. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-MO.d.ts +18 -0
  5417. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-MO.js +15 -0
  5418. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-MO.js.map +1 -0
  5419. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant.d.ts +18 -0
  5420. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant.js +15 -0
  5421. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant.js.map +1 -0
  5422. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue.d.ts +18 -0
  5423. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue.js +15 -0
  5424. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue.js.map +1 -0
  5425. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/za.d.ts +13 -0
  5426. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/za.js +15 -0
  5427. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/za.js.map +1 -0
  5428. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zgh.d.ts +13 -0
  5429. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zgh.js +15 -0
  5430. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zgh.js.map +1 -0
  5431. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-HK.d.ts +20 -0
  5432. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-HK.js +15 -0
  5433. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-HK.js.map +1 -0
  5434. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MO.d.ts +21 -0
  5435. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MO.js +15 -0
  5436. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MO.js.map +1 -0
  5437. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MY.d.ts +21 -0
  5438. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MY.js +15 -0
  5439. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MY.js.map +1 -0
  5440. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-SG.d.ts +21 -0
  5441. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-SG.js +15 -0
  5442. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-SG.js.map +1 -0
  5443. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans.d.ts +21 -0
  5444. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans.js +15 -0
  5445. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans.js.map +1 -0
  5446. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-HK.d.ts +18 -0
  5447. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-HK.js +15 -0
  5448. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-HK.js.map +1 -0
  5449. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MO.d.ts +19 -0
  5450. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MO.js +15 -0
  5451. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MO.js.map +1 -0
  5452. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MY.d.ts +20 -0
  5453. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MY.js +15 -0
  5454. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MY.js.map +1 -0
  5455. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant.d.ts +20 -0
  5456. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant.js +15 -0
  5457. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant.js.map +1 -0
  5458. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Latn.d.ts +13 -0
  5459. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Latn.js +15 -0
  5460. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Latn.js.map +1 -0
  5461. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh.d.ts +21 -0
  5462. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh.js +15 -0
  5463. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh.js.map +1 -0
  5464. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zu.d.ts +23 -0
  5465. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zu.js +17 -0
  5466. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zu.js.map +1 -0
  5467. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/package.json +82 -0
  5468. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_common_module-chunk.d.ts +2022 -0
  5469. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_module-chunk.d.ts +1108 -0
  5470. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_platform_location-chunk.d.ts +115 -0
  5471. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_xhr-chunk.d.ts +16 -0
  5472. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/common.d.ts +1334 -0
  5473. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/http-testing.d.ts +182 -0
  5474. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/http.d.ts +4620 -0
  5475. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/testing.d.ts +174 -0
  5476. package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/upgrade.d.ts +444 -0
  5477. package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/LICENSE +21 -0
  5478. package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/README.md +7 -0
  5479. package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/fesm2022/compiler.mjs +29174 -0
  5480. package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/fesm2022/compiler.mjs.map +1 -0
  5481. package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/package.json +53 -0
  5482. package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/types/compiler.d.ts +5857 -0
  5483. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/LICENSE +21 -0
  5484. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/README.md +7 -0
  5485. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/event-dispatch-contract.min.js +1 -0
  5486. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs +12 -0
  5487. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs.map +1 -0
  5488. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs +18577 -0
  5489. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs.map +1 -0
  5490. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk.mjs +421 -0
  5491. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk.mjs.map +1 -0
  5492. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs +2978 -0
  5493. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs.map +1 -0
  5494. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs +39 -0
  5495. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs.map +1 -0
  5496. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_resource-chunk.mjs +410 -0
  5497. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_resource-chunk.mjs.map +1 -0
  5498. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs +102 -0
  5499. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs.map +1 -0
  5500. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs +10 -0
  5501. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs.map +1 -0
  5502. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/core.mjs +2923 -0
  5503. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/core.mjs.map +1 -0
  5504. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-di.mjs +23 -0
  5505. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-di.mjs.map +1 -0
  5506. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs +770 -0
  5507. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs.map +1 -0
  5508. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-signals.mjs +187 -0
  5509. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-signals.mjs.map +1 -0
  5510. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/rxjs-interop.mjs +260 -0
  5511. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/rxjs-interop.mjs.map +1 -0
  5512. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/testing.mjs +2509 -0
  5513. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/testing.mjs.map +1 -0
  5514. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/package.json +98 -0
  5515. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/resources/best-practices.md +54 -0
  5516. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/add-bootstrap-context-to-server-main.cjs +117 -0
  5517. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/application-config-core.cjs +84 -0
  5518. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/apply_import_manager-CxA_YYgB.cjs +66 -0
  5519. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/bootstrap-options-migration.cjs +644 -0
  5520. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/cleanup-unused-imports.cjs +321 -0
  5521. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/common-to-standalone-migration.cjs +387 -0
  5522. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/compiler_host-CY14HvaP.cjs +318 -0
  5523. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/control-flow-migration.cjs +1930 -0
  5524. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/imports-CVmcbVA9.cjs +110 -0
  5525. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/index-BtLcQH8g.cjs +998 -0
  5526. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/inject-migration.cjs +1372 -0
  5527. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/leading_space-BTPRV0wu.cjs +30 -0
  5528. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs +1971 -0
  5529. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ng_component_template-BOuKAnQd.cjs +185 -0
  5530. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ng_decorators-DYy6II6x.cjs +39 -0
  5531. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ngclass-to-class-migration.cjs +542 -0
  5532. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ngstyle-to-style-migration.cjs +495 -0
  5533. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/nodes-ZSQ7WZRB.cjs +23 -0
  5534. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/output-migration.cjs +602 -0
  5535. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/parse_html-C8eKA9px.cjs +132 -0
  5536. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/project_paths-D2V-Uh2L.cjs +586 -0
  5537. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs +90 -0
  5538. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/property_name-BCpALNpZ.cjs +27 -0
  5539. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/route-lazy-loading.cjs +438 -0
  5540. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/router-current-navigation.cjs +103 -0
  5541. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/router-last-successful-navigation.cjs +103 -0
  5542. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/router-testing-module-migration.cjs +502 -0
  5543. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/self-closing-tags-migration.cjs +205 -0
  5544. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/signal-input-migration.cjs +1573 -0
  5545. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/signal-queries-migration.cjs +1173 -0
  5546. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/signals.cjs +51 -0
  5547. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/standalone-migration.cjs +2105 -0
  5548. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/symbol-DZeHSR-V.cjs +26 -0
  5549. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/collection.json +85 -0
  5550. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/common-to-standalone-migration/schema.json +14 -0
  5551. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/control-flow-migration/schema.json +20 -0
  5552. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/ngclass-to-class-migration/schema.json +20 -0
  5553. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/ngstyle-to-style-migration/schema.json +20 -0
  5554. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/router-testing-module-migration/schema.json +14 -0
  5555. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations.json +35 -0
  5556. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/cleanup-unused-imports/schema.json +7 -0
  5557. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/inject-migration/schema.json +32 -0
  5558. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/output-migration/schema.json +19 -0
  5559. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/route-lazy-loading/schema.json +14 -0
  5560. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/self-closing-tags-migration/schema.json +14 -0
  5561. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/signal-input-migration/schema.json +30 -0
  5562. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/signal-queries-migration/schema.json +30 -0
  5563. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/signals/schema.json +66 -0
  5564. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json +38 -0
  5565. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_api-chunk.d.ts +320 -0
  5566. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts +864 -0
  5567. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_discovery-chunk.d.ts +7600 -0
  5568. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_effect-chunk.d.ts +42 -0
  5569. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_event_dispatcher-chunk.d.ts +372 -0
  5570. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_formatter-chunk.d.ts +215 -0
  5571. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_weak_ref-chunk.d.ts +9 -0
  5572. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/core.d.ts +9438 -0
  5573. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/primitives-di.d.ts +117 -0
  5574. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/primitives-event-dispatch.d.ts +62 -0
  5575. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/primitives-signals.d.ts +124 -0
  5576. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/rxjs-interop.d.ts +201 -0
  5577. package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/testing.d.ts +808 -0
  5578. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/LICENSE +21 -0
  5579. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/README.md +7 -0
  5580. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_browser-chunk.mjs +431 -0
  5581. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_browser-chunk.mjs.map +1 -0
  5582. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_dom_renderer-chunk.mjs +780 -0
  5583. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_dom_renderer-chunk.mjs.map +1 -0
  5584. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations-async.mjs +237 -0
  5585. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations-async.mjs.map +1 -0
  5586. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations.mjs +186 -0
  5587. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations.mjs.map +1 -0
  5588. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs +699 -0
  5589. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs.map +1 -0
  5590. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/testing.mjs +125 -0
  5591. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/testing.mjs.map +1 -0
  5592. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/package.json +73 -0
  5593. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/_browser-chunk.d.ts +136 -0
  5594. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/animations-async.d.ts +90 -0
  5595. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/animations.d.ts +126 -0
  5596. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/platform-browser.d.ts +889 -0
  5597. package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/testing.d.ts +29 -0
  5598. package/tests/angular/fixtures/basic-app/node_modules/rxjs/CHANGELOG.md +2750 -0
  5599. package/tests/angular/fixtures/basic-app/node_modules/rxjs/CODE_OF_CONDUCT.md +73 -0
  5600. package/tests/angular/fixtures/basic-app/node_modules/rxjs/LICENSE.txt +202 -0
  5601. package/tests/angular/fixtures/basic-app/node_modules/rxjs/README.md +107 -0
  5602. package/tests/angular/fixtures/basic-app/node_modules/rxjs/ajax/package.json +8 -0
  5603. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.js +6849 -0
  5604. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.js.map +1 -0
  5605. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.min.js +195 -0
  5606. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.min.js.map +1 -0
  5607. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/ajax/index.js +11 -0
  5608. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/ajax/index.js.map +1 -0
  5609. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/fetch/index.js +6 -0
  5610. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/fetch/index.js.map +1 -0
  5611. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/index.js +358 -0
  5612. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/index.js.map +1 -0
  5613. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js +3 -0
  5614. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js.map +1 -0
  5615. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js +56 -0
  5616. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js.map +1 -0
  5617. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js +53 -0
  5618. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js.map +1 -0
  5619. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Notification.js +76 -0
  5620. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Notification.js.map +1 -0
  5621. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js +21 -0
  5622. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js.map +1 -0
  5623. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Observable.js +105 -0
  5624. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Observable.js.map +1 -0
  5625. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Operator.js +3 -0
  5626. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Operator.js.map +1 -0
  5627. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js +75 -0
  5628. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.map +1 -0
  5629. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Scheduler.js +19 -0
  5630. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Scheduler.js.map +1 -0
  5631. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subject.js +190 -0
  5632. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subject.js.map +1 -0
  5633. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscriber.js +201 -0
  5634. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscriber.js.map +1 -0
  5635. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscription.js +178 -0
  5636. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscription.js.map +1 -0
  5637. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js +32 -0
  5638. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js.map +1 -0
  5639. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js +253 -0
  5640. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js.map +1 -0
  5641. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/errors.js +33 -0
  5642. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/errors.js.map +1 -0
  5643. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js +30 -0
  5644. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js.map +1 -0
  5645. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/types.js +3 -0
  5646. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/types.js.map +1 -0
  5647. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/config.js +11 -0
  5648. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/config.js.map +1 -0
  5649. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js +28 -0
  5650. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js.map +1 -0
  5651. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js +31 -0
  5652. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js.map +1 -0
  5653. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js +80 -0
  5654. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js.map +1 -0
  5655. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js +9 -0
  5656. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js.map +1 -0
  5657. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js +103 -0
  5658. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js.map +1 -0
  5659. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js +9 -0
  5660. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js.map +1 -0
  5661. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js +75 -0
  5662. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js.map +1 -0
  5663. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/concat.js +15 -0
  5664. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/concat.js.map +1 -0
  5665. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/connectable.js +31 -0
  5666. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/connectable.js.map +1 -0
  5667. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/defer.js +12 -0
  5668. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/defer.js.map +1 -0
  5669. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js +249 -0
  5670. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js.map +1 -0
  5671. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js +38 -0
  5672. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js.map +1 -0
  5673. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js +79 -0
  5674. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js.map +1 -0
  5675. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js +9 -0
  5676. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js.map +1 -0
  5677. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/empty.js +13 -0
  5678. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/empty.js.map +1 -0
  5679. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js +51 -0
  5680. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js.map +1 -0
  5681. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/from.js +10 -0
  5682. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/from.js.map +1 -0
  5683. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js +78 -0
  5684. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js.map +1 -0
  5685. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js +24 -0
  5686. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js.map +1 -0
  5687. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js +9 -0
  5688. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js.map +1 -0
  5689. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/generate.js +79 -0
  5690. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/generate.js.map +1 -0
  5691. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/iif.js +9 -0
  5692. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/iif.js.map +1 -0
  5693. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js +206 -0
  5694. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js.map +1 -0
  5695. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/interval.js +15 -0
  5696. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/interval.js.map +1 -0
  5697. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/merge.js +27 -0
  5698. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/merge.js.map +1 -0
  5699. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/never.js +11 -0
  5700. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/never.js.map +1 -0
  5701. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/of.js +15 -0
  5702. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/of.js.map +1 -0
  5703. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js +39 -0
  5704. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js.map +1 -0
  5705. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/pairs.js +9 -0
  5706. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/pairs.js.map +1 -0
  5707. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/partition.js +11 -0
  5708. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/partition.js.map +1 -0
  5709. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/race.js +37 -0
  5710. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/race.js.map +1 -0
  5711. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/range.js +39 -0
  5712. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/range.js.map +1 -0
  5713. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/throwError.js +12 -0
  5714. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/throwError.js.map +1 -0
  5715. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/timer.js +40 -0
  5716. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/timer.js.map +1 -0
  5717. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/using.js +21 -0
  5718. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/using.js.map +1 -0
  5719. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/zip.js +70 -0
  5720. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/zip.js.map +1 -0
  5721. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js +79 -0
  5722. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map +1 -0
  5723. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/audit.js +41 -0
  5724. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/audit.js.map +1 -0
  5725. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js +12 -0
  5726. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js.map +1 -0
  5727. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/buffer.js +26 -0
  5728. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/buffer.js.map +1 -0
  5729. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js +85 -0
  5730. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js.map +1 -0
  5731. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js +91 -0
  5732. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js.map +1 -0
  5733. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js +59 -0
  5734. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js.map +1 -0
  5735. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js +27 -0
  5736. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js.map +1 -0
  5737. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/catchError.js +31 -0
  5738. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/catchError.js.map +1 -0
  5739. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js +6 -0
  5740. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js.map +1 -0
  5741. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js +44 -0
  5742. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js.map +1 -0
  5743. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js +10 -0
  5744. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js.map +1 -0
  5745. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js +34 -0
  5746. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js.map +1 -0
  5747. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concat.js +40 -0
  5748. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concat.js.map +1 -0
  5749. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js +9 -0
  5750. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js.map +1 -0
  5751. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js +10 -0
  5752. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js.map +1 -0
  5753. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js +10 -0
  5754. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js.map +1 -0
  5755. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js +34 -0
  5756. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js.map +1 -0
  5757. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/connect.js +21 -0
  5758. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/connect.js.map +1 -0
  5759. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/count.js +9 -0
  5760. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/count.js.map +1 -0
  5761. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounce.js +38 -0
  5762. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounce.js.map +1 -0
  5763. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js +48 -0
  5764. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js.map +1 -0
  5765. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js +21 -0
  5766. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js.map +1 -0
  5767. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delay.js +13 -0
  5768. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delay.js.map +1 -0
  5769. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js +19 -0
  5770. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js.map +1 -0
  5771. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js +13 -0
  5772. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js.map +1 -0
  5773. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinct.js +22 -0
  5774. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinct.js.map +1 -0
  5775. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js +27 -0
  5776. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js.map +1 -0
  5777. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js +9 -0
  5778. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js.map +1 -0
  5779. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js +19 -0
  5780. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js.map +1 -0
  5781. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/endWith.js +35 -0
  5782. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/endWith.js.map +1 -0
  5783. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/every.js +21 -0
  5784. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/every.js.map +1 -0
  5785. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js +6 -0
  5786. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js.map +1 -0
  5787. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js +10 -0
  5788. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js.map +1 -0
  5789. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js +33 -0
  5790. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js.map +1 -0
  5791. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/expand.js +14 -0
  5792. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/expand.js.map +1 -0
  5793. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/filter.js +13 -0
  5794. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/filter.js.map +1 -0
  5795. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/finalize.js +16 -0
  5796. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/finalize.js.map +1 -0
  5797. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/find.js +27 -0
  5798. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/find.js.map +1 -0
  5799. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js +10 -0
  5800. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js.map +1 -0
  5801. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/first.js +17 -0
  5802. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/first.js.map +1 -0
  5803. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js +6 -0
  5804. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js.map +1 -0
  5805. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js +67 -0
  5806. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js.map +1 -0
  5807. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js +13 -0
  5808. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js.map +1 -0
  5809. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js +18 -0
  5810. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js.map +1 -0
  5811. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js +13 -0
  5812. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js.map +1 -0
  5813. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/last.js +17 -0
  5814. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/last.js.map +1 -0
  5815. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/map.js +15 -0
  5816. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/map.js.map +1 -0
  5817. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js +9 -0
  5818. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js.map +1 -0
  5819. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/materialize.js +21 -0
  5820. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/materialize.js.map +1 -0
  5821. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/max.js +10 -0
  5822. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/max.js.map +1 -0
  5823. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/merge.js +41 -0
  5824. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/merge.js.map +1 -0
  5825. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js +11 -0
  5826. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js.map +1 -0
  5827. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js +65 -0
  5828. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js.map +1 -0
  5829. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js +20 -0
  5830. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js.map +1 -0
  5831. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js +17 -0
  5832. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js.map +1 -0
  5833. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js +16 -0
  5834. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js.map +1 -0
  5835. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js +34 -0
  5836. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js.map +1 -0
  5837. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/min.js +10 -0
  5838. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/min.js.map +1 -0
  5839. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/multicast.js +17 -0
  5840. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/multicast.js.map +1 -0
  5841. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js +14 -0
  5842. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js.map +1 -0
  5843. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js +37 -0
  5844. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js.map +1 -0
  5845. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js +19 -0
  5846. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map +1 -0
  5847. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/partition.js +12 -0
  5848. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map +1 -0
  5849. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pluck.js +29 -0
  5850. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map +1 -0
  5851. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publish.js +11 -0
  5852. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map +1 -0
  5853. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js +13 -0
  5854. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map +1 -0
  5855. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js +13 -0
  5856. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map +1 -0
  5857. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js +15 -0
  5858. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map +1 -0
  5859. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/race.js +35 -0
  5860. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/race.js.map +1 -0
  5861. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js +40 -0
  5862. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map +1 -0
  5863. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/reduce.js +10 -0
  5864. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map +1 -0
  5865. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/refCount.js +30 -0
  5866. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map +1 -0
  5867. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeat.js +64 -0
  5868. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map +1 -0
  5869. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js +50 -0
  5870. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map +1 -0
  5871. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retry.js +73 -0
  5872. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map +1 -0
  5873. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js +36 -0
  5874. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map +1 -0
  5875. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sample.js +27 -0
  5876. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map +1 -0
  5877. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js +12 -0
  5878. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map +1 -0
  5879. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scan.js +10 -0
  5880. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map +1 -0
  5881. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js +26 -0
  5882. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map +1 -0
  5883. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js +44 -0
  5884. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map +1 -0
  5885. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/share.js +109 -0
  5886. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/share.js.map +1 -0
  5887. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js +24 -0
  5888. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map +1 -0
  5889. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/single.js +34 -0
  5890. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/single.js.map +1 -0
  5891. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skip.js +9 -0
  5892. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map +1 -0
  5893. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js +32 -0
  5894. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map +1 -0
  5895. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js +20 -0
  5896. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map +1 -0
  5897. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js +14 -0
  5898. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map +1 -0
  5899. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/startWith.js +18 -0
  5900. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map +1 -0
  5901. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js +12 -0
  5902. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map +1 -0
  5903. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js +10 -0
  5904. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map +1 -0
  5905. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js +28 -0
  5906. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map +1 -0
  5907. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js +10 -0
  5908. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map +1 -0
  5909. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js +16 -0
  5910. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map +1 -0
  5911. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/take.js +24 -0
  5912. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/take.js.map +1 -0
  5913. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js +48 -0
  5914. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map +1 -0
  5915. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js +15 -0
  5916. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map +1 -0
  5917. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js +18 -0
  5918. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map +1 -0
  5919. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/tap.js +44 -0
  5920. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map +1 -0
  5921. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttle.js +49 -0
  5922. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map +1 -0
  5923. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js +13 -0
  5924. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map +1 -0
  5925. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js +21 -0
  5926. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map +1 -0
  5927. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js +28 -0
  5928. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map +1 -0
  5929. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeout.js +63 -0
  5930. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map +1 -0
  5931. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js +35 -0
  5932. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map +1 -0
  5933. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js +11 -0
  5934. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map +1 -0
  5935. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/toArray.js +13 -0
  5936. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map +1 -0
  5937. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/window.js +32 -0
  5938. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/window.js.map +1 -0
  5939. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js +67 -0
  5940. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map +1 -0
  5941. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js +74 -0
  5942. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map +1 -0
  5943. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js +80 -0
  5944. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map +1 -0
  5945. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js +42 -0
  5946. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map +1 -0
  5947. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js +63 -0
  5948. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map +1 -0
  5949. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zip.js +37 -0
  5950. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map +1 -0
  5951. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js +10 -0
  5952. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map +1 -0
  5953. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js +34 -0
  5954. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map +1 -0
  5955. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js +22 -0
  5956. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js.map +1 -0
  5957. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js +27 -0
  5958. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
  5959. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js +36 -0
  5960. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js.map +1 -0
  5961. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js +11 -0
  5962. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js.map +1 -0
  5963. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js +11 -0
  5964. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js.map +1 -0
  5965. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js +10 -0
  5966. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
  5967. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js +41 -0
  5968. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js.map +1 -0
  5969. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js +32 -0
  5970. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js.map +1 -0
  5971. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js +53 -0
  5972. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js.map +1 -0
  5973. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js +54 -0
  5974. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js.map +1 -0
  5975. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js +55 -0
  5976. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js.map +1 -0
  5977. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js +48 -0
  5978. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js.map +1 -0
  5979. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js +107 -0
  5980. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js.map +1 -0
  5981. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js +53 -0
  5982. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js.map +1 -0
  5983. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js +52 -0
  5984. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js.map +1 -0
  5985. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js +28 -0
  5986. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js.map +1 -0
  5987. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js +121 -0
  5988. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js.map +1 -0
  5989. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js +8 -0
  5990. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js.map +1 -0
  5991. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js +59 -0
  5992. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js.map +1 -0
  5993. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js +8 -0
  5994. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js.map +1 -0
  5995. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/async.js +8 -0
  5996. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/async.js.map +1 -0
  5997. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js +10 -0
  5998. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js.map +1 -0
  5999. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js +42 -0
  6000. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js.map +1 -0
  6001. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js +43 -0
  6002. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js.map +1 -0
  6003. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js +10 -0
  6004. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js.map +1 -0
  6005. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js +8 -0
  6006. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js.map +1 -0
  6007. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js +43 -0
  6008. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js.map +1 -0
  6009. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js +3 -0
  6010. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js.map +1 -0
  6011. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js +12 -0
  6012. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js.map +1 -0
  6013. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/observable.js +5 -0
  6014. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/observable.js.map +1 -0
  6015. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js +56 -0
  6016. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js.map +1 -0
  6017. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js +62 -0
  6018. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js.map +1 -0
  6019. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js +13 -0
  6020. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js.map +1 -0
  6021. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js +21 -0
  6022. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js.map +1 -0
  6023. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js +3 -0
  6024. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js.map +1 -0
  6025. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js +618 -0
  6026. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js.map +1 -0
  6027. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/types.js +3 -0
  6028. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/types.js.map +1 -0
  6029. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js +12 -0
  6030. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js.map +1 -0
  6031. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js +12 -0
  6032. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js.map +1 -0
  6033. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/Immediate.js +33 -0
  6034. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/Immediate.js.map +1 -0
  6035. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js +12 -0
  6036. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js.map +1 -0
  6037. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js +12 -0
  6038. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js.map +1 -0
  6039. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js +12 -0
  6040. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js.map +1 -0
  6041. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js +15 -0
  6042. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js.map +1 -0
  6043. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js +15 -0
  6044. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js.map +1 -0
  6045. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/args.js +21 -0
  6046. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/args.js.map +1 -0
  6047. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js +26 -0
  6048. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js.map +1 -0
  6049. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js +9 -0
  6050. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js.map +1 -0
  6051. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js +11 -0
  6052. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js.map +1 -0
  6053. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js +15 -0
  6054. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js.map +1 -0
  6055. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createObject.js +8 -0
  6056. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createObject.js.map +1 -0
  6057. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/errorContext.js +33 -0
  6058. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/errorContext.js.map +1 -0
  6059. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js +22 -0
  6060. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js.map +1 -0
  6061. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/identity.js +8 -0
  6062. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/identity.js.map +1 -0
  6063. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js +5 -0
  6064. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js.map +1 -0
  6065. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js +9 -0
  6066. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js.map +1 -0
  6067. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isDate.js +8 -0
  6068. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isDate.js.map +1 -0
  6069. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isFunction.js +8 -0
  6070. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isFunction.js.map +1 -0
  6071. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js +10 -0
  6072. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js.map +1 -0
  6073. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isIterable.js +10 -0
  6074. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isIterable.js.map +1 -0
  6075. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isObservable.js +10 -0
  6076. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isObservable.js.map +1 -0
  6077. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isPromise.js +9 -0
  6078. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isPromise.js.map +1 -0
  6079. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js +82 -0
  6080. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js.map +1 -0
  6081. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js +9 -0
  6082. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js.map +1 -0
  6083. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/lift.js +25 -0
  6084. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/lift.js.map +1 -0
  6085. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js +34 -0
  6086. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js.map +1 -0
  6087. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/noop.js +6 -0
  6088. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/noop.js.map +1 -0
  6089. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/not.js +8 -0
  6090. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/not.js.map +1 -0
  6091. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/pipe.js +25 -0
  6092. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/pipe.js.map +1 -0
  6093. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js +18 -0
  6094. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js.map +1 -0
  6095. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js +11 -0
  6096. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js.map +1 -0
  6097. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js +8 -0
  6098. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js.map +1 -0
  6099. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/workarounds.js +3 -0
  6100. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/workarounds.js.map +1 -0
  6101. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/operators/index.js +232 -0
  6102. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/operators/index.js.map +1 -0
  6103. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/testing/index.js +6 -0
  6104. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/testing/index.js.map +1 -0
  6105. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/webSocket/index.js +8 -0
  6106. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/webSocket/index.js.map +1 -0
  6107. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/ajax/index.js +4 -0
  6108. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/ajax/index.js.map +1 -0
  6109. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/fetch/index.js +2 -0
  6110. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/fetch/index.js.map +1 -0
  6111. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/index.js +169 -0
  6112. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/index.js.map +1 -0
  6113. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AnyCatcher.js +2 -0
  6114. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AnyCatcher.js.map +1 -0
  6115. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AsyncSubject.js +34 -0
  6116. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AsyncSubject.js.map +1 -0
  6117. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js +27 -0
  6118. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js.map +1 -0
  6119. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Notification.js +70 -0
  6120. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Notification.js.map +1 -0
  6121. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/NotificationFactories.js +15 -0
  6122. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/NotificationFactories.js.map +1 -0
  6123. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Observable.js +93 -0
  6124. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Observable.js.map +1 -0
  6125. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Operator.js +2 -0
  6126. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Operator.js.map +1 -0
  6127. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ReplaySubject.js +50 -0
  6128. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ReplaySubject.js.map +1 -0
  6129. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Scheduler.js +12 -0
  6130. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Scheduler.js.map +1 -0
  6131. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subject.js +134 -0
  6132. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subject.js.map +1 -0
  6133. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscriber.js +174 -0
  6134. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscriber.js.map +1 -0
  6135. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscription.js +119 -0
  6136. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscription.js.map +1 -0
  6137. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js +26 -0
  6138. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js.map +1 -0
  6139. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/ajax.js +236 -0
  6140. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/ajax.js.map +1 -0
  6141. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/errors.js +28 -0
  6142. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/errors.js.map +1 -0
  6143. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js +26 -0
  6144. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js.map +1 -0
  6145. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/types.js +2 -0
  6146. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/types.js.map +1 -0
  6147. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/config.js +8 -0
  6148. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/config.js.map +1 -0
  6149. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/firstValueFrom.js +24 -0
  6150. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/firstValueFrom.js.map +1 -0
  6151. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/lastValueFrom.js +27 -0
  6152. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/lastValueFrom.js.map +1 -0
  6153. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js +57 -0
  6154. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js.map +1 -0
  6155. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js +5 -0
  6156. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js.map +1 -0
  6157. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js +62 -0
  6158. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js.map +1 -0
  6159. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js +5 -0
  6160. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js.map +1 -0
  6161. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js +62 -0
  6162. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js.map +1 -0
  6163. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/concat.js +7 -0
  6164. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/concat.js.map +1 -0
  6165. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/connectable.js +26 -0
  6166. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/connectable.js.map +1 -0
  6167. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/defer.js +8 -0
  6168. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/defer.js.map +1 -0
  6169. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js +214 -0
  6170. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js.map +1 -0
  6171. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js +34 -0
  6172. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js.map +1 -0
  6173. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js +53 -0
  6174. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js.map +1 -0
  6175. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js +5 -0
  6176. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js.map +1 -0
  6177. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/empty.js +9 -0
  6178. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/empty.js.map +1 -0
  6179. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js +40 -0
  6180. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js.map +1 -0
  6181. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/from.js +6 -0
  6182. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/from.js.map +1 -0
  6183. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js +52 -0
  6184. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js.map +1 -0
  6185. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js +14 -0
  6186. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js.map +1 -0
  6187. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js +5 -0
  6188. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js.map +1 -0
  6189. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/generate.js +38 -0
  6190. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/generate.js.map +1 -0
  6191. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/iif.js +5 -0
  6192. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/iif.js.map +1 -0
  6193. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js +110 -0
  6194. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js.map +1 -0
  6195. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/interval.js +9 -0
  6196. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/interval.js.map +1 -0
  6197. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/merge.js +19 -0
  6198. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/merge.js.map +1 -0
  6199. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/never.js +7 -0
  6200. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/never.js.map +1 -0
  6201. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/of.js +7 -0
  6202. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/of.js.map +1 -0
  6203. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js +31 -0
  6204. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js.map +1 -0
  6205. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/pairs.js +5 -0
  6206. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/pairs.js.map +1 -0
  6207. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/partition.js +7 -0
  6208. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/partition.js.map +1 -0
  6209. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/race.js +25 -0
  6210. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/race.js.map +1 -0
  6211. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/range.js +35 -0
  6212. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/range.js.map +1 -0
  6213. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/throwError.js +8 -0
  6214. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/throwError.js.map +1 -0
  6215. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/timer.js +34 -0
  6216. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/timer.js.map +1 -0
  6217. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/using.js +17 -0
  6218. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/using.js.map +1 -0
  6219. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/zip.js +38 -0
  6220. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/zip.js.map +1 -0
  6221. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js +56 -0
  6222. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map +1 -0
  6223. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/audit.js +37 -0
  6224. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/audit.js.map +1 -0
  6225. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/auditTime.js +7 -0
  6226. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/auditTime.js.map +1 -0
  6227. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/buffer.js +22 -0
  6228. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/buffer.js.map +1 -0
  6229. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js +37 -0
  6230. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js.map +1 -0
  6231. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js +61 -0
  6232. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js.map +1 -0
  6233. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js +33 -0
  6234. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js.map +1 -0
  6235. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js +23 -0
  6236. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js.map +1 -0
  6237. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/catchError.js +27 -0
  6238. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/catchError.js.map +1 -0
  6239. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineAll.js +3 -0
  6240. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineAll.js.map +1 -0
  6241. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js +15 -0
  6242. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js.map +1 -0
  6243. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js +6 -0
  6244. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js.map +1 -0
  6245. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js +5 -0
  6246. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js.map +1 -0
  6247. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concat.js +11 -0
  6248. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concat.js.map +1 -0
  6249. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatAll.js +5 -0
  6250. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatAll.js.map +1 -0
  6251. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMap.js +6 -0
  6252. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMap.js.map +1 -0
  6253. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js +6 -0
  6254. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js.map +1 -0
  6255. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatWith.js +5 -0
  6256. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatWith.js.map +1 -0
  6257. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/connect.js +16 -0
  6258. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/connect.js.map +1 -0
  6259. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/count.js +5 -0
  6260. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/count.js.map +1 -0
  6261. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounce.js +34 -0
  6262. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounce.js.map +1 -0
  6263. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js +43 -0
  6264. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js.map +1 -0
  6265. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js +17 -0
  6266. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js.map +1 -0
  6267. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delay.js +8 -0
  6268. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delay.js.map +1 -0
  6269. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js +13 -0
  6270. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js.map +1 -0
  6271. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js +9 -0
  6272. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js.map +1 -0
  6273. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinct.js +18 -0
  6274. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinct.js.map +1 -0
  6275. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js +22 -0
  6276. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js.map +1 -0
  6277. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js +5 -0
  6278. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js.map +1 -0
  6279. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/elementAt.js +13 -0
  6280. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/elementAt.js.map +1 -0
  6281. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/endWith.js +6 -0
  6282. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/endWith.js.map +1 -0
  6283. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/every.js +17 -0
  6284. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/every.js.map +1 -0
  6285. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaust.js +3 -0
  6286. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaust.js.map +1 -0
  6287. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js +6 -0
  6288. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js.map +1 -0
  6289. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js +27 -0
  6290. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js.map +1 -0
  6291. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/expand.js +7 -0
  6292. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/expand.js.map +1 -0
  6293. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/filter.js +9 -0
  6294. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/filter.js.map +1 -0
  6295. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/finalize.js +12 -0
  6296. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/finalize.js.map +1 -0
  6297. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/find.js +22 -0
  6298. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/find.js.map +1 -0
  6299. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/findIndex.js +6 -0
  6300. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/findIndex.js.map +1 -0
  6301. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/first.js +11 -0
  6302. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/first.js.map +1 -0
  6303. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/flatMap.js +3 -0
  6304. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/flatMap.js.map +1 -0
  6305. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/groupBy.js +63 -0
  6306. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/groupBy.js.map +1 -0
  6307. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js +9 -0
  6308. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js.map +1 -0
  6309. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js +14 -0
  6310. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js.map +1 -0
  6311. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js +9 -0
  6312. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js.map +1 -0
  6313. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/last.js +11 -0
  6314. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/last.js.map +1 -0
  6315. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/map.js +11 -0
  6316. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/map.js.map +1 -0
  6317. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mapTo.js +5 -0
  6318. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mapTo.js.map +1 -0
  6319. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/materialize.js +17 -0
  6320. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/materialize.js.map +1 -0
  6321. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/max.js +6 -0
  6322. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/max.js.map +1 -0
  6323. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/merge.js +12 -0
  6324. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/merge.js.map +1 -0
  6325. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js +6 -0
  6326. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js.map +1 -0
  6327. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js +58 -0
  6328. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js.map +1 -0
  6329. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js +15 -0
  6330. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js.map +1 -0
  6331. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js +12 -0
  6332. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js.map +1 -0
  6333. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js +11 -0
  6334. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js.map +1 -0
  6335. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js +5 -0
  6336. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js.map +1 -0
  6337. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/min.js +6 -0
  6338. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/min.js.map +1 -0
  6339. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/multicast.js +13 -0
  6340. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/multicast.js.map +1 -0
  6341. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/observeOn.js +9 -0
  6342. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/observeOn.js.map +1 -0
  6343. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js +8 -0
  6344. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js.map +1 -0
  6345. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pairwise.js +15 -0
  6346. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map +1 -0
  6347. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/partition.js +6 -0
  6348. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/partition.js.map +1 -0
  6349. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pluck.js +21 -0
  6350. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map +1 -0
  6351. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publish.js +7 -0
  6352. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publish.js.map +1 -0
  6353. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js +9 -0
  6354. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map +1 -0
  6355. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishLast.js +9 -0
  6356. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map +1 -0
  6357. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js +11 -0
  6358. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map +1 -0
  6359. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/race.js +6 -0
  6360. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/race.js.map +1 -0
  6361. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/raceWith.js +11 -0
  6362. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map +1 -0
  6363. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/reduce.js +6 -0
  6364. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map +1 -0
  6365. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/refCount.js +26 -0
  6366. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map +1 -0
  6367. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeat.js +59 -0
  6368. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map +1 -0
  6369. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js +46 -0
  6370. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map +1 -0
  6371. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retry.js +68 -0
  6372. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retry.js.map +1 -0
  6373. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js +30 -0
  6374. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map +1 -0
  6375. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sample.js +23 -0
  6376. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sample.js.map +1 -0
  6377. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js +7 -0
  6378. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map +1 -0
  6379. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scan.js +6 -0
  6380. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scan.js.map +1 -0
  6381. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js +22 -0
  6382. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map +1 -0
  6383. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js +39 -0
  6384. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map +1 -0
  6385. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/share.js +79 -0
  6386. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/share.js.map +1 -0
  6387. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js +19 -0
  6388. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map +1 -0
  6389. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/single.js +30 -0
  6390. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/single.js.map +1 -0
  6391. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skip.js +5 -0
  6392. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skip.js.map +1 -0
  6393. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipLast.js +28 -0
  6394. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map +1 -0
  6395. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js +16 -0
  6396. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map +1 -0
  6397. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js +10 -0
  6398. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map +1 -0
  6399. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/startWith.js +10 -0
  6400. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map +1 -0
  6401. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js +7 -0
  6402. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map +1 -0
  6403. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchAll.js +6 -0
  6404. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map +1 -0
  6405. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMap.js +24 -0
  6406. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map +1 -0
  6407. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js +6 -0
  6408. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map +1 -0
  6409. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchScan.js +12 -0
  6410. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map +1 -0
  6411. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/take.js +20 -0
  6412. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/take.js.map +1 -0
  6413. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeLast.js +22 -0
  6414. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map +1 -0
  6415. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js +11 -0
  6416. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map +1 -0
  6417. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js +13 -0
  6418. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map +1 -0
  6419. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/tap.js +40 -0
  6420. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/tap.js.map +1 -0
  6421. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttle.js +43 -0
  6422. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map +1 -0
  6423. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js +8 -0
  6424. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map +1 -0
  6425. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js +16 -0
  6426. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map +1 -0
  6427. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js +21 -0
  6428. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map +1 -0
  6429. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeout.js +56 -0
  6430. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map +1 -0
  6431. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js +31 -0
  6432. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map +1 -0
  6433. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timestamp.js +6 -0
  6434. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map +1 -0
  6435. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/toArray.js +9 -0
  6436. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map +1 -0
  6437. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/window.js +28 -0
  6438. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/window.js.map +1 -0
  6439. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowCount.js +40 -0
  6440. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map +1 -0
  6441. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowTime.js +63 -0
  6442. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map +1 -0
  6443. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js +54 -0
  6444. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map +1 -0
  6445. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js +38 -0
  6446. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map +1 -0
  6447. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js +31 -0
  6448. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map +1 -0
  6449. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zip.js +8 -0
  6450. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zip.js.map +1 -0
  6451. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipAll.js +6 -0
  6452. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map +1 -0
  6453. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipWith.js +5 -0
  6454. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map +1 -0
  6455. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js +18 -0
  6456. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js.map +1 -0
  6457. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js +23 -0
  6458. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
  6459. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js +31 -0
  6460. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js.map +1 -0
  6461. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js +7 -0
  6462. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js.map +1 -0
  6463. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js +7 -0
  6464. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js.map +1 -0
  6465. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js +6 -0
  6466. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
  6467. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js +37 -0
  6468. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js.map +1 -0
  6469. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/Action.js +10 -0
  6470. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/Action.js.map +1 -0
  6471. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js +29 -0
  6472. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js.map +1 -0
  6473. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js +30 -0
  6474. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js.map +1 -0
  6475. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js +31 -0
  6476. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js.map +1 -0
  6477. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js +24 -0
  6478. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js.map +1 -0
  6479. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js +82 -0
  6480. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js.map +1 -0
  6481. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js +30 -0
  6482. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js.map +1 -0
  6483. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js +28 -0
  6484. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js.map +1 -0
  6485. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js +4 -0
  6486. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js.map +1 -0
  6487. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js +89 -0
  6488. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js.map +1 -0
  6489. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js +5 -0
  6490. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js.map +1 -0
  6491. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js +27 -0
  6492. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js.map +1 -0
  6493. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/asap.js +5 -0
  6494. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/asap.js.map +1 -0
  6495. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/async.js +5 -0
  6496. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/async.js.map +1 -0
  6497. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js +7 -0
  6498. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js.map +1 -0
  6499. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js +14 -0
  6500. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js.map +1 -0
  6501. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js +15 -0
  6502. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js.map +1 -0
  6503. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js +7 -0
  6504. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js.map +1 -0
  6505. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/queue.js +5 -0
  6506. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/queue.js.map +1 -0
  6507. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js +15 -0
  6508. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js.map +1 -0
  6509. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js +2 -0
  6510. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js.map +1 -0
  6511. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/iterator.js +8 -0
  6512. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/iterator.js.map +1 -0
  6513. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/observable.js +2 -0
  6514. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/observable.js.map +1 -0
  6515. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js +34 -0
  6516. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js.map +1 -0
  6517. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js +37 -0
  6518. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js.map +1 -0
  6519. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js +7 -0
  6520. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js.map +1 -0
  6521. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js +16 -0
  6522. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js.map +1 -0
  6523. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js +2 -0
  6524. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js.map +1 -0
  6525. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js +505 -0
  6526. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js.map +1 -0
  6527. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/types.js +2 -0
  6528. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/types.js.map +1 -0
  6529. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/umd.js +12 -0
  6530. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/umd.js.map +1 -0
  6531. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js +7 -0
  6532. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js.map +1 -0
  6533. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/EmptyError.js +7 -0
  6534. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/EmptyError.js.map +1 -0
  6535. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/Immediate.js +30 -0
  6536. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/Immediate.js.map +1 -0
  6537. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js +7 -0
  6538. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js.map +1 -0
  6539. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js +7 -0
  6540. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js.map +1 -0
  6541. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/SequenceError.js +7 -0
  6542. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/SequenceError.js.map +1 -0
  6543. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js +11 -0
  6544. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js.map +1 -0
  6545. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/applyMixins.js +11 -0
  6546. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/applyMixins.js.map +1 -0
  6547. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/args.js +15 -0
  6548. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/args.js.map +1 -0
  6549. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js +22 -0
  6550. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js.map +1 -0
  6551. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js +5 -0
  6552. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js.map +1 -0
  6553. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/arrRemove.js +7 -0
  6554. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/arrRemove.js.map +1 -0
  6555. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js +11 -0
  6556. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js.map +1 -0
  6557. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createObject.js +4 -0
  6558. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createObject.js.map +1 -0
  6559. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/errorContext.js +28 -0
  6560. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/errorContext.js.map +1 -0
  6561. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js +16 -0
  6562. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js.map +1 -0
  6563. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/identity.js +4 -0
  6564. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/identity.js.map +1 -0
  6565. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js +2 -0
  6566. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js.map +1 -0
  6567. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js +5 -0
  6568. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js.map +1 -0
  6569. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isDate.js +4 -0
  6570. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isDate.js.map +1 -0
  6571. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isFunction.js +4 -0
  6572. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isFunction.js.map +1 -0
  6573. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js +6 -0
  6574. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js.map +1 -0
  6575. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isIterable.js +6 -0
  6576. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isIterable.js.map +1 -0
  6577. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isObservable.js +6 -0
  6578. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isObservable.js.map +1 -0
  6579. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isPromise.js +5 -0
  6580. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isPromise.js.map +1 -0
  6581. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js +23 -0
  6582. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js.map +1 -0
  6583. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isScheduler.js +5 -0
  6584. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isScheduler.js.map +1 -0
  6585. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/lift.js +20 -0
  6586. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/lift.js.map +1 -0
  6587. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js +9 -0
  6588. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js.map +1 -0
  6589. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/noop.js +2 -0
  6590. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/noop.js.map +1 -0
  6591. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/not.js +4 -0
  6592. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/not.js.map +1 -0
  6593. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/pipe.js +16 -0
  6594. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/pipe.js.map +1 -0
  6595. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js +14 -0
  6596. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js.map +1 -0
  6597. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js +7 -0
  6598. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js.map +1 -0
  6599. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js +4 -0
  6600. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js.map +1 -0
  6601. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/workarounds.js +2 -0
  6602. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/workarounds.js.map +1 -0
  6603. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/operators/index.js +114 -0
  6604. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/operators/index.js.map +1 -0
  6605. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/testing/index.js +2 -0
  6606. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/testing/index.js.map +1 -0
  6607. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/webSocket/index.js +3 -0
  6608. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/webSocket/index.js.map +1 -0
  6609. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/ajax/index.js +4 -0
  6610. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/ajax/index.js.map +1 -0
  6611. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/fetch/index.js +2 -0
  6612. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/fetch/index.js.map +1 -0
  6613. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/index.js +169 -0
  6614. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/index.js.map +1 -0
  6615. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js +2 -0
  6616. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js.map +1 -0
  6617. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js +39 -0
  6618. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js.map +1 -0
  6619. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js +36 -0
  6620. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map +1 -0
  6621. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Notification.js +72 -0
  6622. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Notification.js.map +1 -0
  6623. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js +15 -0
  6624. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js.map +1 -0
  6625. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Observable.js +102 -0
  6626. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Observable.js.map +1 -0
  6627. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Operator.js +2 -0
  6628. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Operator.js.map +1 -0
  6629. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js +58 -0
  6630. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map +1 -0
  6631. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Scheduler.js +16 -0
  6632. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map +1 -0
  6633. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subject.js +162 -0
  6634. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subject.js.map +1 -0
  6635. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscriber.js +184 -0
  6636. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map +1 -0
  6637. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscription.js +143 -0
  6638. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +1 -0
  6639. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js +29 -0
  6640. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js.map +1 -0
  6641. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js +239 -0
  6642. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js.map +1 -0
  6643. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/errors.js +30 -0
  6644. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/errors.js.map +1 -0
  6645. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js +26 -0
  6646. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js.map +1 -0
  6647. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/types.js +2 -0
  6648. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/types.js.map +1 -0
  6649. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/config.js +8 -0
  6650. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/config.js.map +1 -0
  6651. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js +24 -0
  6652. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js.map +1 -0
  6653. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js +27 -0
  6654. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js.map +1 -0
  6655. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js +63 -0
  6656. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js.map +1 -0
  6657. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js +5 -0
  6658. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js.map +1 -0
  6659. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js +79 -0
  6660. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js.map +1 -0
  6661. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js +5 -0
  6662. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js.map +1 -0
  6663. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js +70 -0
  6664. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map +1 -0
  6665. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/concat.js +11 -0
  6666. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map +1 -0
  6667. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/connectable.js +27 -0
  6668. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/connectable.js.map +1 -0
  6669. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/defer.js +8 -0
  6670. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map +1 -0
  6671. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js +221 -0
  6672. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js.map +1 -0
  6673. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js +34 -0
  6674. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js.map +1 -0
  6675. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js +54 -0
  6676. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js.map +1 -0
  6677. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js +5 -0
  6678. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js.map +1 -0
  6679. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/empty.js +9 -0
  6680. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map +1 -0
  6681. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js +47 -0
  6682. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js.map +1 -0
  6683. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/from.js +6 -0
  6684. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/from.js.map +1 -0
  6685. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js +59 -0
  6686. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map +1 -0
  6687. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js +20 -0
  6688. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js.map +1 -0
  6689. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js +5 -0
  6690. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js.map +1 -0
  6691. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/generate.js +49 -0
  6692. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/generate.js.map +1 -0
  6693. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/iif.js +5 -0
  6694. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/iif.js.map +1 -0
  6695. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js +143 -0
  6696. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map +1 -0
  6697. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/interval.js +11 -0
  6698. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/interval.js.map +1 -0
  6699. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/merge.js +23 -0
  6700. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map +1 -0
  6701. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/never.js +7 -0
  6702. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/never.js.map +1 -0
  6703. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/of.js +11 -0
  6704. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/of.js.map +1 -0
  6705. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js +35 -0
  6706. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js.map +1 -0
  6707. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/pairs.js +5 -0
  6708. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/pairs.js.map +1 -0
  6709. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/partition.js +7 -0
  6710. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/partition.js.map +1 -0
  6711. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/race.js +32 -0
  6712. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/race.js.map +1 -0
  6713. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/range.js +35 -0
  6714. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/range.js.map +1 -0
  6715. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/throwError.js +8 -0
  6716. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/throwError.js.map +1 -0
  6717. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/timer.js +36 -0
  6718. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/timer.js.map +1 -0
  6719. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/using.js +17 -0
  6720. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/using.js.map +1 -0
  6721. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/zip.js +46 -0
  6722. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/zip.js.map +1 -0
  6723. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js +61 -0
  6724. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map +1 -0
  6725. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/audit.js +37 -0
  6726. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/audit.js.map +1 -0
  6727. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js +8 -0
  6728. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js.map +1 -0
  6729. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/buffer.js +22 -0
  6730. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/buffer.js.map +1 -0
  6731. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js +71 -0
  6732. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js.map +1 -0
  6733. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js +77 -0
  6734. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js.map +1 -0
  6735. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js +45 -0
  6736. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js.map +1 -0
  6737. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js +23 -0
  6738. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js.map +1 -0
  6739. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/catchError.js +27 -0
  6740. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map +1 -0
  6741. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js +3 -0
  6742. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js.map +1 -0
  6743. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js +20 -0
  6744. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js.map +1 -0
  6745. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js +6 -0
  6746. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js.map +1 -0
  6747. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js +10 -0
  6748. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js.map +1 -0
  6749. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concat.js +16 -0
  6750. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concat.js.map +1 -0
  6751. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js +5 -0
  6752. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map +1 -0
  6753. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js +6 -0
  6754. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map +1 -0
  6755. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js +6 -0
  6756. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js.map +1 -0
  6757. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js +10 -0
  6758. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js.map +1 -0
  6759. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/connect.js +17 -0
  6760. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/connect.js.map +1 -0
  6761. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/count.js +5 -0
  6762. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/count.js.map +1 -0
  6763. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounce.js +34 -0
  6764. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounce.js.map +1 -0
  6765. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js +44 -0
  6766. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js.map +1 -0
  6767. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js +17 -0
  6768. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js.map +1 -0
  6769. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delay.js +9 -0
  6770. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delay.js.map +1 -0
  6771. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js +15 -0
  6772. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js.map +1 -0
  6773. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js +9 -0
  6774. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js.map +1 -0
  6775. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinct.js +18 -0
  6776. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinct.js.map +1 -0
  6777. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js +23 -0
  6778. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map +1 -0
  6779. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js +5 -0
  6780. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js.map +1 -0
  6781. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js +15 -0
  6782. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js.map +1 -0
  6783. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/endWith.js +11 -0
  6784. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/endWith.js.map +1 -0
  6785. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/every.js +17 -0
  6786. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/every.js.map +1 -0
  6787. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js +3 -0
  6788. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js.map +1 -0
  6789. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js +6 -0
  6790. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js.map +1 -0
  6791. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js +29 -0
  6792. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map +1 -0
  6793. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/expand.js +10 -0
  6794. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/expand.js.map +1 -0
  6795. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/filter.js +9 -0
  6796. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map +1 -0
  6797. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/finalize.js +12 -0
  6798. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map +1 -0
  6799. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/find.js +22 -0
  6800. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/find.js.map +1 -0
  6801. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js +6 -0
  6802. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js.map +1 -0
  6803. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/first.js +13 -0
  6804. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/first.js.map +1 -0
  6805. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js +3 -0
  6806. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js.map +1 -0
  6807. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js +63 -0
  6808. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js.map +1 -0
  6809. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js +9 -0
  6810. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js.map +1 -0
  6811. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js +14 -0
  6812. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js.map +1 -0
  6813. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js +9 -0
  6814. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js.map +1 -0
  6815. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/last.js +13 -0
  6816. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/last.js.map +1 -0
  6817. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/map.js +11 -0
  6818. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/map.js.map +1 -0
  6819. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js +5 -0
  6820. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js.map +1 -0
  6821. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/materialize.js +17 -0
  6822. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/materialize.js.map +1 -0
  6823. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/max.js +6 -0
  6824. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/max.js.map +1 -0
  6825. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/merge.js +17 -0
  6826. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/merge.js.map +1 -0
  6827. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js +7 -0
  6828. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map +1 -0
  6829. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js +61 -0
  6830. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map +1 -0
  6831. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js +16 -0
  6832. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map +1 -0
  6833. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js +13 -0
  6834. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js.map +1 -0
  6835. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js +12 -0
  6836. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js.map +1 -0
  6837. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js +10 -0
  6838. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js.map +1 -0
  6839. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/min.js +6 -0
  6840. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/min.js.map +1 -0
  6841. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/multicast.js +13 -0
  6842. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/multicast.js.map +1 -0
  6843. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js +10 -0
  6844. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map +1 -0
  6845. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js +13 -0
  6846. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js.map +1 -0
  6847. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js +15 -0
  6848. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map +1 -0
  6849. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/partition.js +8 -0
  6850. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map +1 -0
  6851. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pluck.js +25 -0
  6852. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map +1 -0
  6853. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publish.js +7 -0
  6854. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map +1 -0
  6855. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js +9 -0
  6856. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map +1 -0
  6857. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js +9 -0
  6858. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map +1 -0
  6859. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js +11 -0
  6860. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map +1 -0
  6861. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/race.js +11 -0
  6862. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/race.js.map +1 -0
  6863. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js +16 -0
  6864. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map +1 -0
  6865. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/reduce.js +6 -0
  6866. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map +1 -0
  6867. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/refCount.js +26 -0
  6868. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map +1 -0
  6869. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeat.js +60 -0
  6870. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map +1 -0
  6871. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js +46 -0
  6872. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map +1 -0
  6873. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retry.js +69 -0
  6874. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map +1 -0
  6875. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js +32 -0
  6876. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map +1 -0
  6877. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sample.js +23 -0
  6878. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map +1 -0
  6879. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js +8 -0
  6880. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map +1 -0
  6881. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scan.js +6 -0
  6882. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map +1 -0
  6883. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js +22 -0
  6884. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map +1 -0
  6885. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js +40 -0
  6886. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map +1 -0
  6887. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/share.js +85 -0
  6888. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/share.js.map +1 -0
  6889. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js +20 -0
  6890. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map +1 -0
  6891. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/single.js +30 -0
  6892. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/single.js.map +1 -0
  6893. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skip.js +5 -0
  6894. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map +1 -0
  6895. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js +28 -0
  6896. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map +1 -0
  6897. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js +16 -0
  6898. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map +1 -0
  6899. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js +10 -0
  6900. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map +1 -0
  6901. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/startWith.js +14 -0
  6902. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map +1 -0
  6903. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js +8 -0
  6904. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map +1 -0
  6905. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js +6 -0
  6906. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map +1 -0
  6907. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js +24 -0
  6908. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map +1 -0
  6909. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js +6 -0
  6910. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map +1 -0
  6911. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js +12 -0
  6912. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map +1 -0
  6913. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/take.js +20 -0
  6914. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/take.js.map +1 -0
  6915. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js +34 -0
  6916. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map +1 -0
  6917. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js +11 -0
  6918. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map +1 -0
  6919. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js +14 -0
  6920. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map +1 -0
  6921. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/tap.js +40 -0
  6922. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map +1 -0
  6923. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttle.js +45 -0
  6924. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map +1 -0
  6925. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js +9 -0
  6926. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map +1 -0
  6927. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js +17 -0
  6928. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map +1 -0
  6929. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js +24 -0
  6930. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map +1 -0
  6931. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeout.js +59 -0
  6932. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map +1 -0
  6933. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js +31 -0
  6934. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map +1 -0
  6935. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js +7 -0
  6936. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map +1 -0
  6937. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/toArray.js +9 -0
  6938. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map +1 -0
  6939. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/window.js +28 -0
  6940. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/window.js.map +1 -0
  6941. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js +53 -0
  6942. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map +1 -0
  6943. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js +70 -0
  6944. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map +1 -0
  6945. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js +66 -0
  6946. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map +1 -0
  6947. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js +38 -0
  6948. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map +1 -0
  6949. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js +39 -0
  6950. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map +1 -0
  6951. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zip.js +13 -0
  6952. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map +1 -0
  6953. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js +6 -0
  6954. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map +1 -0
  6955. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js +10 -0
  6956. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map +1 -0
  6957. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js +18 -0
  6958. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map +1 -0
  6959. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js +23 -0
  6960. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
  6961. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js +32 -0
  6962. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map +1 -0
  6963. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js +7 -0
  6964. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map +1 -0
  6965. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js +7 -0
  6966. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map +1 -0
  6967. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js +6 -0
  6968. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
  6969. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js +37 -0
  6970. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map +1 -0
  6971. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js +15 -0
  6972. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map +1 -0
  6973. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js +36 -0
  6974. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js.map +1 -0
  6975. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js +37 -0
  6976. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js.map +1 -0
  6977. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js +38 -0
  6978. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js.map +1 -0
  6979. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js +31 -0
  6980. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js.map +1 -0
  6981. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js +90 -0
  6982. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map +1 -0
  6983. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js +36 -0
  6984. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map +1 -0
  6985. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js +35 -0
  6986. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js.map +1 -0
  6987. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js +11 -0
  6988. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js.map +1 -0
  6989. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js +104 -0
  6990. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js.map +1 -0
  6991. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js +5 -0
  6992. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js.map +1 -0
  6993. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js +36 -0
  6994. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js.map +1 -0
  6995. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js +5 -0
  6996. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js.map +1 -0
  6997. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/async.js +5 -0
  6998. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map +1 -0
  6999. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js +7 -0
  7000. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map +1 -0
  7001. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js +19 -0
  7002. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js.map +1 -0
  7003. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js +20 -0
  7004. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map +1 -0
  7005. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js +7 -0
  7006. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js.map +1 -0
  7007. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js +5 -0
  7008. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js.map +1 -0
  7009. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js +20 -0
  7010. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map +1 -0
  7011. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js +2 -0
  7012. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js.map +1 -0
  7013. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js +8 -0
  7014. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map +1 -0
  7015. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/observable.js +2 -0
  7016. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map +1 -0
  7017. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js +39 -0
  7018. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js.map +1 -0
  7019. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js +45 -0
  7020. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js.map +1 -0
  7021. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js +10 -0
  7022. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js.map +1 -0
  7023. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js +18 -0
  7024. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js.map +1 -0
  7025. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js +2 -0
  7026. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js.map +1 -0
  7027. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js +569 -0
  7028. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js.map +1 -0
  7029. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/types.js +2 -0
  7030. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/types.js.map +1 -0
  7031. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js +9 -0
  7032. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js.map +1 -0
  7033. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js +9 -0
  7034. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js.map +1 -0
  7035. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/Immediate.js +30 -0
  7036. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/Immediate.js.map +1 -0
  7037. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js +9 -0
  7038. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js.map +1 -0
  7039. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js +9 -0
  7040. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map +1 -0
  7041. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js +9 -0
  7042. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js.map +1 -0
  7043. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js +12 -0
  7044. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map +1 -0
  7045. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js +11 -0
  7046. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js.map +1 -0
  7047. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/args.js +15 -0
  7048. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/args.js.map +1 -0
  7049. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js +22 -0
  7050. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map +1 -0
  7051. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js +5 -0
  7052. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js.map +1 -0
  7053. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js +7 -0
  7054. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map +1 -0
  7055. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js +11 -0
  7056. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map +1 -0
  7057. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createObject.js +4 -0
  7058. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map +1 -0
  7059. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/errorContext.js +28 -0
  7060. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map +1 -0
  7061. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js +18 -0
  7062. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map +1 -0
  7063. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/identity.js +4 -0
  7064. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/identity.js.map +1 -0
  7065. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js +2 -0
  7066. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map +1 -0
  7067. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js +5 -0
  7068. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map +1 -0
  7069. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isDate.js +4 -0
  7070. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map +1 -0
  7071. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isFunction.js +4 -0
  7072. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map +1 -0
  7073. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js +6 -0
  7074. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map +1 -0
  7075. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isIterable.js +6 -0
  7076. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map +1 -0
  7077. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isObservable.js +6 -0
  7078. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isObservable.js.map +1 -0
  7079. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isPromise.js +5 -0
  7080. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map +1 -0
  7081. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js +39 -0
  7082. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map +1 -0
  7083. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js +5 -0
  7084. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map +1 -0
  7085. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/lift.js +20 -0
  7086. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/lift.js.map +1 -0
  7087. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js +10 -0
  7088. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map +1 -0
  7089. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/noop.js +2 -0
  7090. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/noop.js.map +1 -0
  7091. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/not.js +4 -0
  7092. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/not.js.map +1 -0
  7093. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/pipe.js +20 -0
  7094. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map +1 -0
  7095. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js +14 -0
  7096. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map +1 -0
  7097. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js +7 -0
  7098. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js.map +1 -0
  7099. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js +4 -0
  7100. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map +1 -0
  7101. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/workarounds.js +2 -0
  7102. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/workarounds.js.map +1 -0
  7103. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/operators/index.js +114 -0
  7104. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/operators/index.js.map +1 -0
  7105. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/testing/index.js +2 -0
  7106. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/testing/index.js.map +1 -0
  7107. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/webSocket/index.js +3 -0
  7108. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/webSocket/index.js.map +1 -0
  7109. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/ajax/index.d.ts +5 -0
  7110. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/ajax/index.d.ts.map +1 -0
  7111. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/fetch/index.d.ts +2 -0
  7112. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/fetch/index.d.ts.map +1 -0
  7113. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/index.d.ts +173 -0
  7114. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/index.d.ts.map +1 -0
  7115. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts +10 -0
  7116. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts.map +1 -0
  7117. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts +13 -0
  7118. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts.map +1 -0
  7119. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts +13 -0
  7120. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts.map +1 -0
  7121. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Notification.d.ts +175 -0
  7122. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Notification.d.ts.map +1 -0
  7123. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts +2 -0
  7124. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts.map +1 -0
  7125. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Observable.d.ts +121 -0
  7126. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Observable.d.ts.map +1 -0
  7127. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Operator.d.ts +9 -0
  7128. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Operator.d.ts.map +1 -0
  7129. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts +49 -0
  7130. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts.map +1 -0
  7131. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Scheduler.d.ts +53 -0
  7132. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Scheduler.d.ts.map +1 -0
  7133. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subject.d.ts +54 -0
  7134. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subject.d.ts.map +1 -0
  7135. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscriber.d.ts +72 -0
  7136. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscriber.d.ts.map +1 -0
  7137. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscription.d.ts +92 -0
  7138. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscription.d.ts.map +1 -0
  7139. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts +115 -0
  7140. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts.map +1 -0
  7141. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts +227 -0
  7142. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts.map +1 -0
  7143. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts +65 -0
  7144. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts.map +1 -0
  7145. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts +14 -0
  7146. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts.map +1 -0
  7147. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/types.d.ts +200 -0
  7148. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/types.d.ts.map +1 -0
  7149. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/config.d.ts +73 -0
  7150. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/config.d.ts.map +1 -0
  7151. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts +7 -0
  7152. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts.map +1 -0
  7153. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts +7 -0
  7154. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts.map +1 -0
  7155. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts +42 -0
  7156. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts.map +1 -0
  7157. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts +5 -0
  7158. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts.map +1 -0
  7159. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts +4 -0
  7160. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts.map +1 -0
  7161. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts +5 -0
  7162. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts.map +1 -0
  7163. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts +33 -0
  7164. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts.map +1 -0
  7165. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/concat.d.ts +5 -0
  7166. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/concat.d.ts.map +1 -0
  7167. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts +27 -0
  7168. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts.map +1 -0
  7169. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/defer.d.ts +51 -0
  7170. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/defer.d.ts.map +1 -0
  7171. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts +173 -0
  7172. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts.map +1 -0
  7173. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts +76 -0
  7174. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts.map +1 -0
  7175. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts +7 -0
  7176. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts.map +1 -0
  7177. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts +159 -0
  7178. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts.map +1 -0
  7179. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/empty.d.ts +72 -0
  7180. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/empty.d.ts.map +1 -0
  7181. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts +24 -0
  7182. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts.map +1 -0
  7183. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/from.d.ts +6 -0
  7184. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/from.d.ts.map +1 -0
  7185. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts +45 -0
  7186. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts.map +1 -0
  7187. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts +5 -0
  7188. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts.map +1 -0
  7189. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts +14 -0
  7190. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts.map +1 -0
  7191. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/generate.d.ts +314 -0
  7192. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/generate.d.ts.map +1 -0
  7193. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/iif.d.ts +82 -0
  7194. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/iif.d.ts.map +1 -0
  7195. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts +21 -0
  7196. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts.map +1 -0
  7197. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/interval.d.ts +48 -0
  7198. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/interval.d.ts.map +1 -0
  7199. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/merge.d.ts +9 -0
  7200. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/merge.d.ts.map +1 -0
  7201. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/never.d.ts +40 -0
  7202. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/never.d.ts.map +1 -0
  7203. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/of.d.ts +14 -0
  7204. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/of.d.ts.map +1 -0
  7205. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts +5 -0
  7206. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts.map +1 -0
  7207. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts +19 -0
  7208. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts.map +1 -0
  7209. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/partition.d.ts +9 -0
  7210. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/partition.d.ts.map +1 -0
  7211. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/race.d.ts +12 -0
  7212. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/race.d.ts.map +1 -0
  7213. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/range.d.ts +8 -0
  7214. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/range.d.ts.map +1 -0
  7215. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts +115 -0
  7216. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts.map +1 -0
  7217. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/timer.d.ts +126 -0
  7218. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/timer.d.ts.map +1 -0
  7219. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/using.d.ts +30 -0
  7220. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/using.d.ts.map +1 -0
  7221. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/zip.d.ts +7 -0
  7222. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/zip.d.ts.map +1 -0
  7223. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts +41 -0
  7224. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts.map +1 -0
  7225. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/audit.d.ts +48 -0
  7226. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/audit.d.ts.map +1 -0
  7227. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts +50 -0
  7228. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts.map +1 -0
  7229. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts +41 -0
  7230. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts.map +1 -0
  7231. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts +54 -0
  7232. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts.map +1 -0
  7233. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts +5 -0
  7234. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts.map +1 -0
  7235. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts +46 -0
  7236. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts.map +1 -0
  7237. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts +41 -0
  7238. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts.map +1 -0
  7239. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts +4 -0
  7240. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts.map +1 -0
  7241. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts +6 -0
  7242. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts.map +1 -0
  7243. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts +10 -0
  7244. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts.map +1 -0
  7245. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts +6 -0
  7246. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts.map +1 -0
  7247. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts +43 -0
  7248. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts.map +1 -0
  7249. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concat.d.ts +6 -0
  7250. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concat.d.ts.map +1 -0
  7251. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts +59 -0
  7252. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts.map +1 -0
  7253. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts +7 -0
  7254. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts.map +1 -0
  7255. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts +8 -0
  7256. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts.map +1 -0
  7257. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts +43 -0
  7258. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts.map +1 -0
  7259. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/connect.d.ts +87 -0
  7260. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/connect.d.ts.map +1 -0
  7261. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/count.d.ts +58 -0
  7262. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/count.d.ts.map +1 -0
  7263. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts +61 -0
  7264. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts.map +1 -0
  7265. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts +59 -0
  7266. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts.map +1 -0
  7267. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts +38 -0
  7268. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts.map +1 -0
  7269. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delay.d.ts +59 -0
  7270. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delay.d.ts.map +1 -0
  7271. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts +6 -0
  7272. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts.map +1 -0
  7273. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts +51 -0
  7274. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts.map +1 -0
  7275. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts +60 -0
  7276. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts.map +1 -0
  7277. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts +4 -0
  7278. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts.map +1 -0
  7279. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts +4 -0
  7280. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts.map +1 -0
  7281. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts +51 -0
  7282. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts.map +1 -0
  7283. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts +7 -0
  7284. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts.map +1 -0
  7285. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/every.d.ts +9 -0
  7286. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/every.d.ts.map +1 -0
  7287. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts +6 -0
  7288. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts.map +1 -0
  7289. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts +47 -0
  7290. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts.map +1 -0
  7291. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts +7 -0
  7292. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts.map +1 -0
  7293. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/expand.d.ts +9 -0
  7294. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/expand.d.ts.map +1 -0
  7295. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/filter.d.ts +9 -0
  7296. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/filter.d.ts.map +1 -0
  7297. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts +64 -0
  7298. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts.map +1 -0
  7299. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/find.d.ts +12 -0
  7300. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/find.d.ts.map +1 -0
  7301. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts +9 -0
  7302. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts.map +1 -0
  7303. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/first.d.ts +9 -0
  7304. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/first.d.ts.map +1 -0
  7305. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts +6 -0
  7306. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts.map +1 -0
  7307. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts +119 -0
  7308. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts.map +1 -0
  7309. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts +38 -0
  7310. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts.map +1 -0
  7311. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts +64 -0
  7312. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts.map +1 -0
  7313. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts +14 -0
  7314. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts.map +1 -0
  7315. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/last.d.ts +8 -0
  7316. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/last.d.ts.map +1 -0
  7317. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/map.d.ts +5 -0
  7318. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/map.d.ts.map +1 -0
  7319. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts +10 -0
  7320. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts.map +1 -0
  7321. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts +52 -0
  7322. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts.map +1 -0
  7323. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/max.d.ts +50 -0
  7324. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/max.d.ts.map +1 -0
  7325. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/merge.d.ts +10 -0
  7326. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/merge.d.ts.map +1 -0
  7327. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts +62 -0
  7328. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts.map +1 -0
  7329. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts +18 -0
  7330. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts.map +1 -0
  7331. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts +7 -0
  7332. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts.map +1 -0
  7333. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts +9 -0
  7334. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts.map +1 -0
  7335. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts +68 -0
  7336. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts.map +1 -0
  7337. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts +44 -0
  7338. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts.map +1 -0
  7339. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/min.d.ts +50 -0
  7340. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/min.d.ts.map +1 -0
  7341. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts +63 -0
  7342. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts.map +1 -0
  7343. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts +56 -0
  7344. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts.map +1 -0
  7345. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts +8 -0
  7346. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts.map +1 -0
  7347. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts +46 -0
  7348. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts.map +1 -0
  7349. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/partition.d.ts +54 -0
  7350. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/partition.d.ts.map +1 -0
  7351. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts +18 -0
  7352. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts.map +1 -0
  7353. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publish.d.ts +30 -0
  7354. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publish.d.ts.map +1 -0
  7355. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts +19 -0
  7356. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts.map +1 -0
  7357. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts +69 -0
  7358. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts.map +1 -0
  7359. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts +56 -0
  7360. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts.map +1 -0
  7361. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/race.d.ts +6 -0
  7362. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/race.d.ts.map +1 -0
  7363. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts +29 -0
  7364. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts.map +1 -0
  7365. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts +5 -0
  7366. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts.map +1 -0
  7367. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts +61 -0
  7368. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts.map +1 -0
  7369. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts +108 -0
  7370. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts.map +1 -0
  7371. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts +38 -0
  7372. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts.map +1 -0
  7373. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retry.d.ts +28 -0
  7374. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retry.d.ts.map +1 -0
  7375. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts +61 -0
  7376. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts.map +1 -0
  7377. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sample.d.ts +43 -0
  7378. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sample.d.ts.map +1 -0
  7379. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts +46 -0
  7380. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts.map +1 -0
  7381. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scan.d.ts +5 -0
  7382. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scan.d.ts.map +1 -0
  7383. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts +12 -0
  7384. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts.map +1 -0
  7385. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts +60 -0
  7386. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts.map +1 -0
  7387. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/share.d.ts +43 -0
  7388. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/share.d.ts.map +1 -0
  7389. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts +10 -0
  7390. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts.map +1 -0
  7391. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/single.d.ts +5 -0
  7392. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/single.d.ts.map +1 -0
  7393. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skip.d.ts +36 -0
  7394. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skip.d.ts.map +1 -0
  7395. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts +45 -0
  7396. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts.map +1 -0
  7397. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts +48 -0
  7398. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts.map +1 -0
  7399. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts +5 -0
  7400. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts.map +1 -0
  7401. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts +7 -0
  7402. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts.map +1 -0
  7403. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts +62 -0
  7404. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts.map +1 -0
  7405. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts +61 -0
  7406. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts.map +1 -0
  7407. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts +7 -0
  7408. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts.map +1 -0
  7409. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts +8 -0
  7410. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts.map +1 -0
  7411. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts +20 -0
  7412. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts.map +1 -0
  7413. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/take.d.ts +45 -0
  7414. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/take.d.ts.map +1 -0
  7415. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts +42 -0
  7416. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts.map +1 -0
  7417. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts +41 -0
  7418. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts.map +1 -0
  7419. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts +8 -0
  7420. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts.map +1 -0
  7421. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/tap.d.ts +72 -0
  7422. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/tap.d.ts.map +1 -0
  7423. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts +78 -0
  7424. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts.map +1 -0
  7425. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts +53 -0
  7426. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts.map +1 -0
  7427. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts +39 -0
  7428. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts.map +1 -0
  7429. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts +50 -0
  7430. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts.map +1 -0
  7431. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts +255 -0
  7432. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts.map +1 -0
  7433. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts +8 -0
  7434. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts.map +1 -0
  7435. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts +35 -0
  7436. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts.map +1 -0
  7437. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts +33 -0
  7438. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts.map +1 -0
  7439. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/window.d.ts +48 -0
  7440. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/window.d.ts.map +1 -0
  7441. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts +65 -0
  7442. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts.map +1 -0
  7443. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts +6 -0
  7444. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts.map +1 -0
  7445. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts +49 -0
  7446. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts.map +1 -0
  7447. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts +49 -0
  7448. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts.map +1 -0
  7449. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts +4 -0
  7450. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts.map +1 -0
  7451. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zip.d.ts +10 -0
  7452. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zip.d.ts.map +1 -0
  7453. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts +14 -0
  7454. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts.map +1 -0
  7455. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts +26 -0
  7456. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts.map +1 -0
  7457. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts +4 -0
  7458. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts.map +1 -0
  7459. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts +4 -0
  7460. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts.map +1 -0
  7461. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts +9 -0
  7462. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts.map +1 -0
  7463. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts +3 -0
  7464. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts.map +1 -0
  7465. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts +3 -0
  7466. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts.map +1 -0
  7467. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts +4 -0
  7468. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts.map +1 -0
  7469. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts +15 -0
  7470. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts.map +1 -0
  7471. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts +30 -0
  7472. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts.map +1 -0
  7473. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts +12 -0
  7474. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts.map +1 -0
  7475. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts +6 -0
  7476. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts.map +1 -0
  7477. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts +12 -0
  7478. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts.map +1 -0
  7479. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts +6 -0
  7480. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts.map +1 -0
  7481. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts +24 -0
  7482. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts.map +1 -0
  7483. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts +9 -0
  7484. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts.map +1 -0
  7485. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts +14 -0
  7486. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts.map +1 -0
  7487. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts +4 -0
  7488. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts.map +1 -0
  7489. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts +48 -0
  7490. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts.map +1 -0
  7491. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts +38 -0
  7492. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts.map +1 -0
  7493. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts +13 -0
  7494. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts.map +1 -0
  7495. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts +41 -0
  7496. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts.map +1 -0
  7497. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts +53 -0
  7498. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts.map +1 -0
  7499. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts +7 -0
  7500. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts.map +1 -0
  7501. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts +14 -0
  7502. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts.map +1 -0
  7503. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts +14 -0
  7504. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts.map +1 -0
  7505. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts +7 -0
  7506. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts.map +1 -0
  7507. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts +69 -0
  7508. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts.map +1 -0
  7509. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts +14 -0
  7510. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts.map +1 -0
  7511. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts +2 -0
  7512. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts.map +1 -0
  7513. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts +3 -0
  7514. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts.map +1 -0
  7515. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts +8 -0
  7516. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts.map +1 -0
  7517. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts +16 -0
  7518. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts.map +1 -0
  7519. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts +15 -0
  7520. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts.map +1 -0
  7521. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts +6 -0
  7522. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts.map +1 -0
  7523. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts +9 -0
  7524. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts.map +1 -0
  7525. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts +7 -0
  7526. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts.map +1 -0
  7527. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts +88 -0
  7528. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts.map +1 -0
  7529. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/types.d.ts +307 -0
  7530. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/types.d.ts.map +1 -0
  7531. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts +19 -0
  7532. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts.map +1 -0
  7533. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts +21 -0
  7534. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts.map +1 -0
  7535. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts +14 -0
  7536. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts.map +1 -0
  7537. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts +17 -0
  7538. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts.map +1 -0
  7539. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts +20 -0
  7540. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts.map +1 -0
  7541. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts +17 -0
  7542. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts.map +1 -0
  7543. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts +16 -0
  7544. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts.map +1 -0
  7545. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts +2 -0
  7546. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts.map +1 -0
  7547. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/args.d.ts +5 -0
  7548. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/args.d.ts.map +1 -0
  7549. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts +11 -0
  7550. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts.map +1 -0
  7551. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts +6 -0
  7552. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts.map +1 -0
  7553. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts +7 -0
  7554. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts.map +1 -0
  7555. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts +11 -0
  7556. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts.map +1 -0
  7557. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createObject.d.ts +2 -0
  7558. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createObject.d.ts.map +1 -0
  7559. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts +14 -0
  7560. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts.map +1 -0
  7561. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts +5 -0
  7562. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts.map +1 -0
  7563. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/identity.d.ts +44 -0
  7564. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/identity.d.ts.map +1 -0
  7565. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts +2 -0
  7566. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts.map +1 -0
  7567. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts +2 -0
  7568. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts.map +1 -0
  7569. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isDate.d.ts +9 -0
  7570. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isDate.d.ts.map +1 -0
  7571. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts +6 -0
  7572. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts.map +1 -0
  7573. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts +4 -0
  7574. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts.map +1 -0
  7575. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts +3 -0
  7576. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts.map +1 -0
  7577. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts +8 -0
  7578. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts.map +1 -0
  7579. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts +6 -0
  7580. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts.map +1 -0
  7581. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts +4 -0
  7582. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts.map +1 -0
  7583. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts +3 -0
  7584. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts.map +1 -0
  7585. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/lift.d.ts +15 -0
  7586. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/lift.d.ts.map +1 -0
  7587. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts +7 -0
  7588. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts.map +1 -0
  7589. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/noop.d.ts +2 -0
  7590. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/noop.d.ts.map +1 -0
  7591. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/not.d.ts +2 -0
  7592. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/not.d.ts.map +1 -0
  7593. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/pipe.d.ts +14 -0
  7594. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/pipe.d.ts.map +1 -0
  7595. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts +11 -0
  7596. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts.map +1 -0
  7597. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts +7 -0
  7598. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts.map +1 -0
  7599. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts +6 -0
  7600. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts.map +1 -0
  7601. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts +2 -0
  7602. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts.map +1 -0
  7603. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/operators/index.d.ts +114 -0
  7604. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/operators/index.d.ts.map +1 -0
  7605. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/testing/index.d.ts +2 -0
  7606. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/testing/index.d.ts.map +1 -0
  7607. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/webSocket/index.d.ts +3 -0
  7608. package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/webSocket/index.d.ts.map +1 -0
  7609. package/tests/angular/fixtures/basic-app/node_modules/rxjs/fetch/package.json +8 -0
  7610. package/tests/angular/fixtures/basic-app/node_modules/rxjs/operators/package.json +8 -0
  7611. package/tests/angular/fixtures/basic-app/node_modules/rxjs/package.json +245 -0
  7612. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/Rx.global.js +5 -0
  7613. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/ajax/index.ts +4 -0
  7614. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/fetch/index.ts +1 -0
  7615. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/index.ts +209 -0
  7616. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/AnyCatcher.ts +14 -0
  7617. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/AsyncSubject.ts +39 -0
  7618. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/BehaviorSubject.ts +37 -0
  7619. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Notification.ts +238 -0
  7620. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/NotificationFactories.ts +40 -0
  7621. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Observable.ts +487 -0
  7622. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Operator.ts +9 -0
  7623. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ReplaySubject.ts +110 -0
  7624. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Scheduler.ts +60 -0
  7625. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Subject.ts +185 -0
  7626. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Subscriber.ts +270 -0
  7627. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Subscription.ts +212 -0
  7628. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts +124 -0
  7629. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/ajax.ts +622 -0
  7630. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/errors.ts +102 -0
  7631. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts +37 -0
  7632. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/types.ts +235 -0
  7633. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/config.ts +84 -0
  7634. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/firstValueFrom.ts +75 -0
  7635. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/lastValueFrom.ts +76 -0
  7636. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts +104 -0
  7637. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/bindCallback.ts +149 -0
  7638. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts +119 -0
  7639. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts +131 -0
  7640. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/combineLatest.ts +300 -0
  7641. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/concat.ts +115 -0
  7642. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/connectable.ts +64 -0
  7643. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/defer.ts +56 -0
  7644. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts +397 -0
  7645. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts +132 -0
  7646. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/fetch.ts +180 -0
  7647. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/webSocket.ts +161 -0
  7648. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/empty.ts +79 -0
  7649. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/forkJoin.ts +184 -0
  7650. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/from.ts +104 -0
  7651. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/fromEvent.ts +339 -0
  7652. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/fromEventPattern.ts +152 -0
  7653. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/fromSubscribable.ts +17 -0
  7654. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/generate.ts +387 -0
  7655. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/iif.ts +85 -0
  7656. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/innerFrom.ts +132 -0
  7657. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/interval.ts +57 -0
  7658. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/merge.ts +100 -0
  7659. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/never.ts +44 -0
  7660. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/of.ts +83 -0
  7661. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts +98 -0
  7662. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/pairs.ts +80 -0
  7663. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/partition.ts +88 -0
  7664. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/race.ts +88 -0
  7665. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/range.ts +93 -0
  7666. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/throwError.ts +125 -0
  7667. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/timer.ts +186 -0
  7668. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/using.ts +49 -0
  7669. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/zip.ts +117 -0
  7670. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts +112 -0
  7671. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/audit.ts +96 -0
  7672. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/auditTime.ts +55 -0
  7673. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/buffer.ts +81 -0
  7674. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferCount.ts +120 -0
  7675. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferTime.ts +165 -0
  7676. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferToggle.ts +102 -0
  7677. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferWhen.ts +94 -0
  7678. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/catchError.ts +139 -0
  7679. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineAll.ts +6 -0
  7680. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineLatest.ts +34 -0
  7681. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineLatestAll.ts +50 -0
  7682. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineLatestWith.ts +48 -0
  7683. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concat.ts +22 -0
  7684. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatAll.ts +62 -0
  7685. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatMap.ts +83 -0
  7686. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatMapTo.ts +79 -0
  7687. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatWith.ts +48 -0
  7688. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/connect.ts +109 -0
  7689. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/count.ts +61 -0
  7690. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/debounce.ts +119 -0
  7691. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/debounceTime.ts +123 -0
  7692. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts +59 -0
  7693. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/delay.ts +65 -0
  7694. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/delayWhen.ts +103 -0
  7695. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/dematerialize.ts +58 -0
  7696. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/distinct.ts +79 -0
  7697. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts +182 -0
  7698. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts +75 -0
  7699. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/elementAt.ts +68 -0
  7700. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/endWith.ts +68 -0
  7701. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/every.ts +66 -0
  7702. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/exhaust.ts +6 -0
  7703. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/exhaustAll.ts +51 -0
  7704. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/exhaustMap.ts +100 -0
  7705. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/expand.ts +95 -0
  7706. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/filter.ts +75 -0
  7707. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/finalize.ts +75 -0
  7708. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/find.ts +96 -0
  7709. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/findIndex.ts +63 -0
  7710. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/first.ts +93 -0
  7711. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/flatMap.ts +6 -0
  7712. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/groupBy.ts +288 -0
  7713. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/ignoreElements.ts +45 -0
  7714. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/isEmpty.ts +82 -0
  7715. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/joinAllInternals.ts +29 -0
  7716. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/last.ts +91 -0
  7717. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/map.ts +61 -0
  7718. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mapTo.ts +48 -0
  7719. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/materialize.ts +73 -0
  7720. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/max.ts +54 -0
  7721. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/merge.ts +29 -0
  7722. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeAll.ts +66 -0
  7723. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeInternals.ts +149 -0
  7724. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeMap.ts +94 -0
  7725. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeMapTo.ts +74 -0
  7726. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeScan.ts +92 -0
  7727. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeWith.ts +49 -0
  7728. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/min.ts +54 -0
  7729. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/multicast.ts +98 -0
  7730. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/observeOn.ts +70 -0
  7731. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts +99 -0
  7732. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/pairwise.ts +61 -0
  7733. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/partition.ts +62 -0
  7734. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/pluck.ts +106 -0
  7735. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publish.ts +93 -0
  7736. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publishBehavior.ts +26 -0
  7737. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publishLast.ts +76 -0
  7738. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publishReplay.ts +96 -0
  7739. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/race.ts +20 -0
  7740. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/raceWith.ts +40 -0
  7741. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/reduce.ts +61 -0
  7742. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/refCount.ts +119 -0
  7743. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/repeat.ts +172 -0
  7744. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/repeatWhen.ts +125 -0
  7745. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/retry.ts +168 -0
  7746. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/retryWhen.ts +113 -0
  7747. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/sample.ts +72 -0
  7748. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/sampleTime.ts +51 -0
  7749. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/scan.ts +95 -0
  7750. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/scanInternals.ts +62 -0
  7751. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/sequenceEqual.ts +146 -0
  7752. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/share.ts +267 -0
  7753. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/shareReplay.ts +173 -0
  7754. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/single.ts +121 -0
  7755. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skip.ts +39 -0
  7756. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skipLast.ts +95 -0
  7757. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skipUntil.ts +69 -0
  7758. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skipWhile.ts +60 -0
  7759. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/startWith.ts +67 -0
  7760. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/subscribeOn.ts +67 -0
  7761. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchAll.ts +65 -0
  7762. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchMap.ts +132 -0
  7763. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchMapTo.ts +64 -0
  7764. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchScan.ts +50 -0
  7765. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/take.ts +71 -0
  7766. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/takeLast.ts +81 -0
  7767. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/takeUntil.ts +50 -0
  7768. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/takeWhile.ts +66 -0
  7769. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/tap.ts +215 -0
  7770. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/throttle.ts +143 -0
  7771. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/throttleTime.ts +62 -0
  7772. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts +60 -0
  7773. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timeInterval.ts +67 -0
  7774. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timeout.ts +403 -0
  7775. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timeoutWith.ts +116 -0
  7776. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timestamp.ts +39 -0
  7777. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/toArray.ts +44 -0
  7778. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/window.ts +98 -0
  7779. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowCount.ts +129 -0
  7780. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowTime.ts +207 -0
  7781. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowToggle.ts +132 -0
  7782. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowWhen.ts +125 -0
  7783. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/withLatestFrom.ts +111 -0
  7784. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/zip.ts +26 -0
  7785. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/zipAll.ts +20 -0
  7786. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/zipWith.ts +29 -0
  7787. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts +27 -0
  7788. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts +31 -0
  7789. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts +60 -0
  7790. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts +8 -0
  7791. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts +8 -0
  7792. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts +8 -0
  7793. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduled.ts +50 -0
  7794. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/Action.ts +34 -0
  7795. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts +43 -0
  7796. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts +43 -0
  7797. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsapAction.ts +45 -0
  7798. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts +38 -0
  7799. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts +150 -0
  7800. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts +52 -0
  7801. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/QueueAction.ts +44 -0
  7802. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts +4 -0
  7803. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts +128 -0
  7804. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/animationFrame.ts +41 -0
  7805. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts +44 -0
  7806. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/asap.ts +44 -0
  7807. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/async.ts +56 -0
  7808. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts +14 -0
  7809. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts +31 -0
  7810. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts +31 -0
  7811. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts +14 -0
  7812. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/queue.ts +72 -0
  7813. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts +31 -0
  7814. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/timerHandle.ts +1 -0
  7815. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/symbol/iterator.ts +9 -0
  7816. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/symbol/observable.ts +7 -0
  7817. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/ColdObservable.ts +52 -0
  7818. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/HotObservable.ts +53 -0
  7819. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts +5 -0
  7820. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts +22 -0
  7821. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/TestMessage.ts +7 -0
  7822. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/TestScheduler.ts +690 -0
  7823. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/types.ts +371 -0
  7824. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/umd.ts +26 -0
  7825. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts +28 -0
  7826. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/EmptyError.ts +30 -0
  7827. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/Immediate.ts +45 -0
  7828. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/NotFoundError.ts +26 -0
  7829. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts +29 -0
  7830. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/SequenceError.ts +26 -0
  7831. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts +30 -0
  7832. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/applyMixins.ts +10 -0
  7833. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/args.ts +19 -0
  7834. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts +30 -0
  7835. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/argsOrArgArray.ts +9 -0
  7836. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/arrRemove.ts +11 -0
  7837. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/createErrorClass.ts +20 -0
  7838. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/createObject.ts +3 -0
  7839. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/errorContext.ts +42 -0
  7840. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/executeSchedule.ts +44 -0
  7841. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/identity.ts +45 -0
  7842. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isArrayLike.ts +1 -0
  7843. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isAsyncIterable.ts +5 -0
  7844. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isDate.ts +10 -0
  7845. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isFunction.ts +7 -0
  7846. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isInteropObservable.ts +8 -0
  7847. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isIterable.ts +7 -0
  7848. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isObservable.ts +13 -0
  7849. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isPromise.ts +9 -0
  7850. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts +23 -0
  7851. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isScheduler.ts +6 -0
  7852. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/lift.ts +32 -0
  7853. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts +16 -0
  7854. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/noop.ts +2 -0
  7855. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/not.ts +3 -0
  7856. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/pipe.ts +95 -0
  7857. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/reportUnhandledError.ts +24 -0
  7858. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/subscribeToArray.ts +12 -0
  7859. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/throwUnobservableError.ts +12 -0
  7860. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/workarounds.ts +7 -0
  7861. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/operators/index.ts +114 -0
  7862. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/testing/index.ts +1 -0
  7863. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.base.json +12 -0
  7864. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.cjs.json +10 -0
  7865. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.cjs.spec.json +10 -0
  7866. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.esm.json +9 -0
  7867. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.esm5.json +11 -0
  7868. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.esm5.rollup.json +8 -0
  7869. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.types.json +14 -0
  7870. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.types.spec.json +7 -0
  7871. package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/webSocket/index.ts +2 -0
  7872. package/tests/angular/fixtures/basic-app/node_modules/rxjs/testing/package.json +8 -0
  7873. package/tests/angular/fixtures/basic-app/node_modules/rxjs/tsconfig.json +28 -0
  7874. package/tests/angular/fixtures/basic-app/node_modules/rxjs/webSocket/package.json +8 -0
  7875. package/tests/angular/fixtures/basic-app/src/app.component.ts +17 -0
  7876. package/tests/angular/fixtures/basic-app/tsconfig.json +21 -0
  7877. package/tests/angular/hmr-candidates.spec.ts +158 -0
  7878. package/tests/angular/migration-cleanup.spec.ts +59 -0
  7879. package/tests/angular/scss-compiler-async.spec.ts +54 -0
  7880. package/tests/angular/vite-angular-plugin-hmr-fallback.spec.ts +305 -0
  7881. package/tests/angular/vite-angular-plugin-hmr.spec.ts +226 -0
  7882. package/tests/angular/vite-angular-plugin-lint.spec.ts +186 -0
  7883. package/tests/angular/vite-angular-plugin.spec.ts +221 -0
  7884. package/tests/angular/vite-postcss-inline-plugin.spec.ts +50 -0
  7885. package/tests/capacitor/capacitor-build.spec.ts +412 -0
  7886. package/tests/capacitor/capacitor-icon.spec.ts +265 -0
  7887. package/tests/capacitor/capacitor-init.spec.ts +655 -0
  7888. package/tests/capacitor/capacitor-run.spec.ts +270 -0
  7889. package/tests/capacitor/capacitor-workspace.spec.ts +190 -0
  7890. package/tests/commands/check.spec.ts +262 -95
  7891. package/tests/commands/lint.spec.ts +2 -2
  7892. package/tests/commands/publish.spec.ts +85 -17
  7893. package/tests/commands/typecheck.spec.ts +573 -22
  7894. package/tests/electron/electron.spec.ts +583 -0
  7895. package/tests/engines/base-engine.spec.ts +298 -0
  7896. package/tests/engines/engine-lint-integration.spec.ts +186 -0
  7897. package/tests/engines/engine-selection.spec.ts +36 -34
  7898. package/tests/engines/vite-engine-lint.spec.ts +120 -0
  7899. package/tests/engines/vite-engine.spec.ts +240 -82
  7900. package/tests/orchestrators/build-orchestrator.spec.ts +482 -64
  7901. package/tests/orchestrators/dev-watch-orchestrator.spec.ts +460 -17
  7902. package/tests/sd-cli-entry.spec.ts +39 -1
  7903. package/tests/utils/angular-build.spec.ts +41 -178
  7904. package/tests/utils/angular-compiler-emit.spec.ts +570 -0
  7905. package/tests/utils/angular-compiler-init.spec.ts +705 -0
  7906. package/tests/utils/angular-compiler-update.spec.ts +293 -0
  7907. package/tests/utils/angular-compiler.spec.ts +151 -0
  7908. package/tests/utils/engine-stop.spec.ts +56 -0
  7909. package/tests/utils/external-modules.spec.ts +70 -1
  7910. package/tests/utils/generate-pwa-icons.spec.ts +98 -0
  7911. package/tests/utils/lint-utils.spec.ts +87 -0
  7912. package/tests/utils/lint-with-program.spec.ts +409 -0
  7913. package/tests/utils/ngtsc-build-core-angular-compiler.spec.ts +173 -0
  7914. package/tests/utils/ngtsc-build-core-transform-stylesheet.spec.ts +124 -0
  7915. package/tests/utils/ngtsc-build-core-write-emit.spec.ts +648 -0
  7916. package/tests/utils/ngtsc-scss-config.spec.ts +26 -0
  7917. package/tests/utils/ngtsc-scss-refactor.spec.ts +0 -19
  7918. package/tests/utils/orchestrator-utils.spec.ts +112 -0
  7919. package/tests/utils/output-path-rewriter.spec.ts +68 -1
  7920. package/tests/utils/output-utils.spec.ts +30 -0
  7921. package/tests/utils/package-utils.spec.ts +255 -2
  7922. package/tests/utils/tsc-build.spec.ts +156 -13
  7923. package/tests/utils/tsconfig-angular.spec.ts +6 -68
  7924. package/tests/utils/typecheck-env.spec.ts +175 -0
  7925. package/tests/utils/vite-config.spec.ts +513 -0
  7926. package/tests/utils/vite-scope-watch-plugin.spec.ts +158 -0
  7927. package/tests/utils/worker-utils.spec.ts +70 -2
  7928. package/tests/workers/library-build-lint.spec.ts +121 -0
  7929. package/tests/workers/library-build-worker.spec.ts +51 -18
  7930. package/tests/workers/ngtsc-build-lint.spec.ts +167 -0
  7931. package/tests/workers/server-build-lint.spec.ts +157 -0
  7932. package/tests/workers/server-build-worker.spec.ts +200 -18
  7933. package/tests/workers/server-runtime-worker.spec.ts +31 -0
  7934. package/dist/workers/vite-build.worker.d.ts +0 -56
  7935. package/dist/workers/vite-build.worker.d.ts.map +0 -1
  7936. package/dist/workers/vite-build.worker.js +0 -167
  7937. package/dist/workers/vite-build.worker.js.map +0 -1
  7938. package/src/workers/vite-build.worker.ts +0 -252
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_common_module-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/hash_location_strategy.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/currencies.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/locale_data_api.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/format_date.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/format_number.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/localization.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_class.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_component_outlet.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_for_of.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_if.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_switch.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_plural.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_style.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_template_outlet.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/index.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/utils.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/async_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/case_conversion_pipes.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/date_pipe_config.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/date_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/i18n_plural_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/i18n_select_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/json_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/keyvalue_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/number_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/slice_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/index.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/common_module.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Inject, Injectable, OnDestroy, Optional} from '@angular/core';\n\nimport {APP_BASE_HREF, LocationStrategy} from './location_strategy';\nimport {LocationChangeListener, PlatformLocation} from './platform_location';\nimport {joinWithSlash, normalizeQueryParams} from './util';\n\n/**\n * @description\n * A {@link LocationStrategy} used to configure the {@link Location} service to\n * represent its state in the\n * [hash fragment](https://en.wikipedia.org/wiki/Uniform_Resource_Locator#Syntax)\n * of the browser's URL.\n *\n * For instance, if you call `location.go('/foo')`, the browser's URL will become\n * `example.com#/foo`.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/location/ts/hash_location_component.ts region='LocationComponent'}\n *\n * @publicApi\n */\n@Injectable()\nexport class HashLocationStrategy extends LocationStrategy implements OnDestroy {\n private _baseHref: string = '';\n private _removeListenerFns: (() => void)[] = [];\n\n constructor(\n private _platformLocation: PlatformLocation,\n @Optional() @Inject(APP_BASE_HREF) _baseHref?: string,\n ) {\n super();\n if (_baseHref != null) {\n this._baseHref = _baseHref;\n }\n }\n\n /** @docs-private */\n ngOnDestroy(): void {\n while (this._removeListenerFns.length) {\n this._removeListenerFns.pop()!();\n }\n }\n\n override onPopState(fn: LocationChangeListener): void {\n this._removeListenerFns.push(\n this._platformLocation.onPopState(fn),\n this._platformLocation.onHashChange(fn),\n );\n }\n\n override getBaseHref(): string {\n return this._baseHref;\n }\n\n override path(includeHash: boolean = false): string {\n // the hash value is always prefixed with a `#`\n // and if it is empty then it will stay empty\n const path = this._platformLocation.hash ?? '#';\n\n return path.length > 0 ? path.substring(1) : path;\n }\n\n override prepareExternalUrl(internal: string): string {\n const url = joinWithSlash(this._baseHref, internal);\n return url.length > 0 ? '#' + url : url;\n }\n\n override pushState(state: any, title: string, path: string, queryParams: string) {\n const url =\n this.prepareExternalUrl(path + normalizeQueryParams(queryParams)) ||\n this._platformLocation.pathname;\n this._platformLocation.pushState(state, title, url);\n }\n\n override replaceState(state: any, title: string, path: string, queryParams: string) {\n const url =\n this.prepareExternalUrl(path + normalizeQueryParams(queryParams)) ||\n this._platformLocation.pathname;\n this._platformLocation.replaceState(state, title, url);\n }\n\n override forward(): void {\n this._platformLocation.forward();\n }\n\n override back(): void {\n this._platformLocation.back();\n }\n\n override getState(): unknown {\n return this._platformLocation.getState();\n }\n\n override historyGo(relativePosition: number = 0): void {\n this._platformLocation.historyGo?.(relativePosition);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n// THIS CODE IS GENERATED - DO NOT MODIFY.\nexport type CurrenciesSymbols = [string] | [string | undefined, string];\n\n/** @internal */\nexport const CURRENCIES_EN: {[code: string]: CurrenciesSymbols | [string | undefined, string | undefined, number]} = {\"ADP\":[undefined,undefined,0],\"AFN\":[undefined,\"؋\",0],\"ALL\":[undefined,undefined,0],\"AMD\":[undefined,\"֏\",2],\"AOA\":[undefined,\"Kz\"],\"ARS\":[undefined,\"$\"],\"AUD\":[\"A$\",\"$\"],\"AZN\":[undefined,\"₼\"],\"BAM\":[undefined,\"KM\"],\"BBD\":[undefined,\"$\"],\"BDT\":[undefined,\"৳\"],\"BHD\":[undefined,undefined,3],\"BIF\":[undefined,undefined,0],\"BMD\":[undefined,\"$\"],\"BND\":[undefined,\"$\"],\"BOB\":[undefined,\"Bs\"],\"BRL\":[\"R$\"],\"BSD\":[undefined,\"$\"],\"BWP\":[undefined,\"P\"],\"BYN\":[undefined,undefined,2],\"BYR\":[undefined,undefined,0],\"BZD\":[undefined,\"$\"],\"CAD\":[\"CA$\",\"$\",2],\"CHF\":[undefined,undefined,2],\"CLF\":[undefined,undefined,4],\"CLP\":[undefined,\"$\",0],\"CNY\":[\"CN¥\",\"¥\"],\"COP\":[undefined,\"$\",2],\"CRC\":[undefined,\"₡\",2],\"CUC\":[undefined,\"$\"],\"CUP\":[undefined,\"$\"],\"CZK\":[undefined,\"Kč\",2],\"DJF\":[undefined,undefined,0],\"DKK\":[undefined,\"kr\",2],\"DOP\":[undefined,\"$\"],\"EGP\":[undefined,\"E£\"],\"ESP\":[undefined,\"₧\",0],\"EUR\":[\"€\"],\"FJD\":[undefined,\"$\"],\"FKP\":[undefined,\"£\"],\"GBP\":[\"£\"],\"GEL\":[undefined,\"₾\"],\"GHS\":[undefined,\"GH₵\"],\"GIP\":[undefined,\"£\"],\"GNF\":[undefined,\"FG\",0],\"GTQ\":[undefined,\"Q\"],\"GYD\":[undefined,\"$\",2],\"HKD\":[\"HK$\",\"$\"],\"HNL\":[undefined,\"L\"],\"HRK\":[undefined,\"kn\"],\"HUF\":[undefined,\"Ft\",2],\"IDR\":[undefined,\"Rp\",2],\"ILS\":[\"₪\"],\"INR\":[\"₹\"],\"IQD\":[undefined,undefined,0],\"IRR\":[undefined,undefined,0],\"ISK\":[undefined,\"kr\",0],\"ITL\":[undefined,undefined,0],\"JMD\":[undefined,\"$\"],\"JOD\":[undefined,undefined,3],\"JPY\":[\"¥\",undefined,0],\"KGS\":[undefined,\"⃀\"],\"KHR\":[undefined,\"៛\"],\"KMF\":[undefined,\"CF\",0],\"KPW\":[undefined,\"₩\",0],\"KRW\":[\"₩\",undefined,0],\"KWD\":[undefined,undefined,3],\"KYD\":[undefined,\"$\"],\"KZT\":[undefined,\"₸\"],\"LAK\":[undefined,\"₭\",0],\"LBP\":[undefined,\"L£\",0],\"LKR\":[undefined,\"Rs\"],\"LRD\":[undefined,\"$\"],\"LTL\":[undefined,\"Lt\"],\"LUF\":[undefined,undefined,0],\"LVL\":[undefined,\"Ls\"],\"LYD\":[undefined,undefined,3],\"MGA\":[undefined,\"Ar\",0],\"MGF\":[undefined,undefined,0],\"MMK\":[undefined,\"K\",0],\"MNT\":[undefined,\"₮\",2],\"MRO\":[undefined,undefined,0],\"MUR\":[undefined,\"Rs\",2],\"MXN\":[\"MX$\",\"$\"],\"MYR\":[undefined,\"RM\"],\"NAD\":[undefined,\"$\"],\"NGN\":[undefined,\"₦\"],\"NIO\":[undefined,\"C$\"],\"NOK\":[undefined,\"kr\",2],\"NPR\":[undefined,\"Rs\"],\"NZD\":[\"NZ$\",\"$\"],\"OMR\":[undefined,undefined,3],\"PHP\":[\"₱\"],\"PKR\":[undefined,\"Rs\",2],\"PLN\":[undefined,\"zł\"],\"PYG\":[undefined,\"₲\",0],\"RON\":[undefined,\"lei\"],\"RSD\":[undefined,undefined,0],\"RUB\":[undefined,\"₽\"],\"RWF\":[undefined,\"RF\",0],\"SBD\":[undefined,\"$\"],\"SEK\":[undefined,\"kr\",2],\"SGD\":[undefined,\"$\"],\"SHP\":[undefined,\"£\"],\"SLE\":[undefined,undefined,2],\"SLL\":[undefined,undefined,0],\"SOS\":[undefined,undefined,0],\"SRD\":[undefined,\"$\"],\"SSP\":[undefined,\"£\"],\"STD\":[undefined,undefined,0],\"STN\":[undefined,\"Db\"],\"SYP\":[undefined,\"£\",0],\"THB\":[undefined,\"฿\"],\"TMM\":[undefined,undefined,0],\"TND\":[undefined,undefined,3],\"TOP\":[undefined,\"T$\"],\"TRL\":[undefined,undefined,0],\"TRY\":[undefined,\"₺\"],\"TTD\":[undefined,\"$\"],\"TWD\":[\"NT$\",\"$\",2],\"TZS\":[undefined,undefined,2],\"UAH\":[undefined,\"₴\"],\"UGX\":[undefined,undefined,0],\"USD\":[\"$\"],\"UYI\":[undefined,undefined,0],\"UYU\":[undefined,\"$\"],\"UYW\":[undefined,undefined,4],\"UZS\":[undefined,undefined,2],\"VEF\":[undefined,\"Bs\",2],\"VND\":[\"₫\",undefined,0],\"VUV\":[undefined,undefined,0],\"XAF\":[\"FCFA\",undefined,0],\"XCD\":[\"EC$\",\"$\"],\"XCG\":[\"Cg.\"],\"XOF\":[\"F CFA\",undefined,0],\"XPF\":[\"CFPF\",undefined,0],\"XXX\":[\"¤\"],\"YER\":[undefined,undefined,0],\"ZAR\":[undefined,\"R\"],\"ZMK\":[undefined,undefined,0],\"ZMW\":[undefined,\"ZK\"],\"ZWD\":[undefined,undefined,0]};\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ɵCurrencyIndex,\n ɵExtraLocaleDataIndex,\n ɵfindLocaleData,\n ɵgetLocaleCurrencyCode,\n ɵgetLocalePluralCase,\n ɵLocaleDataIndex,\n ɵRuntimeError as RuntimeError,\n} from '@angular/core';\n\nimport {CURRENCIES_EN, CurrenciesSymbols} from './currencies';\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * Format styles that can be used to represent numbers.\n * @see {@link getLocaleNumberFormat}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated `getLocaleNumberFormat` is deprecated\n */\nexport enum NumberFormatStyle {\n Decimal,\n Percent,\n Currency,\n Scientific,\n}\n\n/**\n * Plurality cases used for translating plurals to different languages.\n *\n * @see {@link NgPlural}\n * @see {@link NgPluralCase}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated `getLocalePluralCase` is deprecated\n */\nexport enum Plural {\n Zero = 0,\n One = 1,\n Two = 2,\n Few = 3,\n Many = 4,\n Other = 5,\n}\n\n/**\n * Context-dependant translation forms for strings.\n * Typically the standalone version is for the nominative form of the word,\n * and the format version is used for the genitive case.\n * @see [CLDR website](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Standalone-vs.-Format-Styles)\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated locale data getters are deprecated\n */\nexport enum FormStyle {\n Format,\n Standalone,\n}\n\n/**\n * String widths available for translations.\n * The specific character widths are locale-specific.\n * Examples are given for the word \"Sunday\" in English.\n *\n * @publicApi\n *\n * @deprecated locale data getters are deprecated\n */\nexport enum TranslationWidth {\n /** 1 character for `en-US`. For example: 'S' */\n Narrow,\n /** 3 characters for `en-US`. For example: 'Sun' */\n Abbreviated,\n /** Full length for `en-US`. For example: \"Sunday\" */\n Wide,\n /** 2 characters for `en-US`, For example: \"Su\" */\n Short,\n}\n\n/**\n * String widths available for date-time formats.\n * The specific character widths are locale-specific.\n * Examples are given for `en-US`.\n *\n * @see {@link getLocaleDateFormat}\n * @see {@link getLocaleTimeFormat}\n * @see {@link getLocaleDateTimeFormat}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n * @publicApi\n *\n * @deprecated 18.0\n * Date locale data getters are deprecated\n */\nexport enum FormatWidth {\n /**\n * For `en-US`, `'M/d/yy, h:mm a'`\n * (Example: `6/15/15, 9:03 AM`)\n */\n Short,\n /**\n * For `en-US`, `'MMM d, y, h:mm:ss a'`\n * (Example: `Jun 15, 2015, 9:03:01 AM`)\n */\n Medium,\n /**\n * For `en-US`, `'MMMM d, y, h:mm:ss a z'`\n * (Example: `June 15, 2015 at 9:03:01 AM GMT+1`)\n */\n Long,\n /**\n * For `en-US`, `'EEEE, MMMM d, y, h:mm:ss a zzzz'`\n * (Example: `Monday, June 15, 2015 at 9:03:01 AM GMT+01:00`)\n */\n Full,\n}\n\n// This needs to be an object literal, rather than an enum, because TypeScript 5.4+\n// doesn't allow numeric keys and we have `Infinity` and `NaN`.\n/**\n * Symbols that can be used to replace placeholders in number patterns.\n * Examples are based on `en-US` values.\n *\n * @see {@link getLocaleNumberSymbol}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated `getLocaleNumberSymbol` is deprecated\n *\n * @object-literal-as-enum\n */\nexport const NumberSymbol = {\n /**\n * Decimal separator.\n * For `en-US`, the dot character.\n * Example: 2,345`.`67\n */\n Decimal: 0,\n /**\n * Grouping separator, typically for thousands.\n * For `en-US`, the comma character.\n * Example: 2`,`345.67\n */\n Group: 1,\n /**\n * List-item separator.\n * Example: \"one, two, and three\"\n */\n List: 2,\n /**\n * Sign for percentage (out of 100).\n * Example: 23.4%\n */\n PercentSign: 3,\n /**\n * Sign for positive numbers.\n * Example: +23\n */\n PlusSign: 4,\n /**\n * Sign for negative numbers.\n * Example: -23\n */\n MinusSign: 5,\n /**\n * Computer notation for exponential value (n times a power of 10).\n * Example: 1.2E3\n */\n Exponential: 6,\n /**\n * Human-readable format of exponential.\n * Example: 1.2x103\n */\n SuperscriptingExponent: 7,\n /**\n * Sign for permille (out of 1000).\n * Example: 23.4‰\n */\n PerMille: 8,\n /**\n * Infinity, can be used with plus and minus.\n * Example: ∞, +∞, -∞\n */\n Infinity: 9,\n /**\n * Not a number.\n * Example: NaN\n */\n NaN: 10,\n /**\n * Symbol used between time units.\n * Example: 10:52\n */\n TimeSeparator: 11,\n /**\n * Decimal separator for currency values (fallback to `Decimal`).\n * Example: $2,345.67\n */\n CurrencyDecimal: 12,\n /**\n * Group separator for currency values (fallback to `Group`).\n * Example: $2,345.67\n */\n CurrencyGroup: 13,\n} as const;\n\nexport type NumberSymbol = (typeof NumberSymbol)[keyof typeof NumberSymbol];\n\n/**\n * The value for each day of the week, based on the `en-US` locale\n *\n * @publicApi\n *\n * @deprecated Week locale getters are deprecated\n */\nexport enum WeekDay {\n Sunday = 0,\n Monday,\n Tuesday,\n Wednesday,\n Thursday,\n Friday,\n Saturday,\n}\n\n/**\n * Retrieves the locale ID from the currently loaded locale.\n * The loaded locale could be, for example, a global one rather than a regional one.\n * @param locale A locale code, such as `fr-FR`.\n * @returns The locale code. For example, `fr`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * This function serves no purpose when relying on the `Intl` API.\n */\nexport function getLocaleId(locale: string): string {\n return ɵfindLocaleData(locale)[ɵLocaleDataIndex.LocaleId];\n}\n\n/**\n * Retrieves day period strings for the given locale.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns An array of localized period strings. For example, `[AM, PM]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDayPeriods(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): Readonly<[string, string]> {\n const data = ɵfindLocaleData(locale);\n const amPmData = <[string, string][][]>[\n data[ɵLocaleDataIndex.DayPeriodsFormat],\n data[ɵLocaleDataIndex.DayPeriodsStandalone],\n ];\n const amPm = getLastDefinedValue(amPmData, formStyle);\n return getLastDefinedValue(amPm, width);\n}\n\n/**\n * Retrieves days of the week for the given locale, using the Gregorian calendar.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns An array of localized name strings.\n * For example,`[Sunday, Monday, ... Saturday]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDayNames(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): ReadonlyArray<string> {\n const data = ɵfindLocaleData(locale);\n const daysData = <string[][][]>[\n data[ɵLocaleDataIndex.DaysFormat],\n data[ɵLocaleDataIndex.DaysStandalone],\n ];\n const days = getLastDefinedValue(daysData, formStyle);\n return getLastDefinedValue(days, width);\n}\n\n/**\n * Retrieves months of the year for the given locale, using the Gregorian calendar.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns An array of localized name strings.\n * For example, `[January, February, ...]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleMonthNames(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): ReadonlyArray<string> {\n const data = ɵfindLocaleData(locale);\n const monthsData = <string[][][]>[\n data[ɵLocaleDataIndex.MonthsFormat],\n data[ɵLocaleDataIndex.MonthsStandalone],\n ];\n const months = getLastDefinedValue(monthsData, formStyle);\n return getLastDefinedValue(months, width);\n}\n\n/**\n * Retrieves Gregorian-calendar eras for the given locale.\n * @param locale A locale code for the locale format rules to use.\n * @param width The required character width.\n\n * @returns An array of localized era strings.\n * For example, `[AD, BC]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleEraNames(\n locale: string,\n width: TranslationWidth,\n): Readonly<[string, string]> {\n const data = ɵfindLocaleData(locale);\n const erasData = <[string, string][]>data[ɵLocaleDataIndex.Eras];\n return getLastDefinedValue(erasData, width);\n}\n\n/**\n * Retrieves the first day of the week for the given locale.\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns A day index number, using the 0-based week-day index for `en-US`\n * (Sunday = 0, Monday = 1, ...).\n * For example, for `fr-FR`, returns 1 to indicate that the first day is Monday.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Intl's [`getWeekInfo`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo) has partial support (Chromium M99 & Safari 17).\n * You may want to rely on the following alternatives:\n * - Libraries like [`Luxon`](https://moment.github.io/luxon/#/) rely on `Intl` but fallback on the ISO 8601 definition (monday) if `getWeekInfo` is not supported.\n * - Other librairies like [`date-fns`](https://date-fns.org/), [`day.js`](https://day.js.org/en/) or [`weekstart`](https://www.npmjs.com/package/weekstart) library provide their own locale based data for the first day of the week.\n */\nexport function getLocaleFirstDayOfWeek(locale: string): WeekDay {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.FirstDayOfWeek];\n}\n\n/**\n * Range of week days that are considered the week-end for the given locale.\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns The range of day values, `[startDay, endDay]`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Intl's [`getWeekInfo`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo) has partial support (Chromium M99 & Safari 17).\n * Libraries like [`Luxon`](https://moment.github.io/luxon/#/) rely on `Intl` but fallback on the ISO 8601 definition (Saturday+Sunday) if `getWeekInfo` is not supported .\n */\nexport function getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay] {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.WeekendRange];\n}\n\n/**\n * Retrieves a localized date-value formatting string.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param width The format type.\n * @returns The localized formatting string.\n * @see {@link FormatWidth}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDateFormat(locale: string, width: FormatWidth): string {\n const data = ɵfindLocaleData(locale);\n return getLastDefinedValue(data[ɵLocaleDataIndex.DateFormat], width);\n}\n\n/**\n * Retrieves a localized time-value formatting string.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param width The format type.\n * @returns The localized formatting string.\n * @see {@link FormatWidth}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n\n * @publicApi\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleTimeFormat(locale: string, width: FormatWidth): string {\n const data = ɵfindLocaleData(locale);\n return getLastDefinedValue(data[ɵLocaleDataIndex.TimeFormat], width);\n}\n\n/**\n * Retrieves a localized date-time formatting string.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param width The format type.\n * @returns The localized formatting string.\n * @see {@link FormatWidth}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDateTimeFormat(locale: string, width: FormatWidth): string {\n const data = ɵfindLocaleData(locale);\n const dateTimeFormatData = <string[]>data[ɵLocaleDataIndex.DateTimeFormat];\n return getLastDefinedValue(dateTimeFormatData, width);\n}\n\n/**\n * Retrieves a localized number symbol that can be used to replace placeholders in number formats.\n * @param locale The locale code.\n * @param symbol The symbol to localize. Must be one of `NumberSymbol`.\n * @returns The character for the localized symbol.\n * @see {@link NumberSymbol}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.NumberFormat` to format numbers instead.\n */\nexport function getLocaleNumberSymbol(locale: string, symbol: NumberSymbol): string {\n const data = ɵfindLocaleData(locale);\n const res = data[ɵLocaleDataIndex.NumberSymbols][symbol];\n if (typeof res === 'undefined') {\n if (symbol === NumberSymbol.CurrencyDecimal) {\n return data[ɵLocaleDataIndex.NumberSymbols][NumberSymbol.Decimal];\n } else if (symbol === NumberSymbol.CurrencyGroup) {\n return data[ɵLocaleDataIndex.NumberSymbols][NumberSymbol.Group];\n }\n }\n return res;\n}\n\n/**\n * Retrieves a number format for a given locale.\n *\n * Numbers are formatted using patterns, like `#,###.00`. For example, the pattern `#,###.00`\n * when used to format the number 12345.678 could result in \"12'345,678\". That would happen if the\n * grouping separator for your language is an apostrophe, and the decimal separator is a comma.\n *\n * <b>Important:</b> The characters `.` `,` `0` `#` (and others below) are special placeholders\n * that stand for the decimal separator, and so on, and are NOT real characters.\n * You must NOT \"translate\" the placeholders. For example, don't change `.` to `,` even though in\n * your language the decimal point is written with a comma. The symbols should be replaced by the\n * local equivalents, using the appropriate `NumberSymbol` for your language.\n *\n * Here are the special characters used in number patterns:\n *\n * | Symbol | Meaning |\n * |--------|---------|\n * | . | Replaced automatically by the character used for the decimal point. |\n * | , | Replaced by the \"grouping\" (thousands) separator. |\n * | 0 | Replaced by a digit (or zero if there aren't enough digits). |\n * | # | Replaced by a digit (or nothing if there aren't enough). |\n * | ¤ | Replaced by a currency symbol, such as $ or USD. |\n * | % | Marks a percent format. The % symbol may change position, but must be retained. |\n * | E | Marks a scientific format. The E symbol may change position, but must be retained. |\n * | ' | Special characters used as literal characters are quoted with ASCII single quotes. |\n *\n * @param locale A locale code for the locale format rules to use.\n * @param type The type of numeric value to be formatted (such as `Decimal` or `Currency`.)\n * @returns The localized format string.\n * @see {@link NumberFormatStyle}\n * @see [CLDR website](http://cldr.unicode.org/translation/number-patterns)\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Let `Intl.NumberFormat` determine the number format instead\n */\nexport function getLocaleNumberFormat(locale: string, type: NumberFormatStyle): string {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.NumberFormats][type];\n}\n\n/**\n * Retrieves the symbol used to represent the currency for the main country\n * corresponding to a given locale. For example, '$' for `en-US`.\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns The localized symbol character,\n * or `null` if the main country cannot be determined.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Use the `Intl` API to format a currency with from currency code\n */\nexport function getLocaleCurrencySymbol(locale: string): string | null {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.CurrencySymbol] || null;\n}\n\n/**\n * Retrieves the name of the currency for the main country corresponding\n * to a given locale. For example, 'US Dollar' for `en-US`.\n * @param locale A locale code for the locale format rules to use.\n * @returns The currency name,\n * or `null` if the main country cannot be determined.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Use the `Intl` API to format a currency with from currency code\n */\nexport function getLocaleCurrencyName(locale: string): string | null {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.CurrencyName] || null;\n}\n\n/**\n * Retrieves the default currency code for the given locale.\n *\n * The default is defined as the first currency which is still in use.\n *\n * @param locale The code of the locale whose currency code we want.\n * @returns The code of the default currency for the given locale.\n *\n * @publicApi\n *\n * @deprecated We recommend you create a map of locale to ISO 4217 currency codes.\n * Time relative currency data is provided by the CLDR project. See https://www.unicode.org/cldr/charts/44/supplemental/detailed_territory_currency_information.html\n */\nexport function getLocaleCurrencyCode(locale: string): string | null {\n return ɵgetLocaleCurrencyCode(locale);\n}\n\n/**\n * Retrieves the currency values for a given locale.\n * @param locale A locale code for the locale format rules to use.\n * @returns The currency values.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n */\nfunction getLocaleCurrencies(locale: string): {[code: string]: CurrenciesSymbols} {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.Currencies];\n}\n\n/**\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.PluralRules` instead\n */\nexport const getLocalePluralCase: (locale: string) => (value: number) => Plural =\n ɵgetLocalePluralCase;\n\nfunction checkFullData(data: any) {\n if (!data[ɵLocaleDataIndex.ExtraData]) {\n throw new RuntimeError(\n RuntimeErrorCode.MISSING_EXTRA_LOCALE_DATA_FOR_LOCALE,\n ngDevMode &&\n `Missing extra locale data for the locale \"${\n data[ɵLocaleDataIndex.LocaleId]\n }\". Use \"registerLocaleData\" to load new data. See the \"I18n guide\" on angular.io to know more.`,\n );\n }\n}\n\n/**\n * Retrieves locale-specific rules used to determine which day period to use\n * when more than one period is defined for a locale.\n *\n * There is a rule for each defined day period. The\n * first rule is applied to the first day period and so on.\n * Fall back to AM/PM when no rules are available.\n *\n * A rule can specify a period as time range, or as a single time value.\n *\n * This functionality is only available when you have loaded the full locale data.\n * See the [\"I18n guide\"](guide/i18n/format-data-locale).\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns The rules for the locale, a single time value or array of *from-time, to-time*,\n * or null if no periods are available.\n *\n * @see {@link getLocaleExtraDayPeriods}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Let `Intl.DateTimeFormat` determine the day period instead.\n */\nexport function getLocaleExtraDayPeriodRules(locale: string): (Time | [Time, Time])[] {\n const data = ɵfindLocaleData(locale);\n checkFullData(data);\n const rules = data[ɵLocaleDataIndex.ExtraData][ɵExtraLocaleDataIndex.ExtraDayPeriodsRules] || [];\n return rules.map((rule: string | [string, string]) => {\n if (typeof rule === 'string') {\n return extractTime(rule);\n }\n return [extractTime(rule[0]), extractTime(rule[1])];\n });\n}\n\n/**\n * Retrieves locale-specific day periods, which indicate roughly how a day is broken up\n * in different languages.\n * For example, for `en-US`, periods are morning, noon, afternoon, evening, and midnight.\n *\n * This functionality is only available when you have loaded the full locale data.\n * See the [\"I18n guide\"](guide/i18n/format-data-locale).\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns The translated day-period strings.\n * @see {@link getLocaleExtraDayPeriodRules}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * To extract a day period use `Intl.DateTimeFormat` with the `dayPeriod` option instead.\n */\nexport function getLocaleExtraDayPeriods(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): string[] {\n const data = ɵfindLocaleData(locale);\n checkFullData(data);\n const dayPeriodsData = <string[][][]>[\n data[ɵLocaleDataIndex.ExtraData][ɵExtraLocaleDataIndex.ExtraDayPeriodFormats],\n data[ɵLocaleDataIndex.ExtraData][ɵExtraLocaleDataIndex.ExtraDayPeriodStandalone],\n ];\n const dayPeriods = getLastDefinedValue(dayPeriodsData, formStyle) || [];\n return getLastDefinedValue(dayPeriods, width) || [];\n}\n\n/**\n * Retrieves the writing direction of a specified locale\n * @param locale A locale code for the locale format rules to use.\n * @publicApi\n * @returns 'rtl' or 'ltr'\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * For dates and numbers, let `Intl.DateTimeFormat()` and `Intl.NumberFormat()` determine the writing direction.\n * The `Intl` alternative [`getTextInfo`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo).\n * has only partial support (Chromium M99 & Safari 17).\n * 3rd party alternatives like [`rtl-detect`](https://www.npmjs.com/package/rtl-detect) can work around this issue.\n */\nexport function getLocaleDirection(locale: string): 'ltr' | 'rtl' {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.Directionality];\n}\n\n/**\n * Retrieves the first value that is defined in an array, going backwards from an index position.\n *\n * To avoid repeating the same data (as when the \"format\" and \"standalone\" forms are the same)\n * add the first value to the locale data arrays, and add other values only if they are different.\n *\n * @param data The data array to retrieve from.\n * @param index A 0-based index into the array to start from.\n * @returns The value immediately before the given index position.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n */\nfunction getLastDefinedValue<T>(data: T[], index: number): T {\n for (let i = index; i > -1; i--) {\n if (typeof data[i] !== 'undefined') {\n return data[i];\n }\n }\n throw new RuntimeError(\n RuntimeErrorCode.LOCALE_DATA_UNDEFINED,\n ngDevMode && 'Locale data API: locale data undefined',\n );\n}\n\n/**\n * Represents a time value with hours and minutes.\n *\n * @publicApi\n *\n * @deprecated Locale date getters are deprecated\n */\nexport type Time = {\n hours: number;\n minutes: number;\n};\n\n/**\n * Extracts the hours and minutes from a string like \"15:45\"\n */\nfunction extractTime(time: string): Time {\n const [h, m] = time.split(':');\n return {hours: +h, minutes: +m};\n}\n\n/**\n * Retrieves the currency symbol for a given currency code.\n *\n * For example, for the default `en-US` locale, the code `USD` can\n * be represented by the narrow symbol `$` or the wide symbol `US$`.\n *\n * @param code The currency code.\n * @param format The format, `wide` or `narrow`.\n * @param locale A locale code for the locale format rules to use.\n *\n * @returns The symbol, or the currency code if no symbol is available.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * You can use `Intl.NumberFormat().formatToParts()` to extract the currency symbol.\n * For example: `Intl.NumberFormat('en', {style:'currency', currency: 'USD'}).formatToParts().find(part => part.type === 'currency').value`\n * returns `$` for USD currency code in the `en` locale.\n * Note: `US$` is a currency symbol for the `en-ca` locale but not the `en-us` locale.\n */\nexport function getCurrencySymbol(code: string, format: 'wide' | 'narrow', locale = 'en'): string {\n const currency = getLocaleCurrencies(locale)[code] || CURRENCIES_EN[code] || [];\n const symbolNarrow = currency[ɵCurrencyIndex.SymbolNarrow];\n\n if (format === 'narrow' && typeof symbolNarrow === 'string') {\n return symbolNarrow;\n }\n\n return currency[ɵCurrencyIndex.Symbol] || code;\n}\n\n// Most currencies have cents, that's why the default is 2\nconst DEFAULT_NB_OF_CURRENCY_DIGITS = 2;\n\n/**\n * Reports the number of decimal digits for a given currency.\n * The value depends upon the presence of cents in that particular currency.\n *\n * @param code The currency code.\n * @returns The number of decimal digits, typically 0 or 2.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * This function should not be used anymore. Let `Intl.NumberFormat` determine the number of digits to display for the currency\n */\nexport function getNumberOfCurrencyDigits(code: string): number {\n let digits;\n const currency = CURRENCIES_EN[code];\n if (currency) {\n digits = currency[ɵCurrencyIndex.NbOfDigits];\n }\n return typeof digits === 'number' ? digits : DEFAULT_NB_OF_CURRENCY_DIGITS;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ɵRuntimeError as RuntimeError,\n ɵformatRuntimeError as formatRuntimeError,\n} from '@angular/core';\n\nimport {\n FormatWidth,\n FormStyle,\n getLocaleDateFormat,\n getLocaleDateTimeFormat,\n getLocaleDayNames,\n getLocaleDayPeriods,\n getLocaleEraNames,\n getLocaleExtraDayPeriodRules,\n getLocaleExtraDayPeriods,\n getLocaleId,\n getLocaleMonthNames,\n getLocaleNumberSymbol,\n getLocaleTimeFormat,\n NumberSymbol,\n TranslationWidth,\n} from './locale_data_api';\nimport {RuntimeErrorCode} from '../errors';\n\nexport const ISO8601_DATE_REGEX =\n /^(\\d{4,})-?(\\d\\d)-?(\\d\\d)(?:T(\\d\\d)(?::?(\\d\\d)(?::?(\\d\\d)(?:\\.(\\d+))?)?)?(Z|([+-])(\\d\\d):?(\\d\\d))?)?$/;\n// 1 2 3 4 5 6 7 8 9 10 11\nconst NAMED_FORMATS: {[localeId: string]: {[format: string]: string}} = {};\nconst DATE_FORMATS_SPLIT =\n /((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\\s\\S]*)/;\n\nconst enum ZoneWidth {\n Short,\n ShortGMT,\n Long,\n Extended,\n}\n\nconst enum DateType {\n FullYear,\n Month,\n Date,\n Hours,\n Minutes,\n Seconds,\n FractionalSeconds,\n Day,\n}\n\nconst enum TranslationType {\n DayPeriods,\n Days,\n Months,\n Eras,\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a date according to locale rules.\n *\n * @param value The date to format, as a Date, or a number (milliseconds since UTC epoch)\n * or an [ISO date-time string](https://www.w3.org/TR/NOTE-datetime).\n * @param format The date-time components to include. See `DatePipe` for details.\n * @param locale A locale code for the locale format rules to use.\n * @param timezone The time zone. A time zone offset from GMT (such as `'+0430'`).\n * If not specified, uses host system settings.\n *\n * @returns The formatted date string.\n *\n * @see {@link DatePipe}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n */\nexport function formatDate(\n value: string | number | Date,\n format: string,\n locale: string,\n timezone?: string,\n): string {\n let date = toDate(value);\n const namedFormat = getNamedFormat(locale, format);\n format = namedFormat || format;\n\n let parts: string[] = [];\n let match;\n while (format) {\n match = DATE_FORMATS_SPLIT.exec(format);\n if (match) {\n parts = parts.concat(match.slice(1));\n const part = parts.pop();\n if (!part) {\n break;\n }\n format = part;\n } else {\n parts.push(format);\n break;\n }\n }\n\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n assertValidDateFormat(parts);\n }\n\n let dateTimezoneOffset = date.getTimezoneOffset();\n if (timezone) {\n dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset);\n date = convertTimezoneToLocal(date, timezone, true);\n }\n\n let text = '';\n parts.forEach((value) => {\n const dateFormatter = getDateFormatter(value);\n text += dateFormatter\n ? dateFormatter(date, locale, dateTimezoneOffset)\n : value === \"''\"\n ? \"'\"\n : value.replace(/(^'|'$)/g, '').replace(/''/g, \"'\");\n });\n\n return text;\n}\n\n/**\n * Asserts that the given date format is free from common mistakes. Throws an\n * error if one is found (except for the case of all \"Y\", in which case we just\n * log a warning). This should only be called in development mode.\n */\nfunction assertValidDateFormat(parts: string[]) {\n if (parts.some((part) => /^Y+$/.test(part)) && !parts.some((part) => /^w+$/.test(part))) {\n // \"Y\" indicates \"week-based year\", which differs from the actual calendar\n // year for a few days around Jan 1 most years. Unless \"w\" is also\n // present (e.g. a date like \"2024-W52\") this is likely a mistake. Users\n // probably meant \"y\" instead.\n const message = `Suspicious use of week-based year \"Y\" in date pattern \"${parts.join(\n '',\n )}\". Did you mean to use calendar year \"y\" instead?`;\n if (parts.length === 1) {\n // NOTE: allow \"YYYY\" with just a warning, since it's used in tests.\n console.error(formatRuntimeError(RuntimeErrorCode.SUSPICIOUS_DATE_FORMAT, message));\n } else {\n throw new RuntimeError(RuntimeErrorCode.SUSPICIOUS_DATE_FORMAT, message);\n }\n }\n}\n\n/**\n * Create a new Date object with the given date value, and the time set to midnight.\n *\n * We cannot use `new Date(year, month, date)` because it maps years between 0 and 99 to 1900-1999.\n * See: https://github.com/angular/angular/issues/40377\n *\n * Note that this function returns a Date object whose time is midnight in the current locale's\n * timezone. In the future we might want to change this to be midnight in UTC, but this would be a\n * considerable breaking change.\n */\nfunction createDate(year: number, month: number, date: number): Date {\n // The `newDate` is set to midnight (UTC) on January 1st 1970.\n // - In PST this will be December 31st 1969 at 4pm.\n // - In GMT this will be January 1st 1970 at 1am.\n // Note that they even have different years, dates and months!\n const newDate = new Date(0);\n\n // `setFullYear()` allows years like 0001 to be set correctly. This function does not\n // change the internal time of the date.\n // Consider calling `setFullYear(2019, 8, 20)` (September 20, 2019).\n // - In PST this will now be September 20, 2019 at 4pm\n // - In GMT this will now be September 20, 2019 at 1am\n\n newDate.setFullYear(year, month, date);\n // We want the final date to be at local midnight, so we reset the time.\n // - In PST this will now be September 20, 2019 at 12am\n // - In GMT this will now be September 20, 2019 at 12am\n newDate.setHours(0, 0, 0);\n\n return newDate;\n}\n\nfunction getNamedFormat(locale: string, format: string): string {\n const localeId = getLocaleId(locale);\n NAMED_FORMATS[localeId] ??= {};\n\n if (NAMED_FORMATS[localeId][format]) {\n return NAMED_FORMATS[localeId][format];\n }\n\n let formatValue = '';\n switch (format) {\n case 'shortDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Short);\n break;\n case 'mediumDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Medium);\n break;\n case 'longDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Long);\n break;\n case 'fullDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Full);\n break;\n case 'shortTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Short);\n break;\n case 'mediumTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Medium);\n break;\n case 'longTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Long);\n break;\n case 'fullTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Full);\n break;\n case 'short':\n const shortTime = getNamedFormat(locale, 'shortTime');\n const shortDate = getNamedFormat(locale, 'shortDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Short), [\n shortTime,\n shortDate,\n ]);\n break;\n case 'medium':\n const mediumTime = getNamedFormat(locale, 'mediumTime');\n const mediumDate = getNamedFormat(locale, 'mediumDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Medium), [\n mediumTime,\n mediumDate,\n ]);\n break;\n case 'long':\n const longTime = getNamedFormat(locale, 'longTime');\n const longDate = getNamedFormat(locale, 'longDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Long), [\n longTime,\n longDate,\n ]);\n break;\n case 'full':\n const fullTime = getNamedFormat(locale, 'fullTime');\n const fullDate = getNamedFormat(locale, 'fullDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Full), [\n fullTime,\n fullDate,\n ]);\n break;\n }\n if (formatValue) {\n NAMED_FORMATS[localeId][format] = formatValue;\n }\n return formatValue;\n}\n\nfunction formatDateTime(str: string, opt_values: string[]) {\n if (opt_values) {\n str = str.replace(/\\{([^}]+)}/g, function (match, key) {\n return opt_values != null && key in opt_values ? opt_values[key] : match;\n });\n }\n return str;\n}\n\nfunction padNumber(\n num: number,\n digits: number,\n minusSign = '-',\n trim?: boolean,\n negWrap?: boolean,\n): string {\n let neg = '';\n if (num < 0 || (negWrap && num <= 0)) {\n if (negWrap) {\n num = -num + 1;\n } else {\n num = -num;\n neg = minusSign;\n }\n }\n let strNum = String(num);\n while (strNum.length < digits) {\n strNum = '0' + strNum;\n }\n if (trim) {\n strNum = strNum.slice(strNum.length - digits);\n }\n return neg + strNum;\n}\n\nfunction formatFractionalSeconds(milliseconds: number, digits: number): string {\n const strMs = padNumber(milliseconds, 3);\n return strMs.substring(0, digits);\n}\n\n/**\n * Returns a date formatter that transforms a date into its locale digit representation\n */\nfunction dateGetter(\n name: DateType,\n size: number,\n offset: number = 0,\n trim = false,\n negWrap = false,\n): DateFormatter {\n return function (date: Date, locale: string): string {\n let part = getDatePart(name, date);\n if (offset > 0 || part > -offset) {\n part += offset;\n }\n\n if (name === DateType.Hours) {\n if (part === 0 && offset === -12) {\n part = 12;\n }\n } else if (name === DateType.FractionalSeconds) {\n return formatFractionalSeconds(part, size);\n }\n\n const localeMinus = getLocaleNumberSymbol(locale, NumberSymbol.MinusSign);\n return padNumber(part, size, localeMinus, trim, negWrap);\n };\n}\n\nfunction getDatePart(part: DateType, date: Date): number {\n switch (part) {\n case DateType.FullYear:\n return date.getFullYear();\n case DateType.Month:\n return date.getMonth();\n case DateType.Date:\n return date.getDate();\n case DateType.Hours:\n return date.getHours();\n case DateType.Minutes:\n return date.getMinutes();\n case DateType.Seconds:\n return date.getSeconds();\n case DateType.FractionalSeconds:\n return date.getMilliseconds();\n case DateType.Day:\n return date.getDay();\n default:\n throw new RuntimeError(\n RuntimeErrorCode.UNKNOWN_DATE_TYPE_VALUE,\n ngDevMode && `Unknown DateType value \"${part}\".`,\n );\n }\n}\n\n/**\n * Returns a date formatter that transforms a date into its locale string representation\n */\nfunction dateStrGetter(\n name: TranslationType,\n width: TranslationWidth,\n form: FormStyle = FormStyle.Format,\n extended = false,\n): DateFormatter {\n return function (date: Date, locale: string): string {\n return getDateTranslation(date, locale, name, width, form, extended);\n };\n}\n\n/**\n * Returns the locale translation of a date for a given form, type and width\n */\nfunction getDateTranslation(\n date: Date,\n locale: string,\n name: TranslationType,\n width: TranslationWidth,\n form: FormStyle,\n extended: boolean,\n) {\n switch (name) {\n case TranslationType.Months:\n return getLocaleMonthNames(locale, form, width)[date.getMonth()];\n case TranslationType.Days:\n return getLocaleDayNames(locale, form, width)[date.getDay()];\n case TranslationType.DayPeriods:\n const currentHours = date.getHours();\n const currentMinutes = date.getMinutes();\n if (extended) {\n const rules = getLocaleExtraDayPeriodRules(locale);\n const dayPeriods = getLocaleExtraDayPeriods(locale, form, width);\n const index = rules.findIndex((rule) => {\n if (Array.isArray(rule)) {\n // morning, afternoon, evening, night\n const [from, to] = rule;\n const afterFrom = currentHours >= from.hours && currentMinutes >= from.minutes;\n const beforeTo =\n currentHours < to.hours || (currentHours === to.hours && currentMinutes < to.minutes);\n // We must account for normal rules that span a period during the day (e.g. 6am-9am)\n // where `from` is less (earlier) than `to`. But also rules that span midnight (e.g.\n // 10pm - 5am) where `from` is greater (later!) than `to`.\n //\n // In the first case the current time must be BOTH after `from` AND before `to`\n // (e.g. 8am is after 6am AND before 10am).\n //\n // In the second case the current time must be EITHER after `from` OR before `to`\n // (e.g. 4am is before 5am but not after 10pm; and 11pm is not before 5am but it is\n // after 10pm).\n if (from.hours < to.hours) {\n if (afterFrom && beforeTo) {\n return true;\n }\n } else if (afterFrom || beforeTo) {\n return true;\n }\n } else {\n // noon or midnight\n if (rule.hours === currentHours && rule.minutes === currentMinutes) {\n return true;\n }\n }\n return false;\n });\n if (index !== -1) {\n return dayPeriods[index];\n }\n }\n // if no rules for the day periods, we use am/pm by default\n return getLocaleDayPeriods(locale, form, <TranslationWidth>width)[currentHours < 12 ? 0 : 1];\n case TranslationType.Eras:\n return getLocaleEraNames(locale, <TranslationWidth>width)[date.getFullYear() <= 0 ? 0 : 1];\n default:\n // This default case is not needed by TypeScript compiler, as the switch is exhaustive.\n // However Closure Compiler does not understand that and reports an error in typed mode.\n // The `throw new Error` below works around the problem, and the unexpected: never variable\n // makes sure tsc still checks this code is unreachable.\n const unexpected: never = name;\n throw new RuntimeError(\n RuntimeErrorCode.UNEXPECTED_TRANSLATION_TYPE,\n ngDevMode && `unexpected translation type ${unexpected}`,\n );\n }\n}\n\n/**\n * Returns a date formatter that transforms a date and an offset into a timezone with ISO8601 or\n * GMT format depending on the width (eg: short = +0430, short:GMT = GMT+4, long = GMT+04:30,\n * extended = +04:30)\n */\nfunction timeZoneGetter(width: ZoneWidth): DateFormatter {\n return function (date: Date, locale: string, offset: number) {\n const zone = -1 * offset;\n const minusSign = getLocaleNumberSymbol(locale, NumberSymbol.MinusSign);\n const hours = zone > 0 ? Math.floor(zone / 60) : Math.ceil(zone / 60);\n switch (width) {\n case ZoneWidth.Short:\n return (\n (zone >= 0 ? '+' : '') +\n padNumber(hours, 2, minusSign) +\n padNumber(Math.abs(zone % 60), 2, minusSign)\n );\n case ZoneWidth.ShortGMT:\n return 'GMT' + (zone >= 0 ? '+' : '') + padNumber(hours, 1, minusSign);\n case ZoneWidth.Long:\n return (\n 'GMT' +\n (zone >= 0 ? '+' : '') +\n padNumber(hours, 2, minusSign) +\n ':' +\n padNumber(Math.abs(zone % 60), 2, minusSign)\n );\n case ZoneWidth.Extended:\n if (offset === 0) {\n return 'Z';\n } else {\n return (\n (zone >= 0 ? '+' : '') +\n padNumber(hours, 2, minusSign) +\n ':' +\n padNumber(Math.abs(zone % 60), 2, minusSign)\n );\n }\n default:\n throw new RuntimeError(\n RuntimeErrorCode.UNKNOWN_ZONE_WIDTH,\n ngDevMode && `Unknown zone width \"${width}\"`,\n );\n }\n };\n}\n\nconst JANUARY = 0;\nconst THURSDAY = 4;\nfunction getFirstThursdayOfYear(year: number) {\n const firstDayOfYear = createDate(year, JANUARY, 1).getDay();\n return createDate(\n year,\n 0,\n 1 + (firstDayOfYear <= THURSDAY ? THURSDAY : THURSDAY + 7) - firstDayOfYear,\n );\n}\n\n/**\n * ISO Week starts on day 1 (Monday) and ends with day 0 (Sunday)\n */\nexport function getThursdayThisIsoWeek(datetime: Date) {\n // getDay returns 0-6 range with sunday as 0.\n const currentDay = datetime.getDay();\n\n // On a Sunday, read the previous Thursday since ISO weeks start on Monday.\n const deltaToThursday = currentDay === 0 ? -3 : THURSDAY - currentDay;\n\n return createDate(\n datetime.getFullYear(),\n datetime.getMonth(),\n datetime.getDate() + deltaToThursday,\n );\n}\n\nfunction weekGetter(size: number, monthBased = false): DateFormatter {\n return function (date: Date, locale: string) {\n let result;\n if (monthBased) {\n const nbDaysBefore1stDayOfMonth =\n new Date(date.getFullYear(), date.getMonth(), 1).getDay() - 1;\n const today = date.getDate();\n result = 1 + Math.floor((today + nbDaysBefore1stDayOfMonth) / 7);\n } else {\n const thisThurs = getThursdayThisIsoWeek(date);\n // Some days of a year are part of next year according to ISO 8601.\n // Compute the firstThurs from the year of this week's Thursday\n const firstThurs = getFirstThursdayOfYear(thisThurs.getFullYear());\n const diff = thisThurs.getTime() - firstThurs.getTime();\n result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week\n }\n\n return padNumber(result, size, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n };\n}\n\n/**\n * Returns a date formatter that provides the week-numbering year for the input date.\n */\nfunction weekNumberingYearGetter(size: number, trim = false): DateFormatter {\n return function (date: Date, locale: string) {\n const thisThurs = getThursdayThisIsoWeek(date);\n const weekNumberingYear = thisThurs.getFullYear();\n return padNumber(\n weekNumberingYear,\n size,\n getLocaleNumberSymbol(locale, NumberSymbol.MinusSign),\n trim,\n );\n };\n}\n\ntype DateFormatter = (date: Date, locale: string, offset: number) => string;\n\nconst DATE_FORMATS: {[format: string]: DateFormatter} = {};\n\n// Based on CLDR formats:\n// See complete list: http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table\n// See also explanations: http://cldr.unicode.org/translation/date-time\n// TODO(ocombe): support all missing cldr formats: U, Q, D, F, e, j, J, C, A, v, V, X, x\nfunction getDateFormatter(format: string): DateFormatter | null {\n if (DATE_FORMATS[format]) {\n return DATE_FORMATS[format];\n }\n let formatter;\n switch (format) {\n // Era name (AD/BC)\n case 'G':\n case 'GG':\n case 'GGG':\n formatter = dateStrGetter(TranslationType.Eras, TranslationWidth.Abbreviated);\n break;\n case 'GGGG':\n formatter = dateStrGetter(TranslationType.Eras, TranslationWidth.Wide);\n break;\n case 'GGGGG':\n formatter = dateStrGetter(TranslationType.Eras, TranslationWidth.Narrow);\n break;\n\n // 1 digit representation of the year, e.g. (AD 1 => 1, AD 199 => 199)\n case 'y':\n formatter = dateGetter(DateType.FullYear, 1, 0, false, true);\n break;\n // 2 digit representation of the year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10)\n case 'yy':\n formatter = dateGetter(DateType.FullYear, 2, 0, true, true);\n break;\n // 3 digit representation of the year, padded (000-999). (e.g. AD 2001 => 01, AD 2010 => 10)\n case 'yyy':\n formatter = dateGetter(DateType.FullYear, 3, 0, false, true);\n break;\n // 4 digit representation of the year (e.g. AD 1 => 0001, AD 2010 => 2010)\n case 'yyyy':\n formatter = dateGetter(DateType.FullYear, 4, 0, false, true);\n break;\n\n // 1 digit representation of the week-numbering year, e.g. (AD 1 => 1, AD 199 => 199)\n case 'Y':\n formatter = weekNumberingYearGetter(1);\n break;\n // 2 digit representation of the week-numbering year, padded (00-99). (e.g. AD 2001 => 01, AD\n // 2010 => 10)\n case 'YY':\n formatter = weekNumberingYearGetter(2, true);\n break;\n // 3 digit representation of the week-numbering year, padded (000-999). (e.g. AD 1 => 001, AD\n // 2010 => 2010)\n case 'YYY':\n formatter = weekNumberingYearGetter(3);\n break;\n // 4 digit representation of the week-numbering year (e.g. AD 1 => 0001, AD 2010 => 2010)\n case 'YYYY':\n formatter = weekNumberingYearGetter(4);\n break;\n\n // Month of the year (1-12), numeric\n case 'M':\n case 'L':\n formatter = dateGetter(DateType.Month, 1, 1);\n break;\n case 'MM':\n case 'LL':\n formatter = dateGetter(DateType.Month, 2, 1);\n break;\n\n // Month of the year (January, ...), string, format\n case 'MMM':\n formatter = dateStrGetter(TranslationType.Months, TranslationWidth.Abbreviated);\n break;\n case 'MMMM':\n formatter = dateStrGetter(TranslationType.Months, TranslationWidth.Wide);\n break;\n case 'MMMMM':\n formatter = dateStrGetter(TranslationType.Months, TranslationWidth.Narrow);\n break;\n\n // Month of the year (January, ...), string, standalone\n case 'LLL':\n formatter = dateStrGetter(\n TranslationType.Months,\n TranslationWidth.Abbreviated,\n FormStyle.Standalone,\n );\n break;\n case 'LLLL':\n formatter = dateStrGetter(\n TranslationType.Months,\n TranslationWidth.Wide,\n FormStyle.Standalone,\n );\n break;\n case 'LLLLL':\n formatter = dateStrGetter(\n TranslationType.Months,\n TranslationWidth.Narrow,\n FormStyle.Standalone,\n );\n break;\n\n // Week of the year (1, ... 52)\n case 'w':\n formatter = weekGetter(1);\n break;\n case 'ww':\n formatter = weekGetter(2);\n break;\n\n // Week of the month (1, ...)\n case 'W':\n formatter = weekGetter(1, true);\n break;\n\n // Day of the month (1-31)\n case 'd':\n formatter = dateGetter(DateType.Date, 1);\n break;\n case 'dd':\n formatter = dateGetter(DateType.Date, 2);\n break;\n\n // Day of the Week StandAlone (1, 1, Mon, Monday, M, Mo)\n case 'c':\n case 'cc':\n formatter = dateGetter(DateType.Day, 1);\n break;\n case 'ccc':\n formatter = dateStrGetter(\n TranslationType.Days,\n TranslationWidth.Abbreviated,\n FormStyle.Standalone,\n );\n break;\n case 'cccc':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Wide, FormStyle.Standalone);\n break;\n case 'ccccc':\n formatter = dateStrGetter(\n TranslationType.Days,\n TranslationWidth.Narrow,\n FormStyle.Standalone,\n );\n break;\n case 'cccccc':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Short, FormStyle.Standalone);\n break;\n\n // Day of the Week\n case 'E':\n case 'EE':\n case 'EEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Abbreviated);\n break;\n case 'EEEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Wide);\n break;\n case 'EEEEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Narrow);\n break;\n case 'EEEEEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Short);\n break;\n\n // Generic period of the day (am-pm)\n case 'a':\n case 'aa':\n case 'aaa':\n formatter = dateStrGetter(TranslationType.DayPeriods, TranslationWidth.Abbreviated);\n break;\n case 'aaaa':\n formatter = dateStrGetter(TranslationType.DayPeriods, TranslationWidth.Wide);\n break;\n case 'aaaaa':\n formatter = dateStrGetter(TranslationType.DayPeriods, TranslationWidth.Narrow);\n break;\n\n // Extended period of the day (midnight, at night, ...), standalone\n case 'b':\n case 'bb':\n case 'bbb':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Abbreviated,\n FormStyle.Standalone,\n true,\n );\n break;\n case 'bbbb':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Wide,\n FormStyle.Standalone,\n true,\n );\n break;\n case 'bbbbb':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Narrow,\n FormStyle.Standalone,\n true,\n );\n break;\n\n // Extended period of the day (midnight, night, ...), standalone\n case 'B':\n case 'BB':\n case 'BBB':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Abbreviated,\n FormStyle.Format,\n true,\n );\n break;\n case 'BBBB':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Wide,\n FormStyle.Format,\n true,\n );\n break;\n case 'BBBBB':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Narrow,\n FormStyle.Format,\n true,\n );\n break;\n\n // Hour in AM/PM, (1-12)\n case 'h':\n formatter = dateGetter(DateType.Hours, 1, -12);\n break;\n case 'hh':\n formatter = dateGetter(DateType.Hours, 2, -12);\n break;\n\n // Hour of the day (0-23)\n case 'H':\n formatter = dateGetter(DateType.Hours, 1);\n break;\n // Hour in day, padded (00-23)\n case 'HH':\n formatter = dateGetter(DateType.Hours, 2);\n break;\n\n // Minute of the hour (0-59)\n case 'm':\n formatter = dateGetter(DateType.Minutes, 1);\n break;\n case 'mm':\n formatter = dateGetter(DateType.Minutes, 2);\n break;\n\n // Second of the minute (0-59)\n case 's':\n formatter = dateGetter(DateType.Seconds, 1);\n break;\n case 'ss':\n formatter = dateGetter(DateType.Seconds, 2);\n break;\n\n // Fractional second\n case 'S':\n formatter = dateGetter(DateType.FractionalSeconds, 1);\n break;\n case 'SS':\n formatter = dateGetter(DateType.FractionalSeconds, 2);\n break;\n case 'SSS':\n formatter = dateGetter(DateType.FractionalSeconds, 3);\n break;\n\n // Timezone ISO8601 short format (-0430)\n case 'Z':\n case 'ZZ':\n case 'ZZZ':\n formatter = timeZoneGetter(ZoneWidth.Short);\n break;\n // Timezone ISO8601 extended format (-04:30)\n case 'ZZZZZ':\n formatter = timeZoneGetter(ZoneWidth.Extended);\n break;\n\n // Timezone GMT short format (GMT+4)\n case 'O':\n case 'OO':\n case 'OOO':\n // Should be location, but fallback to format O instead because we don't have the data yet\n case 'z':\n case 'zz':\n case 'zzz':\n formatter = timeZoneGetter(ZoneWidth.ShortGMT);\n break;\n // Timezone GMT long format (GMT+0430)\n case 'OOOO':\n case 'ZZZZ':\n // Should be location, but fallback to format O instead because we don't have the data yet\n case 'zzzz':\n formatter = timeZoneGetter(ZoneWidth.Long);\n break;\n default:\n return null;\n }\n DATE_FORMATS[format] = formatter;\n return formatter;\n}\n\nfunction timezoneToOffset(timezone: string, fallback: number): number {\n // Support: IE 11 only, Edge 13-15+\n // IE/Edge do not \"understand\" colon (`:`) in timezone\n timezone = timezone.replace(/:/g, '');\n const requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000;\n return isNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset;\n}\n\nfunction addDateMinutes(date: Date, minutes: number) {\n date = new Date(date.getTime());\n date.setMinutes(date.getMinutes() + minutes);\n return date;\n}\n\nfunction convertTimezoneToLocal(date: Date, timezone: string, reverse: boolean): Date {\n const reverseValue = reverse ? -1 : 1;\n const dateTimezoneOffset = date.getTimezoneOffset();\n const timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset);\n return addDateMinutes(date, reverseValue * (timezoneOffset - dateTimezoneOffset));\n}\n\n/**\n * Converts a value to date.\n *\n * Supported input formats:\n * - `Date`\n * - number: timestamp\n * - string: numeric (e.g. \"1234\"), ISO and date strings in a format supported by\n * [Date.parse()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse).\n * Note: ISO strings without time return a date without timeoffset.\n *\n * Throws if unable to convert to a date.\n */\nexport function toDate(value: string | number | Date): Date {\n if (isDate(value)) {\n return value;\n }\n\n if (typeof value === 'number' && !isNaN(value)) {\n return new Date(value);\n }\n\n if (typeof value === 'string') {\n value = value.trim();\n\n if (/^(\\d{4}(-\\d{1,2}(-\\d{1,2})?)?)$/.test(value)) {\n /* For ISO Strings without time the day, month and year must be extracted from the ISO String\n before Date creation to avoid time offset and errors in the new Date.\n If we only replace '-' with ',' in the ISO String (\"2015,01,01\"), and try to create a new\n date, some browsers (e.g. IE 9) will throw an invalid Date error.\n If we leave the '-' (\"2015-01-01\") and try to create a new Date(\"2015-01-01\") the timeoffset\n is applied.\n Note: ISO months are 0 for January, 1 for February, ... */\n const [y, m = 1, d = 1] = value.split('-').map((val: string) => +val);\n return createDate(y, m - 1, d);\n }\n\n const parsedNb = parseFloat(value);\n\n // any string that only contains numbers, like \"1234\" but not like \"1234hello\"\n if (!isNaN((value as any) - parsedNb)) {\n return new Date(parsedNb);\n }\n\n let match: RegExpMatchArray | null;\n if ((match = value.match(ISO8601_DATE_REGEX))) {\n return isoStringToDate(match);\n }\n }\n\n const date = new Date(value as any);\n if (!isDate(date)) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_TO_DATE_CONVERSION,\n ngDevMode && `Unable to convert \"${value}\" into a date`,\n );\n }\n return date;\n}\n\n/**\n * Converts a date in ISO8601 to a Date.\n * Used instead of `Date.parse` because of browser discrepancies.\n */\nexport function isoStringToDate(match: RegExpMatchArray): Date {\n const date = new Date(0);\n let tzHour = 0;\n let tzMin = 0;\n\n // match[8] means that the string contains \"Z\" (UTC) or a timezone like \"+01:00\" or \"+0100\"\n const dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear;\n const timeSetter = match[8] ? date.setUTCHours : date.setHours;\n\n // if there is a timezone defined like \"+01:00\" or \"+0100\"\n if (match[9]) {\n tzHour = Number(match[9] + match[10]);\n tzMin = Number(match[9] + match[11]);\n }\n dateSetter.call(date, Number(match[1]), Number(match[2]) - 1, Number(match[3]));\n const h = Number(match[4] || 0) - tzHour;\n const m = Number(match[5] || 0) - tzMin;\n const s = Number(match[6] || 0);\n // The ECMAScript specification (https://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.11)\n // defines that `DateTime` milliseconds should always be rounded down, so that `999.9ms`\n // becomes `999ms`.\n const ms = Math.floor(parseFloat('0.' + (match[7] || 0)) * 1000);\n timeSetter.call(date, h, m, s, ms);\n return date;\n}\n\nexport function isDate(value: any): value is Date {\n return value instanceof Date && !isNaN(value.valueOf());\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ɵRuntimeError as RuntimeError} from '@angular/core';\n\nimport {\n getLocaleNumberFormat,\n getLocaleNumberSymbol,\n getNumberOfCurrencyDigits,\n NumberFormatStyle,\n NumberSymbol,\n} from './locale_data_api';\nimport {RuntimeErrorCode} from '../errors';\n\nexport const NUMBER_FORMAT_REGEXP = /^(\\d+)?\\.((\\d+)(-(\\d+))?)?$/;\nconst MAX_DIGITS = 22;\nconst DECIMAL_SEP = '.';\nconst ZERO_CHAR = '0';\nconst PATTERN_SEP = ';';\nconst GROUP_SEP = ',';\nconst DIGIT_CHAR = '#';\nconst CURRENCY_CHAR = '¤';\nconst PERCENT_CHAR = '%';\n\n/**\n * Transforms a number to a locale string based on a style and a format.\n */\nfunction formatNumberToLocaleString(\n value: number,\n pattern: ParsedNumberFormat,\n locale: string,\n groupSymbol: NumberSymbol,\n decimalSymbol: NumberSymbol,\n digitsInfo?: string,\n isPercent = false,\n): string {\n let formattedText = '';\n let isZero = false;\n\n if (!isFinite(value)) {\n formattedText = getLocaleNumberSymbol(locale, NumberSymbol.Infinity);\n } else {\n let parsedNumber = parseNumber(value);\n\n if (isPercent) {\n parsedNumber = toPercent(parsedNumber);\n }\n\n let minInt = pattern.minInt;\n let minFraction = pattern.minFrac;\n let maxFraction = pattern.maxFrac;\n\n if (digitsInfo) {\n const parts = digitsInfo.match(NUMBER_FORMAT_REGEXP);\n if (parts === null) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_DIGIT_INFO,\n ngDevMode && `${digitsInfo} is not a valid digit info`,\n );\n }\n const minIntPart = parts[1];\n const minFractionPart = parts[3];\n const maxFractionPart = parts[5];\n if (minIntPart != null) {\n minInt = parseIntAutoRadix(minIntPart);\n }\n if (minFractionPart != null) {\n minFraction = parseIntAutoRadix(minFractionPart);\n }\n if (maxFractionPart != null) {\n maxFraction = parseIntAutoRadix(maxFractionPart);\n } else if (minFractionPart != null && minFraction > maxFraction) {\n maxFraction = minFraction;\n }\n }\n\n roundNumber(parsedNumber, minFraction, maxFraction);\n\n let digits = parsedNumber.digits;\n let integerLen = parsedNumber.integerLen;\n const exponent = parsedNumber.exponent;\n let decimals = [];\n isZero = digits.every((d) => !d);\n\n // pad zeros for small numbers\n for (; integerLen < minInt; integerLen++) {\n digits.unshift(0);\n }\n\n // pad zeros for small numbers\n for (; integerLen < 0; integerLen++) {\n digits.unshift(0);\n }\n\n // extract decimals digits\n if (integerLen > 0) {\n decimals = digits.splice(integerLen, digits.length);\n } else {\n decimals = digits;\n digits = [0];\n }\n\n // format the integer digits with grouping separators\n const groups = [];\n if (digits.length >= pattern.lgSize) {\n groups.unshift(digits.splice(-pattern.lgSize, digits.length).join(''));\n }\n\n while (digits.length > pattern.gSize) {\n groups.unshift(digits.splice(-pattern.gSize, digits.length).join(''));\n }\n\n if (digits.length) {\n groups.unshift(digits.join(''));\n }\n\n formattedText = groups.join(getLocaleNumberSymbol(locale, groupSymbol));\n\n // append the decimal digits\n if (decimals.length) {\n formattedText += getLocaleNumberSymbol(locale, decimalSymbol) + decimals.join('');\n }\n\n if (exponent) {\n formattedText += getLocaleNumberSymbol(locale, NumberSymbol.Exponential) + '+' + exponent;\n }\n }\n\n if (value < 0 && !isZero) {\n formattedText = pattern.negPre + formattedText + pattern.negSuf;\n } else {\n formattedText = pattern.posPre + formattedText + pattern.posSuf;\n }\n\n return formattedText;\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a number as currency using locale rules.\n *\n * @param value The number to format.\n * @param locale A locale code for the locale format rules to use.\n * @param currency A string containing the currency symbol or its name,\n * such as \"$\" or \"Canadian Dollar\". Used in output string, but does not affect the operation\n * of the function.\n * @param currencyCode The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)\n * currency code, such as `USD` for the US dollar and `EUR` for the euro.\n * Used to determine the number of digits in the decimal part.\n * @param digitsInfo Decimal representation options, specified by a string in the following format:\n * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.\n *\n * @returns The formatted currency value.\n *\n * @see {@link formatNumber}\n * @see {@link DecimalPipe}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n */\nexport function formatCurrency(\n value: number,\n locale: string,\n currency: string,\n currencyCode?: string,\n digitsInfo?: string,\n): string {\n const format = getLocaleNumberFormat(locale, NumberFormatStyle.Currency);\n const pattern = parseNumberFormat(format, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n\n pattern.minFrac = getNumberOfCurrencyDigits(currencyCode!);\n pattern.maxFrac = pattern.minFrac;\n\n const res = formatNumberToLocaleString(\n value,\n pattern,\n locale,\n NumberSymbol.CurrencyGroup,\n NumberSymbol.CurrencyDecimal,\n digitsInfo,\n );\n return (\n res\n .replace(CURRENCY_CHAR, currency)\n // if we have 2 time the currency character, the second one is ignored\n .replace(CURRENCY_CHAR, '')\n // If there is a spacing between currency character and the value and\n // the currency character is suppressed by passing an empty string, the\n // spacing character would remain as part of the string. Then we\n // should remove it.\n .trim()\n );\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a number as a percentage according to locale rules.\n *\n * @param value The number to format.\n * @param locale A locale code for the locale format rules to use.\n * @param digitsInfo Decimal representation options, specified by a string in the following format:\n * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.\n *\n * @returns The formatted percentage value.\n *\n * @see {@link formatNumber}\n * @see {@link DecimalPipe}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n * @publicApi\n *\n */\nexport function formatPercent(value: number, locale: string, digitsInfo?: string): string {\n const format = getLocaleNumberFormat(locale, NumberFormatStyle.Percent);\n const pattern = parseNumberFormat(format, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n const res = formatNumberToLocaleString(\n value,\n pattern,\n locale,\n NumberSymbol.Group,\n NumberSymbol.Decimal,\n digitsInfo,\n true,\n );\n return res.replace(\n new RegExp(PERCENT_CHAR, 'g'),\n getLocaleNumberSymbol(locale, NumberSymbol.PercentSign),\n );\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a number as text, with group sizing, separator, and other\n * parameters based on the locale.\n *\n * @param value The number to format.\n * @param locale A locale code for the locale format rules to use.\n * @param digitsInfo Decimal representation options, specified by a string in the following format:\n * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.\n *\n * @returns The formatted text string.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n */\nexport function formatNumber(value: number, locale: string, digitsInfo?: string): string {\n const format = getLocaleNumberFormat(locale, NumberFormatStyle.Decimal);\n const pattern = parseNumberFormat(format, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n return formatNumberToLocaleString(\n value,\n pattern,\n locale,\n NumberSymbol.Group,\n NumberSymbol.Decimal,\n digitsInfo,\n );\n}\n\ninterface ParsedNumberFormat {\n minInt: number;\n // the minimum number of digits required in the fraction part of the number\n minFrac: number;\n // the maximum number of digits required in the fraction part of the number\n maxFrac: number;\n // the prefix for a positive number\n posPre: string;\n // the suffix for a positive number\n posSuf: string;\n // the prefix for a negative number (e.g. `-` or `(`))\n negPre: string;\n // the suffix for a negative number (e.g. `)`)\n negSuf: string;\n // number of digits in each group of separated digits\n gSize: number;\n // number of digits in the last group of digits before the decimal separator\n lgSize: number;\n}\n\nfunction parseNumberFormat(format: string, minusSign = '-'): ParsedNumberFormat {\n const p = {\n minInt: 1,\n minFrac: 0,\n maxFrac: 0,\n posPre: '',\n posSuf: '',\n negPre: '',\n negSuf: '',\n gSize: 0,\n lgSize: 0,\n };\n\n const patternParts = format.split(PATTERN_SEP);\n const positive = patternParts[0];\n const negative = patternParts[1];\n\n const positiveParts =\n positive.indexOf(DECIMAL_SEP) !== -1\n ? positive.split(DECIMAL_SEP)\n : [\n positive.substring(0, positive.lastIndexOf(ZERO_CHAR) + 1),\n positive.substring(positive.lastIndexOf(ZERO_CHAR) + 1),\n ],\n integer = positiveParts[0],\n fraction = positiveParts[1] || '';\n\n p.posPre = integer.substring(0, integer.indexOf(DIGIT_CHAR));\n\n for (let i = 0; i < fraction.length; i++) {\n const ch = fraction.charAt(i);\n if (ch === ZERO_CHAR) {\n p.minFrac = p.maxFrac = i + 1;\n } else if (ch === DIGIT_CHAR) {\n p.maxFrac = i + 1;\n } else {\n p.posSuf += ch;\n }\n }\n\n const groups = integer.split(GROUP_SEP);\n p.gSize = groups[1] ? groups[1].length : 0;\n p.lgSize = groups[2] || groups[1] ? (groups[2] || groups[1]).length : 0;\n\n if (negative) {\n const trunkLen = positive.length - p.posPre.length - p.posSuf.length,\n pos = negative.indexOf(DIGIT_CHAR);\n\n p.negPre = negative.substring(0, pos).replace(/'/g, '');\n p.negSuf = negative.slice(pos + trunkLen).replace(/'/g, '');\n } else {\n p.negPre = minusSign + p.posPre;\n p.negSuf = p.posSuf;\n }\n\n return p;\n}\n\ninterface ParsedNumber {\n // an array of digits containing leading zeros as necessary\n digits: number[];\n // the exponent for numbers that would need more than `MAX_DIGITS` digits in `d`\n exponent: number;\n // the number of the digits in `d` that are to the left of the decimal point\n integerLen: number;\n}\n\n// Transforms a parsed number into a percentage by multiplying it by 100\nfunction toPercent(parsedNumber: ParsedNumber): ParsedNumber {\n // if the number is 0, don't do anything\n if (parsedNumber.digits[0] === 0) {\n return parsedNumber;\n }\n\n // Getting the current number of decimals\n const fractionLen = parsedNumber.digits.length - parsedNumber.integerLen;\n if (parsedNumber.exponent) {\n parsedNumber.exponent += 2;\n } else {\n if (fractionLen === 0) {\n parsedNumber.digits.push(0, 0);\n } else if (fractionLen === 1) {\n parsedNumber.digits.push(0);\n }\n parsedNumber.integerLen += 2;\n }\n\n return parsedNumber;\n}\n\n/**\n * Parses a number.\n * Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/\n */\nfunction parseNumber(num: number): ParsedNumber {\n let numStr = Math.abs(num) + '';\n let exponent = 0,\n digits,\n integerLen;\n let i, j, zeros;\n\n // Decimal point?\n if ((integerLen = numStr.indexOf(DECIMAL_SEP)) > -1) {\n numStr = numStr.replace(DECIMAL_SEP, '');\n }\n\n // Exponential form?\n if ((i = numStr.search(/e/i)) > 0) {\n // Work out the exponent.\n if (integerLen < 0) integerLen = i;\n integerLen += +numStr.slice(i + 1);\n numStr = numStr.substring(0, i);\n } else if (integerLen < 0) {\n // There was no decimal point or exponent so it is an integer.\n integerLen = numStr.length;\n }\n\n // Count the number of leading zeros.\n for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) {\n /* empty */\n }\n\n if (i === (zeros = numStr.length)) {\n // The digits are all zero.\n digits = [0];\n integerLen = 1;\n } else {\n // Count the number of trailing zeros\n zeros--;\n while (numStr.charAt(zeros) === ZERO_CHAR) zeros--;\n\n // Trailing zeros are insignificant so ignore them\n integerLen -= i;\n digits = [];\n // Convert string to array of digits without leading/trailing zeros.\n for (j = 0; i <= zeros; i++, j++) {\n digits[j] = Number(numStr.charAt(i));\n }\n }\n\n // If the number overflows the maximum allowed digits then use an exponent.\n if (integerLen > MAX_DIGITS) {\n digits = digits.splice(0, MAX_DIGITS - 1);\n exponent = integerLen - 1;\n integerLen = 1;\n }\n\n return {digits, exponent, integerLen};\n}\n\n/**\n * Round the parsed number to the specified number of decimal places\n * This function changes the parsedNumber in-place\n */\nfunction roundNumber(parsedNumber: ParsedNumber, minFrac: number, maxFrac: number) {\n if (minFrac > maxFrac) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_NUMBER_OF_DIGITS_AFTER_FRACTION,\n ngDevMode &&\n `The minimum number of digits after fraction (${minFrac}) is higher than the maximum (${maxFrac}).`,\n );\n }\n\n let digits = parsedNumber.digits;\n let fractionLen = digits.length - parsedNumber.integerLen;\n const fractionSize = Math.min(Math.max(minFrac, fractionLen), maxFrac);\n\n // The index of the digit to where rounding is to occur\n let roundAt = fractionSize + parsedNumber.integerLen;\n let digit = digits[roundAt];\n\n if (roundAt > 0) {\n // Drop fractional digits beyond `roundAt`\n digits.splice(Math.max(parsedNumber.integerLen, roundAt));\n\n // Set non-fractional digits beyond `roundAt` to 0\n for (let j = roundAt; j < digits.length; j++) {\n digits[j] = 0;\n }\n } else {\n // We rounded to zero so reset the parsedNumber\n fractionLen = Math.max(0, fractionLen);\n parsedNumber.integerLen = 1;\n digits.length = Math.max(1, (roundAt = fractionSize + 1));\n digits[0] = 0;\n for (let i = 1; i < roundAt; i++) digits[i] = 0;\n }\n\n if (digit >= 5) {\n if (roundAt - 1 < 0) {\n for (let k = 0; k > roundAt; k--) {\n digits.unshift(0);\n parsedNumber.integerLen++;\n }\n digits.unshift(1);\n parsedNumber.integerLen++;\n } else {\n digits[roundAt - 1]++;\n }\n }\n\n // Pad out with zeros to get the required fraction length\n for (; fractionLen < Math.max(0, fractionSize); fractionLen++) digits.push(0);\n\n let dropTrailingZeros = fractionSize !== 0;\n // Minimal length = nb of decimals required + current nb of integers\n // Any number besides that is optional and can be removed if it's a trailing 0\n const minLen = minFrac + parsedNumber.integerLen;\n // Do any carrying, e.g. a digit was rounded up to 10\n const carry = digits.reduceRight(function (carry, d, i, digits) {\n d = d + carry;\n digits[i] = d < 10 ? d : d - 10; // d % 10\n if (dropTrailingZeros) {\n // Do not keep meaningless fractional trailing zeros (e.g. 15.52000 --> 15.52)\n if (digits[i] === 0 && i >= minLen) {\n digits.pop();\n } else {\n dropTrailingZeros = false;\n }\n }\n return d >= 10 ? 1 : 0; // Math.floor(d / 10);\n }, 0);\n if (carry) {\n digits.unshift(carry);\n parsedNumber.integerLen++;\n }\n}\n\nexport function parseIntAutoRadix(text: string): number {\n const result: number = parseInt(text);\n if (isNaN(result)) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_INTEGER_LITERAL,\n ngDevMode && 'Invalid integer literal when parsing ' + text,\n );\n }\n return result;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {inject, Inject, Injectable, LOCALE_ID, ɵRuntimeError as RuntimeError} from '@angular/core';\n\nimport {getLocalePluralCase, Plural} from './locale_data_api';\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * @publicApi\n */\n@Injectable({\n providedIn: 'root',\n useFactory: () => new NgLocaleLocalization(inject(LOCALE_ID)),\n})\nexport abstract class NgLocalization {\n abstract getPluralCategory(value: any, locale?: string): string;\n}\n\n/**\n * Returns the plural category for a given value.\n * - \"=value\" when the case exists,\n * - the plural category otherwise\n */\nexport function getPluralCategory(\n value: number,\n cases: string[],\n ngLocalization: NgLocalization,\n locale?: string,\n): string {\n let key = `=${value}`;\n\n if (cases.indexOf(key) > -1) {\n return key;\n }\n\n key = ngLocalization.getPluralCategory(value, locale);\n\n if (cases.indexOf(key) > -1) {\n return key;\n }\n\n if (cases.indexOf('other') > -1) {\n return 'other';\n }\n\n throw new RuntimeError(\n RuntimeErrorCode.NO_PLURAL_MESSAGE_FOUND,\n ngDevMode && `No plural message found for value \"${value}\"`,\n );\n}\n\n/**\n * Returns the plural case based on the locale\n *\n * @publicApi\n */\n@Injectable()\nexport class NgLocaleLocalization extends NgLocalization {\n constructor(@Inject(LOCALE_ID) protected locale: string) {\n super();\n }\n\n override getPluralCategory(value: any, locale?: string): string {\n const plural = getLocalePluralCase(locale || this.locale)(value);\n\n switch (plural) {\n case Plural.Zero:\n return 'zero';\n case Plural.One:\n return 'one';\n case Plural.Two:\n return 'two';\n case Plural.Few:\n return 'few';\n case Plural.Many:\n return 'many';\n default:\n return 'other';\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {\n Directive,\n DoCheck,\n ElementRef,\n Input,\n Renderer2,\n ɵstringify as stringify,\n} from '@angular/core';\n\ntype NgClassSupportedTypes = string[] | Set<string> | {[klass: string]: any} | null | undefined;\n\nconst WS_REGEXP = /\\s+/;\n\nconst EMPTY_ARRAY: string[] = [];\n\n/**\n * Represents internal object used to track state of each CSS class. There are 3 different (boolean)\n * flags that, combined together, indicate state of a given CSS class:\n * - enabled: indicates if a class should be present in the DOM (true) or not (false);\n * - changed: tracks if a class was toggled (added or removed) during the custom dirty-checking\n * process; changed classes must be synchronized with the DOM;\n * - touched: tracks if a class is present in the current object bound to the class / ngClass input;\n * classes that are not present any more can be removed from the internal data structures;\n */\ninterface CssClassState {\n // PERF: could use a bit mask to represent state as all fields are boolean flags\n enabled: boolean;\n changed: boolean;\n touched: boolean;\n}\n\n/**\n * @ngModule CommonModule\n *\n * @usageNotes\n * ```html\n * <some-element [ngClass]=\"stringExp|arrayExp|objExp|Set\">...</some-element>\n *\n * <some-element [ngClass]=\"{'class1 class2 class3' : true}\">...</some-element>\n * ```\n *\n * For more simple use cases you can use the [class bindings](/guide/templates/binding#css-class-and-style-property-bindings) directly.\n * It doesn't require importing a directive.\n *\n * ```html\n * <some-element [class]=\"'first second'\">...</some-element>\n *\n * <some-element [class.expanded]=\"isExpanded\">...</some-element>\n *\n * <some-element [class]=\"['first', 'second']\">...</some-element>\n *\n * <some-element [class]=\"{'first': true, 'second': true, 'third': false}\">...</some-element>\n * ```\n * @description\n *\n * Adds and removes CSS classes on an HTML element.\n *\n * The CSS classes are updated as follows, depending on the type of the expression evaluation:\n * - `string` - the CSS classes listed in the string (space delimited) are added,\n * - `Array` - the CSS classes declared as Array elements are added,\n * - `Object` - keys are CSS classes that get added when the expression given in the value\n * evaluates to a truthy value, otherwise they are removed.\n *\n *\n * @see [Class bindings](/guide/templates/binding#css-class-and-style-property-bindings)\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngClass]',\n})\nexport class NgClass implements DoCheck {\n private initialClasses = EMPTY_ARRAY;\n private rawClass: NgClassSupportedTypes;\n\n private stateMap = new Map<string, CssClassState>();\n\n constructor(\n private _ngEl: ElementRef,\n private _renderer: Renderer2,\n ) {}\n\n @Input('class')\n set klass(value: string) {\n this.initialClasses = value != null ? value.trim().split(WS_REGEXP) : EMPTY_ARRAY;\n }\n\n @Input('ngClass')\n set ngClass(value: string | string[] | Set<string> | {[klass: string]: any} | null | undefined) {\n this.rawClass = typeof value === 'string' ? value.trim().split(WS_REGEXP) : value;\n }\n\n /*\n The NgClass directive uses the custom change detection algorithm for its inputs. The custom\n algorithm is necessary since inputs are represented as complex object or arrays that need to be\n deeply-compared.\n\n This algorithm is perf-sensitive since NgClass is used very frequently and its poor performance\n might negatively impact runtime performance of the entire change detection cycle. The design of\n this algorithm is making sure that:\n - there is no unnecessary DOM manipulation (CSS classes are added / removed from the DOM only when\n needed), even if references to bound objects change;\n - there is no memory allocation if nothing changes (even relatively modest memory allocation\n during the change detection cycle can result in GC pauses for some of the CD cycles).\n\n The algorithm works by iterating over the set of bound classes, staring with [class] binding and\n then going over [ngClass] binding. For each CSS class name:\n - check if it was seen before (this information is tracked in the state map) and if its value\n changed;\n - mark it as \"touched\" - names that are not marked are not present in the latest set of binding\n and we can remove such class name from the internal data structures;\n\n After iteration over all the CSS class names we've got data structure with all the information\n necessary to synchronize changes to the DOM - it is enough to iterate over the state map, flush\n changes to the DOM and reset internal data structures so those are ready for the next change\n detection cycle.\n */\n ngDoCheck(): void {\n // classes from the [class] binding\n for (const klass of this.initialClasses) {\n this._updateState(klass, true);\n }\n\n // classes from the [ngClass] binding\n const rawClass = this.rawClass;\n if (Array.isArray(rawClass) || rawClass instanceof Set) {\n for (const klass of rawClass) {\n this._updateState(klass, true);\n }\n } else if (rawClass != null) {\n for (const klass of Object.keys(rawClass)) {\n this._updateState(klass, Boolean(rawClass[klass]));\n }\n }\n\n this._applyStateDiff();\n }\n\n private _updateState(klass: string, nextEnabled: boolean) {\n const state = this.stateMap.get(klass);\n if (state !== undefined) {\n if (state.enabled !== nextEnabled) {\n state.changed = true;\n state.enabled = nextEnabled;\n }\n state.touched = true;\n } else {\n this.stateMap.set(klass, {enabled: nextEnabled, changed: true, touched: true});\n }\n }\n\n private _applyStateDiff() {\n for (const stateEntry of this.stateMap) {\n const klass = stateEntry[0];\n const state = stateEntry[1];\n\n if (state.changed) {\n this._toggleClass(klass, state.enabled);\n state.changed = false;\n } else if (!state.touched) {\n // A class that was previously active got removed from the new collection of classes -\n // remove from the DOM as well.\n if (state.enabled) {\n this._toggleClass(klass, false);\n }\n this.stateMap.delete(klass);\n }\n\n state.touched = false;\n }\n }\n\n private _toggleClass(klass: string, enabled: boolean): void {\n if (ngDevMode) {\n if (typeof klass !== 'string') {\n throw new Error(\n `NgClass can only toggle CSS classes expressed as strings, got ${stringify(klass)}`,\n );\n }\n }\n klass = klass.trim();\n if (klass.length > 0) {\n klass.split(WS_REGEXP).forEach((klass) => {\n if (enabled) {\n this._renderer.addClass(this._ngEl.nativeElement, klass);\n } else {\n this._renderer.removeClass(this._ngEl.nativeElement, klass);\n }\n });\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ComponentRef,\n createNgModule,\n Directive,\n DoCheck,\n EnvironmentInjector,\n Injector,\n Input,\n NgModuleRef,\n OnChanges,\n OnDestroy,\n SimpleChanges,\n Type,\n ViewContainerRef,\n} from '@angular/core';\n\n/**\n * Instantiates a {@link /api/core/Component Component} type and inserts its Host View into the current View.\n * `NgComponentOutlet` provides a declarative approach for dynamic component creation.\n *\n * `NgComponentOutlet` requires a component type, if a falsy value is set the view will clear and\n * any existing component will be destroyed.\n *\n * @usageNotes\n *\n * ### Fine tune control\n *\n * You can control the component creation process by using the following optional attributes:\n *\n * * `ngComponentOutletInputs`: Optional component inputs object, which will be bind to the\n * component.\n *\n * * `ngComponentOutletInjector`: Optional custom {@link Injector} that will be used as parent for\n * the Component. Defaults to the injector of the current view container.\n *\n * * `ngComponentOutletEnvironmentInjector`: Optional custom {@link EnvironmentInjector} which will\n * provide the component's environment.\n *\n * * `ngComponentOutletContent`: Optional list of projectable nodes to insert into the content\n * section of the component, if it exists.\n *\n * * `ngComponentOutletNgModule`: Optional NgModule class reference to allow loading another\n * module dynamically, then loading a component from that module.\n *\n *\n * ### Syntax\n *\n * Simple\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression\"></ng-container>\n * ```\n *\n * With inputs\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression;\n * inputs: inputsExpression;\">\n * </ng-container>\n * ```\n *\n * Customized injector/content\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression;\n * injector: injectorExpression;\n * content: contentNodesExpression;\">\n * </ng-container>\n * ```\n *\n * Customized NgModule reference\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression;\n * ngModule: ngModuleClass;\">\n * </ng-container>\n * ```\n *\n * ### A simple example\n *\n * {@example common/ngComponentOutlet/ts/module.ts region='SimpleExample'}\n *\n * A more complete example with additional options:\n *\n * {@example common/ngComponentOutlet/ts/module.ts region='CompleteExample'}\n *\n * @publicApi\n * @ngModule CommonModule\n */\n@Directive({\n selector: '[ngComponentOutlet]',\n exportAs: 'ngComponentOutlet',\n})\nexport class NgComponentOutlet<T = any> implements OnChanges, DoCheck, OnDestroy {\n /** Component that should be rendered in the outlet. */\n @Input() ngComponentOutlet: Type<T> | null = null;\n\n @Input() ngComponentOutletInputs?: Record<string, unknown>;\n @Input() ngComponentOutletInjector?: Injector;\n @Input() ngComponentOutletEnvironmentInjector?: EnvironmentInjector;\n @Input() ngComponentOutletContent?: Node[][];\n\n @Input() ngComponentOutletNgModule?: Type<any>;\n\n private _componentRef: ComponentRef<T> | undefined;\n private _moduleRef: NgModuleRef<any> | undefined;\n\n /**\n * A helper data structure that allows us to track inputs that were part of the\n * ngComponentOutletInputs expression. Tracking inputs is necessary for proper removal of ones\n * that are no longer referenced.\n */\n private _inputsUsed = new Map<string, boolean>();\n\n /**\n * Gets the instance of the currently-rendered component.\n * Will be null if no component has been rendered.\n */\n get componentInstance(): T | null {\n return this._componentRef?.instance ?? null;\n }\n\n constructor(private _viewContainerRef: ViewContainerRef) {}\n\n private _needToReCreateNgModuleInstance(changes: SimpleChanges): boolean {\n // Note: square brackets property accessor is safe for Closure compiler optimizations (the\n // `changes` argument of the `ngOnChanges` lifecycle hook retains the names of the fields that\n // were changed).\n return changes['ngComponentOutletNgModule'] !== undefined;\n }\n\n private _needToReCreateComponentInstance(changes: SimpleChanges): boolean {\n // Note: square brackets property accessor is safe for Closure compiler optimizations (the\n // `changes` argument of the `ngOnChanges` lifecycle hook retains the names of the fields that\n // were changed).\n return (\n changes['ngComponentOutlet'] !== undefined ||\n changes['ngComponentOutletContent'] !== undefined ||\n changes['ngComponentOutletInjector'] !== undefined ||\n changes['ngComponentOutletEnvironmentInjector'] !== undefined ||\n this._needToReCreateNgModuleInstance(changes)\n );\n }\n\n /** @docs-private */\n ngOnChanges(changes: SimpleChanges) {\n if (this._needToReCreateComponentInstance(changes)) {\n this._viewContainerRef.clear();\n this._inputsUsed.clear();\n this._componentRef = undefined;\n\n if (this.ngComponentOutlet) {\n const injector = this.ngComponentOutletInjector || this._viewContainerRef.parentInjector;\n\n if (this._needToReCreateNgModuleInstance(changes)) {\n this._moduleRef?.destroy();\n\n if (this.ngComponentOutletNgModule) {\n this._moduleRef = createNgModule(\n this.ngComponentOutletNgModule,\n getParentInjector(injector),\n );\n } else {\n this._moduleRef = undefined;\n }\n }\n\n this._componentRef = this._viewContainerRef.createComponent(this.ngComponentOutlet, {\n injector,\n ngModuleRef: this._moduleRef,\n projectableNodes: this.ngComponentOutletContent,\n environmentInjector: this.ngComponentOutletEnvironmentInjector,\n });\n }\n }\n }\n\n /** @docs-private */\n ngDoCheck() {\n if (this._componentRef) {\n if (this.ngComponentOutletInputs) {\n for (const inputName of Object.keys(this.ngComponentOutletInputs)) {\n this._inputsUsed.set(inputName, true);\n }\n }\n\n this._applyInputStateDiff(this._componentRef);\n }\n }\n\n /** @docs-private */\n ngOnDestroy() {\n this._moduleRef?.destroy();\n }\n\n private _applyInputStateDiff(componentRef: ComponentRef<unknown>) {\n for (const [inputName, touched] of this._inputsUsed) {\n if (!touched) {\n // The input that was previously active no longer exists and needs to be set to undefined.\n componentRef.setInput(inputName, undefined);\n this._inputsUsed.delete(inputName);\n } else {\n // Since touched is true, it can be asserted that the inputs object is not empty.\n componentRef.setInput(inputName, this.ngComponentOutletInputs![inputName]);\n this._inputsUsed.set(inputName, false);\n }\n }\n }\n}\n\n// Helper function that returns an Injector instance of a parent NgModule.\nfunction getParentInjector(injector: Injector): Injector {\n const parentNgModule = injector.get(NgModuleRef);\n return parentNgModule.injector;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n DoCheck,\n EmbeddedViewRef,\n Input,\n IterableChangeRecord,\n IterableChanges,\n IterableDiffer,\n IterableDiffers,\n NgIterable,\n ɵRuntimeError as RuntimeError,\n TemplateRef,\n TrackByFunction,\n ViewContainerRef,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * @publicApi\n *\n * @deprecated 20.0\n * The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\nexport class NgForOfContext<T, U extends NgIterable<T> = NgIterable<T>> {\n constructor(\n /** Reference to the current item from the collection. */\n public $implicit: T,\n\n /**\n * The value of the iterable expression. Useful when the expression is\n * more complex then a property access, for example when using the async pipe\n * (`userStreams | async`).\n */\n public ngForOf: U,\n\n /** Returns an index of the current item in the collection. */\n public index: number,\n\n /** Returns total amount of items in the collection. */\n public count: number,\n ) {}\n\n // Indicates whether this is the first item in the collection.\n get first(): boolean {\n return this.index === 0;\n }\n\n // Indicates whether this is the last item in the collection.\n get last(): boolean {\n return this.index === this.count - 1;\n }\n\n // Indicates whether an index of this item in the collection is even.\n get even(): boolean {\n return this.index % 2 === 0;\n }\n\n // Indicates whether an index of this item in the collection is odd.\n get odd(): boolean {\n return !this.even;\n }\n}\n\n/**\n * A [structural directive](guide/directives/structural-directives) that renders\n * a template for each item in a collection.\n * The directive is placed on an element, which becomes the parent\n * of the cloned templates.\n *\n * The `ngForOf` directive is generally used in the\n * [shorthand form](guide/directives/structural-directives#asterisk) `*ngFor`.\n * In this form, the template to be rendered for each iteration is the content\n * of an anchor element containing the directive.\n *\n * The following example shows the shorthand syntax with some options,\n * contained in an `<li>` element.\n *\n * ```html\n * <li *ngFor=\"let item of items; index as i; trackBy: trackByFn\">...</li>\n * ```\n *\n * The shorthand form expands into a long form that uses the `ngForOf` selector\n * on an `<ng-template>` element.\n * The content of the `<ng-template>` element is the `<li>` element that held the\n * short-form directive.\n *\n * Here is the expanded version of the short-form example.\n *\n * ```html\n * <ng-template ngFor let-item [ngForOf]=\"items\" let-i=\"index\" [ngForTrackBy]=\"trackByFn\">\n * <li>...</li>\n * </ng-template>\n * ```\n *\n * Angular automatically expands the shorthand syntax as it compiles the template.\n * The context for each embedded view is logically merged to the current component\n * context according to its lexical position.\n *\n * When using the shorthand syntax, Angular allows only [one structural directive\n * on an element](guide/directives/structural-directives#one-per-element).\n * If you want to iterate conditionally, for example,\n * put the `*ngIf` on a container element that wraps the `*ngFor` element.\n * For further discussion, see\n * [Structural Directives](guide/directives/structural-directives#one-per-element).\n *\n * @usageNotes\n *\n * ### Local variables\n *\n * `NgForOf` provides exported values that can be aliased to local variables.\n * For example:\n *\n * ```html\n * <li *ngFor=\"let user of users; index as i; first as isFirst\">\n * {{i}}/{{users.length}}. {{user}} <span *ngIf=\"isFirst\">default</span>\n * </li>\n * ```\n *\n * The following exported values can be aliased to local variables:\n *\n * - `$implicit: T`: The value of the individual items in the iterable (`ngForOf`).\n * - `ngForOf: NgIterable<T>`: The value of the iterable expression. Useful when the expression is\n * more complex then a property access, for example when using the async pipe (`userStreams |\n * async`).\n * - `index: number`: The index of the current item in the iterable.\n * - `count: number`: The length of the iterable.\n * - `first: boolean`: True when the item is the first item in the iterable.\n * - `last: boolean`: True when the item is the last item in the iterable.\n * - `even: boolean`: True when the item has an even index in the iterable.\n * - `odd: boolean`: True when the item has an odd index in the iterable.\n *\n * ### Change propagation\n *\n * When the contents of the iterator changes, `NgForOf` makes the corresponding changes to the DOM:\n *\n * * When an item is added, a new instance of the template is added to the DOM.\n * * When an item is removed, its template instance is removed from the DOM.\n * * When items are reordered, their respective templates are reordered in the DOM.\n *\n * Angular uses object identity to track insertions and deletions within the iterator and reproduce\n * those changes in the DOM. This has important implications for animations and any stateful\n * controls that are present, such as `<input>` elements that accept user input. Inserted rows can\n * be animated in, deleted rows can be animated out, and unchanged rows retain any unsaved state\n * such as user input.\n * For more on animations, see [Transitions and Triggers](guide/animations/transition-and-triggers).\n *\n * The identities of elements in the iterator can change while the data does not.\n * This can happen, for example, if the iterator is produced from an RPC to the server, and that\n * RPC is re-run. Even if the data hasn't changed, the second response produces objects with\n * different identities, and Angular must tear down the entire DOM and rebuild it (as if all old\n * elements were deleted and all new elements inserted).\n *\n * To avoid this expensive operation, you can customize the default tracking algorithm.\n * by supplying the `trackBy` option to `NgForOf`.\n * `trackBy` takes a function that has two arguments: `index` and `item`.\n * If `trackBy` is given, Angular tracks changes by the return value of the function.\n *\n * @see [Structural Directives](guide/directives/structural-directives)\n * @ngModule CommonModule\n * @publicApi\n *\n * @deprecated 20.0\n * Use the `@for` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngFor][ngForOf]',\n})\nexport class NgForOf<T, U extends NgIterable<T> = NgIterable<T>> implements DoCheck {\n /**\n * The value of the iterable expression, which can be used as a\n * [template input variable](guide/directives/structural-directives#shorthand).\n * @deprecated The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\n @Input()\n set ngForOf(ngForOf: (U & NgIterable<T>) | undefined | null) {\n this._ngForOf = ngForOf;\n this._ngForOfDirty = true;\n }\n /**\n * Specifies a custom `TrackByFunction` to compute the identity of items in an iterable.\n *\n * If a custom `TrackByFunction` is not provided, `NgForOf` will use the item's [object\n * identity](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)\n * as the key.\n *\n * `NgForOf` uses the computed key to associate items in an iterable with DOM elements\n * it produces for these items.\n *\n * A custom `TrackByFunction` is useful to provide good user experience in cases when items in an\n * iterable rendered using `NgForOf` have a natural identifier (for example, custom ID or a\n * primary key), and this iterable could be updated with new object instances that still\n * represent the same underlying entity (for example, when data is re-fetched from the server,\n * and the iterable is recreated and re-rendered, but most of the data is still the same).\n *\n * @see {@link TrackByFunction}\n * @deprecated The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\n @Input()\n set ngForTrackBy(fn: TrackByFunction<T>) {\n if ((typeof ngDevMode === 'undefined' || ngDevMode) && fn != null && typeof fn !== 'function') {\n console.warn(\n `trackBy must be a function, but received ${JSON.stringify(fn)}. ` +\n `See https://angular.dev/api/common/NgForOf#change-propagation for more information.`,\n );\n }\n this._trackByFn = fn;\n }\n\n get ngForTrackBy(): TrackByFunction<T> {\n return this._trackByFn;\n }\n\n private _ngForOf: U | undefined | null = null;\n private _ngForOfDirty: boolean = true;\n private _differ: IterableDiffer<T> | null = null;\n // waiting for microsoft/typescript#43662 to allow the return type `TrackByFunction|undefined` for\n // the getter\n private _trackByFn!: TrackByFunction<T>;\n\n constructor(\n private _viewContainer: ViewContainerRef,\n private _template: TemplateRef<NgForOfContext<T, U>>,\n private _differs: IterableDiffers,\n ) {}\n\n /**\n * A reference to the template that is stamped out for each item in the iterable.\n * @see [template reference variable](guide/templates/variables#template-reference-variables)\n * @deprecated The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\n @Input()\n set ngForTemplate(value: TemplateRef<NgForOfContext<T, U>>) {\n // The current type is too restrictive; a template that just uses index, for example,\n // should be acceptable.\n if (value) {\n this._template = value;\n }\n }\n\n /**\n * Applies the changes when needed.\n * @docs-private\n */\n ngDoCheck(): void {\n if (this._ngForOfDirty) {\n this._ngForOfDirty = false;\n // React on ngForOf changes only once all inputs have been initialized\n const value = this._ngForOf;\n if (!this._differ && value) {\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n try {\n // CAUTION: this logic is duplicated for production mode below, as the try-catch\n // is only present in development builds.\n this._differ = this._differs.find(value).create(this.ngForTrackBy);\n } catch {\n let errorMessage =\n `Cannot find a differ supporting object '${value}' of type '` +\n `${getTypeName(value)}'. NgFor only supports binding to Iterables, such as Arrays.`;\n if (typeof value === 'object') {\n errorMessage += ' Did you mean to use the keyvalue pipe?';\n }\n throw new RuntimeError(RuntimeErrorCode.NG_FOR_MISSING_DIFFER, errorMessage);\n }\n } else {\n // CAUTION: this logic is duplicated for development mode above, as the try-catch\n // is only present in development builds.\n this._differ = this._differs.find(value).create(this.ngForTrackBy);\n }\n }\n }\n if (this._differ) {\n const changes = this._differ.diff(this._ngForOf);\n if (changes) this._applyChanges(changes);\n }\n }\n\n private _applyChanges(changes: IterableChanges<T>) {\n const viewContainer = this._viewContainer;\n changes.forEachOperation(\n (\n item: IterableChangeRecord<T>,\n adjustedPreviousIndex: number | null,\n currentIndex: number | null,\n ) => {\n if (item.previousIndex == null) {\n // NgForOf is never \"null\" or \"undefined\" here because the differ detected\n // that a new item needs to be inserted from the iterable. This implies that\n // there is an iterable value for \"_ngForOf\".\n viewContainer.createEmbeddedView(\n this._template,\n new NgForOfContext<T, U>(item.item, this._ngForOf!, -1, -1),\n currentIndex === null ? undefined : currentIndex,\n );\n } else if (currentIndex == null) {\n viewContainer.remove(adjustedPreviousIndex === null ? undefined : adjustedPreviousIndex);\n } else if (adjustedPreviousIndex !== null) {\n const view = viewContainer.get(adjustedPreviousIndex)!;\n viewContainer.move(view, currentIndex);\n applyViewChange(view as EmbeddedViewRef<NgForOfContext<T, U>>, item);\n }\n },\n );\n\n for (let i = 0, ilen = viewContainer.length; i < ilen; i++) {\n const viewRef = <EmbeddedViewRef<NgForOfContext<T, U>>>viewContainer.get(i);\n const context = viewRef.context;\n context.index = i;\n context.count = ilen;\n context.ngForOf = this._ngForOf!;\n }\n\n changes.forEachIdentityChange((record: any) => {\n const viewRef = <EmbeddedViewRef<NgForOfContext<T, U>>>viewContainer.get(record.currentIndex);\n applyViewChange(viewRef, record);\n });\n }\n\n /**\n * Asserts the correct type of the context for the template that `NgForOf` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `NgForOf` structural directive renders its template with a specific context type.\n */\n static ngTemplateContextGuard<T, U extends NgIterable<T>>(\n dir: NgForOf<T, U>,\n ctx: any,\n ): ctx is NgForOfContext<T, U> {\n return true;\n }\n}\n\n// Also export the `NgForOf` class as `NgFor` to improve the DX for\n// cases when the directive is used as standalone, so the class name\n// matches the CSS selector (*ngFor).\nexport {NgForOf as NgFor};\n\nfunction applyViewChange<T>(\n view: EmbeddedViewRef<NgForOfContext<T>>,\n record: IterableChangeRecord<T>,\n) {\n view.context.$implicit = record.item;\n}\n\nfunction getTypeName(type: any): string {\n return type['name'] || typeof type;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n EmbeddedViewRef,\n Input,\n TemplateRef,\n ViewContainerRef,\n ɵstringify as stringify,\n ɵRuntimeError as RuntimeError,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * A structural directive that conditionally includes a template based on the value of\n * an expression coerced to Boolean.\n * When the expression evaluates to true, Angular renders the template\n * provided in a `then` clause, and when false or null,\n * Angular renders the template provided in an optional `else` clause. The default\n * template for the `else` clause is blank.\n *\n * A [shorthand form](guide/directives/structural-directives#asterisk) of the directive,\n * `*ngIf=\"condition\"`, is generally used, provided\n * as an attribute of the anchor element for the inserted template.\n * Angular expands this into a more explicit version, in which the anchor element\n * is contained in an `<ng-template>` element.\n *\n * Simple form with shorthand syntax:\n *\n * ```html\n * <div *ngIf=\"condition\">Content to render when condition is true.</div>\n * ```\n *\n * Simple form with expanded syntax:\n *\n * ```html\n * <ng-template [ngIf]=\"condition\"><div>Content to render when condition is\n * true.</div></ng-template>\n * ```\n *\n * Form with an \"else\" block:\n *\n * ```html\n * <div *ngIf=\"condition; else elseBlock\">Content to render when condition is true.</div>\n * <ng-template #elseBlock>Content to render when condition is false.</ng-template>\n * ```\n *\n * Shorthand form with \"then\" and \"else\" blocks:\n *\n * ```html\n * <div *ngIf=\"condition; then thenBlock else elseBlock\"></div>\n * <ng-template #thenBlock>Content to render when condition is true.</ng-template>\n * <ng-template #elseBlock>Content to render when condition is false.</ng-template>\n * ```\n *\n * Form with storing the value locally:\n *\n * ```html\n * <div *ngIf=\"condition as value; else elseBlock\">{{value}}</div>\n * <ng-template #elseBlock>Content to render when value is null.</ng-template>\n * ```\n *\n * @usageNotes\n *\n * The `*ngIf` directive is most commonly used to conditionally show an inline template,\n * as seen in the following example.\n * The default `else` template is blank.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfSimple'}\n *\n * ### Showing an alternative template using `else`\n *\n * To display a template when `expression` evaluates to false, use an `else` template\n * binding as shown in the following example.\n * The `else` binding points to an `<ng-template>` element labeled `#elseBlock`.\n * The template can be defined anywhere in the component view, but is typically placed right after\n * `ngIf` for readability.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfElse'}\n *\n * ### Using an external `then` template\n *\n * In the previous example, the then-clause template is specified inline, as the content of the\n * tag that contains the `ngIf` directive. You can also specify a template that is defined\n * externally, by referencing a labeled `<ng-template>` element. When you do this, you can\n * change which template to use at runtime, as shown in the following example.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfThenElse'}\n *\n * ### Storing a conditional result in a variable\n *\n * You might want to show a set of properties from the same object. If you are waiting\n * for asynchronous data, the object can be undefined.\n * In this case, you can use `ngIf` and store the result of the condition in a local\n * variable as shown in the following example.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfAs'}\n *\n * This code uses only one `AsyncPipe`, so only one subscription is created.\n * The conditional statement stores the result of `userStream|async` in the local variable `user`.\n * You can then bind the local `user` repeatedly.\n *\n * The conditional displays the data only if `userStream` returns a value,\n * so you don't need to use the\n * safe-navigation-operator (`?.`)\n * to guard against null values when accessing properties.\n * You can display an alternative template while waiting for the data.\n *\n * ### Shorthand syntax\n *\n * The shorthand syntax `*ngIf` expands into two separate template specifications\n * for the \"then\" and \"else\" clauses. For example, consider the following shorthand statement,\n * that is meant to show a loading page while waiting for data to be loaded.\n *\n * ```html\n * <div class=\"hero-list\" *ngIf=\"heroes else loading\">\n * ...\n * </div>\n *\n * <ng-template #loading>\n * <div>Loading...</div>\n * </ng-template>\n * ```\n *\n * You can see that the \"else\" clause references the `<ng-template>`\n * with the `#loading` label, and the template for the \"then\" clause\n * is provided as the content of the anchor element.\n *\n * However, when Angular expands the shorthand syntax, it creates\n * another `<ng-template>` tag, with `ngIf` and `ngIfElse` directives.\n * The anchor element containing the template for the \"then\" clause becomes\n * the content of this unlabeled `<ng-template>` tag.\n *\n * ```html\n * <ng-template [ngIf]=\"heroes\" [ngIfElse]=\"loading\">\n * <div class=\"hero-list\">\n * ...\n * </div>\n * </ng-template>\n *\n * <ng-template #loading>\n * <div>Loading...</div>\n * </ng-template>\n * ```\n *\n * The presence of the implicit template object has implications for the nesting of\n * structural directives. For more on this subject, see\n * [Structural Directives](guide/directives/structural-directives#one-per-element).\n *\n * @ngModule CommonModule\n * @publicApi\n *\n * @deprecated 20.0\n * Use the `@if` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngIf]',\n})\nexport class NgIf<T = unknown> {\n private _context: NgIfContext<T> = new NgIfContext<T>();\n private _thenTemplateRef: TemplateRef<NgIfContext<T>> | null = null;\n private _elseTemplateRef: TemplateRef<NgIfContext<T>> | null = null;\n private _thenViewRef: EmbeddedViewRef<NgIfContext<T>> | null = null;\n private _elseViewRef: EmbeddedViewRef<NgIfContext<T>> | null = null;\n\n constructor(\n private _viewContainer: ViewContainerRef,\n templateRef: TemplateRef<NgIfContext<T>>,\n ) {\n this._thenTemplateRef = templateRef;\n }\n\n /**\n * The Boolean expression to evaluate as the condition for showing a template.\n * @deprecated Use the `@if` block instead. Intent to remove in v22\n */\n @Input()\n set ngIf(condition: T) {\n this._context.$implicit = this._context.ngIf = condition;\n this._updateView();\n }\n\n /**\n * A template to show if the condition expression evaluates to true.\n * @deprecated Use the `@if` block instead. Intent to remove in v22\n */\n @Input()\n set ngIfThen(templateRef: TemplateRef<NgIfContext<T>> | null) {\n assertTemplate(templateRef, (typeof ngDevMode === 'undefined' || ngDevMode) && 'ngIfThen');\n this._thenTemplateRef = templateRef;\n this._thenViewRef = null; // clear previous view if any.\n this._updateView();\n }\n\n /**\n * A template to show if the condition expression evaluates to false.\n * @deprecated Use the `@if` block instead. Intent to remove in v22\n */\n @Input()\n set ngIfElse(templateRef: TemplateRef<NgIfContext<T>> | null) {\n assertTemplate(templateRef, (typeof ngDevMode === 'undefined' || ngDevMode) && 'ngIfElse');\n this._elseTemplateRef = templateRef;\n this._elseViewRef = null; // clear previous view if any.\n this._updateView();\n }\n\n private _updateView() {\n if (this._context.$implicit) {\n if (!this._thenViewRef) {\n this._viewContainer.clear();\n this._elseViewRef = null;\n if (this._thenTemplateRef) {\n this._thenViewRef = this._viewContainer.createEmbeddedView(\n this._thenTemplateRef,\n this._context,\n );\n }\n }\n } else {\n if (!this._elseViewRef) {\n this._viewContainer.clear();\n this._thenViewRef = null;\n if (this._elseTemplateRef) {\n this._elseViewRef = this._viewContainer.createEmbeddedView(\n this._elseTemplateRef,\n this._context,\n );\n }\n }\n }\n }\n\n /** @internal */\n public static ngIfUseIfTypeGuard: void;\n\n /**\n * Assert the correct type of the expression bound to the `ngIf` input within the template.\n *\n * The presence of this static field is a signal to the Ivy template type check compiler that\n * when the `NgIf` structural directive renders its template, the type of the expression bound\n * to `ngIf` should be narrowed in some way. For `NgIf`, the binding expression itself is used to\n * narrow its type, which allows the strictNullChecks feature of TypeScript to work with `NgIf`.\n */\n static ngTemplateGuard_ngIf: 'binding';\n\n /**\n * Asserts the correct type of the context for the template that `NgIf` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `NgIf` structural directive renders its template with a specific context type.\n */\n static ngTemplateContextGuard<T>(\n dir: NgIf<T>,\n ctx: any,\n ): ctx is NgIfContext<Exclude<T, false | 0 | '' | null | undefined>> {\n return true;\n }\n}\n\n/**\n * @publicApi\n *\n * @deprecated 20.0\n * The ngIf directive is deprecated in favor of the @if block instead.\n */\nexport class NgIfContext<T = unknown> {\n public $implicit: T = null!;\n public ngIf: T = null!;\n}\n\nfunction assertTemplate(\n templateRef: TemplateRef<any> | null,\n property: string | false | null,\n): void {\n if (templateRef && !templateRef.createEmbeddedView) {\n throw new RuntimeError(\n RuntimeErrorCode.NG_IF_NOT_A_TEMPLATE_REF,\n (typeof ngDevMode === 'undefined' || ngDevMode) &&\n `${property} must be a TemplateRef, but received '${stringify(templateRef)}'.`,\n );\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n DoCheck,\n Host,\n Input,\n Optional,\n ɵRuntimeError as RuntimeError,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\nexport class SwitchView {\n private _created = false;\n\n constructor(\n private _viewContainerRef: ViewContainerRef,\n private _templateRef: TemplateRef<Object>,\n ) {}\n\n create(): void {\n this._created = true;\n this._viewContainerRef.createEmbeddedView(this._templateRef);\n }\n\n destroy(): void {\n this._created = false;\n this._viewContainerRef.clear();\n }\n\n enforceState(created: boolean) {\n if (created && !this._created) {\n this.create();\n } else if (!created && this._created) {\n this.destroy();\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n * The `[ngSwitch]` directive on a container specifies an expression to match against.\n * The expressions to match are provided by `ngSwitchCase` directives on views within the container.\n * - Every view that matches is rendered.\n * - If there are no matches, a view with the `ngSwitchDefault` directive is rendered.\n * - Elements within the `[NgSwitch]` statement but outside of any `NgSwitchCase`\n * or `ngSwitchDefault` directive are preserved at the location.\n *\n * @usageNotes\n * Define a container element for the directive, and specify the switch expression\n * to match against as an attribute:\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * ```\n *\n * Within the container, `*ngSwitchCase` statements specify the match expressions\n * as attributes. Include `*ngSwitchDefault` as the final case.\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * ...\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * ### Usage Examples\n *\n * The following example shows how to use more than one case to display the same view:\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <!-- the same view can be shown in more than one case -->\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * <some-element *ngSwitchCase=\"match_expression_2\">...</some-element>\n * <some-other-element *ngSwitchCase=\"match_expression_3\">...</some-other-element>\n * <!--default case when there are no matches -->\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * The following example shows how cases can be nested:\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * <some-element *ngSwitchCase=\"match_expression_2\">...</some-element>\n * <some-other-element *ngSwitchCase=\"match_expression_3\">...</some-other-element>\n * <ng-container *ngSwitchCase=\"match_expression_3\">\n * <!-- use a ng-container to group multiple root nodes -->\n * <inner-element></inner-element>\n * <inner-other-element></inner-other-element>\n * </ng-container>\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * @publicApi\n * @see {@link NgSwitchCase}\n * @see {@link NgSwitchDefault}\n * @see [Structural Directives](guide/directives/structural-directives)\n *\n * @deprecated 20.0\n * Use the `@switch` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngSwitch]',\n})\nexport class NgSwitch {\n private _defaultViews: SwitchView[] = [];\n private _defaultUsed = false;\n private _caseCount = 0;\n private _lastCaseCheckIndex = 0;\n private _lastCasesMatched = false;\n private _ngSwitch: any;\n\n /** @deprecated Use the `@switch` block instead. Intent to remove in v22 */\n @Input()\n set ngSwitch(newValue: any) {\n this._ngSwitch = newValue;\n if (this._caseCount === 0) {\n this._updateDefaultCases(true);\n }\n }\n\n /** @internal */\n _addCase(): number {\n return this._caseCount++;\n }\n\n /** @internal */\n _addDefault(view: SwitchView) {\n this._defaultViews.push(view);\n }\n\n /** @internal */\n _matchCase(value: any): boolean {\n const matched = value === this._ngSwitch;\n this._lastCasesMatched ||= matched;\n this._lastCaseCheckIndex++;\n if (this._lastCaseCheckIndex === this._caseCount) {\n this._updateDefaultCases(!this._lastCasesMatched);\n this._lastCaseCheckIndex = 0;\n this._lastCasesMatched = false;\n }\n return matched;\n }\n\n private _updateDefaultCases(useDefault: boolean) {\n if (this._defaultViews.length > 0 && useDefault !== this._defaultUsed) {\n this._defaultUsed = useDefault;\n for (const defaultView of this._defaultViews) {\n defaultView.enforceState(useDefault);\n }\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n * Provides a switch case expression to match against an enclosing `ngSwitch` expression.\n * When the expressions match, the given `NgSwitchCase` template is rendered.\n * If multiple match expressions match the switch expression value, all of them are displayed.\n *\n * @usageNotes\n *\n * Within a switch container, `*ngSwitchCase` statements specify the match expressions\n * as attributes. Include `*ngSwitchDefault` as the final case.\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * ...\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * Each switch-case statement contains an in-line HTML template or template reference\n * that defines the subtree to be selected if the value of the match expression\n * matches the value of the switch expression.\n *\n * As of Angular v17 the NgSwitch directive uses strict equality comparison (`===`) instead of\n * loose equality (`==`) to match different cases.\n *\n * @publicApi\n * @see {@link NgSwitch}\n * @see {@link NgSwitchDefault}\n *\n * @deprecated 20.0\n * Use the `@case` block within a `@switch` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngSwitchCase]',\n})\nexport class NgSwitchCase implements DoCheck {\n private _view: SwitchView;\n /**\n * Stores the HTML template to be selected on match.\n * @deprecated Use the `@case` block within a `@switch` block instead. Intent to remove in v22\n */\n @Input() ngSwitchCase: any;\n\n constructor(\n viewContainer: ViewContainerRef,\n templateRef: TemplateRef<Object>,\n @Optional() @Host() private ngSwitch: NgSwitch,\n ) {\n if ((typeof ngDevMode === 'undefined' || ngDevMode) && !ngSwitch) {\n throwNgSwitchProviderNotFoundError('ngSwitchCase', 'NgSwitchCase');\n }\n\n ngSwitch._addCase();\n this._view = new SwitchView(viewContainer, templateRef);\n }\n\n /**\n * Performs case matching. For internal use only.\n * @docs-private\n */\n ngDoCheck() {\n this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase));\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n *\n * Creates a view that is rendered when no `NgSwitchCase` expressions\n * match the `NgSwitch` expression.\n * This statement should be the final case in an `NgSwitch`.\n *\n * @publicApi\n * @see {@link NgSwitch}\n * @see {@link NgSwitchCase}\n *\n * @deprecated 20.0\n * Use the `@default` block within a `@switch` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngSwitchDefault]',\n})\nexport class NgSwitchDefault {\n constructor(\n viewContainer: ViewContainerRef,\n templateRef: TemplateRef<Object>,\n @Optional() @Host() ngSwitch: NgSwitch,\n ) {\n if ((typeof ngDevMode === 'undefined' || ngDevMode) && !ngSwitch) {\n throwNgSwitchProviderNotFoundError('ngSwitchDefault', 'NgSwitchDefault');\n }\n\n ngSwitch._addDefault(new SwitchView(viewContainer, templateRef));\n }\n}\n\nfunction throwNgSwitchProviderNotFoundError(attrName: string, directiveName: string): never {\n throw new RuntimeError(\n RuntimeErrorCode.PARENT_NG_SWITCH_NOT_FOUND,\n `An element with the \"${attrName}\" attribute ` +\n `(matching the \"${directiveName}\" directive) must be located inside an element with the \"ngSwitch\" attribute ` +\n `(matching \"NgSwitch\" directive)`,\n );\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Attribute, Directive, Host, Input, TemplateRef, ViewContainerRef} from '@angular/core';\n\nimport {getPluralCategory, NgLocalization} from '../i18n/localization';\n\nimport {SwitchView} from './ng_switch';\n\n/**\n * @ngModule CommonModule\n *\n * @usageNotes\n * ```html\n * <some-element [ngPlural]=\"value\">\n * <ng-template ngPluralCase=\"=0\">there is nothing</ng-template>\n * <ng-template ngPluralCase=\"=1\">there is one</ng-template>\n * <ng-template ngPluralCase=\"few\">there are a few</ng-template>\n * </some-element>\n * ```\n *\n * @description\n *\n * Adds / removes DOM sub-trees based on a numeric value. Tailored for pluralization.\n *\n * Displays DOM sub-trees that match the switch expression value, or failing that, DOM sub-trees\n * that match the switch expression's pluralization category.\n *\n * To use this directive you must provide a container element that sets the `[ngPlural]` attribute\n * to a switch expression. Inner elements with a `[ngPluralCase]` will display based on their\n * expression:\n * - if `[ngPluralCase]` is set to a value starting with `=`, it will only display if the value\n * matches the switch expression exactly,\n * - otherwise, the view will be treated as a \"category match\", and will only display if exact\n * value matches aren't found and the value maps to its category for the defined locale.\n *\n * See http://cldr.unicode.org/index/cldr-spec/plural-rules\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngPlural]',\n})\nexport class NgPlural {\n private _activeView?: SwitchView;\n private _caseViews: {[k: string]: SwitchView} = {};\n\n constructor(private _localization: NgLocalization) {}\n\n @Input()\n set ngPlural(value: number) {\n this._updateView(value);\n }\n\n addCase(value: string, switchView: SwitchView): void {\n this._caseViews[value] = switchView;\n }\n\n private _updateView(switchValue: number): void {\n this._clearViews();\n\n const cases = Object.keys(this._caseViews);\n const key = getPluralCategory(switchValue, cases, this._localization);\n this._activateView(this._caseViews[key]);\n }\n\n private _clearViews() {\n if (this._activeView) this._activeView.destroy();\n }\n\n private _activateView(view: SwitchView) {\n if (view) {\n this._activeView = view;\n this._activeView.create();\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n *\n * Creates a view that will be added/removed from the parent {@link NgPlural} when the\n * given expression matches the plural expression according to CLDR rules.\n *\n * @usageNotes\n * ```html\n * <some-element [ngPlural]=\"value\">\n * <ng-template ngPluralCase=\"=0\">...</ng-template>\n * <ng-template ngPluralCase=\"other\">...</ng-template>\n * </some-element>\n *```\n *\n * See {@link NgPlural} for more details and example.\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngPluralCase]',\n})\nexport class NgPluralCase {\n constructor(\n @Attribute('ngPluralCase') public value: string,\n template: TemplateRef<Object>,\n viewContainer: ViewContainerRef,\n @Host() ngPlural: NgPlural,\n ) {\n const isANumber: boolean = !isNaN(Number(value));\n ngPlural.addCase(isANumber ? `=${value}` : value, new SwitchView(viewContainer, template));\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {\n Directive,\n DoCheck,\n ElementRef,\n Input,\n KeyValueChanges,\n KeyValueDiffer,\n KeyValueDiffers,\n Renderer2,\n RendererStyleFlags2,\n} from '@angular/core';\n\n/**\n * @ngModule CommonModule\n *\n * @usageNotes\n *\n * Set the width of the containing element to a pixel value returned by an expression.\n *\n * ```html\n * <some-element [ngStyle]=\"{'max-width.px': widthExp}\">...</some-element>\n * ```\n *\n * Set a collection of style values using an expression that returns key-value pairs.\n *\n * ```html\n * <some-element [ngStyle]=\"objExp\">...</some-element>\n * ```\n *\n * For more simple use cases you can use the [style bindings](/guide/templates/binding#css-class-and-style-property-bindings) directly.\n * It doesn't require importing a directive.\n *\n * Set the font of the containing element to the result of an expression.\n *\n * ```html\n * <some-element [style]=\"{'font-style': styleExp}\">...</some-element>\n * ```\n *\n * @description\n *\n * An attribute directive that updates styles for the containing HTML element.\n * Sets one or more style properties, specified as colon-separated key-value pairs.\n * The key is a style name, with an optional `.<unit>` suffix\n * (such as 'top.px', 'font-style.em').\n * The value is an expression to be evaluated.\n * The resulting non-null value, expressed in the given unit,\n * is assigned to the given style property.\n * If the result of evaluation is null, the corresponding style is removed.\n *\n * @see [Style bindings](/guide/templates/binding#css-class-and-style-property-bindings)\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngStyle]',\n})\nexport class NgStyle implements DoCheck {\n private _ngStyle: {[key: string]: string} | null | undefined = null;\n private _differ: KeyValueDiffer<string, string | number> | null = null;\n\n constructor(\n private _ngEl: ElementRef,\n private _differs: KeyValueDiffers,\n private _renderer: Renderer2,\n ) {}\n\n @Input('ngStyle')\n set ngStyle(values: {[klass: string]: any} | null | undefined) {\n this._ngStyle = values;\n if (!this._differ && values) {\n this._differ = this._differs.find(values).create();\n }\n }\n\n ngDoCheck() {\n if (this._differ) {\n const changes = this._differ.diff(this._ngStyle!);\n if (changes) {\n this._applyChanges(changes);\n }\n }\n }\n\n private _setStyle(nameAndUnit: string, value: string | number | null | undefined): void {\n const [name, unit] = nameAndUnit.split('.');\n const flags = name.indexOf('-') === -1 ? undefined : (RendererStyleFlags2.DashCase as number);\n\n if (value != null) {\n this._renderer.setStyle(\n this._ngEl.nativeElement,\n name,\n unit ? `${value}${unit}` : value,\n flags,\n );\n } else {\n this._renderer.removeStyle(this._ngEl.nativeElement, name, flags);\n }\n }\n\n private _applyChanges(changes: KeyValueChanges<string, string | number>): void {\n changes.forEachRemovedItem((record) => this._setStyle(record.key, null));\n changes.forEachAddedItem((record) => this._setStyle(record.key, record.currentValue));\n changes.forEachChangedItem((record) => this._setStyle(record.key, record.currentValue));\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n EmbeddedViewRef,\n inject,\n Injector,\n Input,\n OnChanges,\n SimpleChanges,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\n\n/**\n * @ngModule CommonModule\n *\n * @description\n *\n * Inserts an embedded view from a prepared `TemplateRef`.\n *\n * You can attach a context object to the `EmbeddedViewRef` by setting `[ngTemplateOutletContext]`.\n * `[ngTemplateOutletContext]` should be an object, the object's keys will be available for binding\n * by the local template `let` declarations.\n *\n * @usageNotes\n * ```html\n * <ng-container *ngTemplateOutlet=\"templateRefExp; context: contextExp\"></ng-container>\n * ```\n *\n * Using the key `$implicit` in the context object will set its value as default.\n *\n * ### Example\n *\n * {@example common/ngTemplateOutlet/ts/module.ts region='NgTemplateOutlet'}\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngTemplateOutlet]',\n})\nexport class NgTemplateOutlet<C = unknown> implements OnChanges {\n private _viewRef: EmbeddedViewRef<C> | null = null;\n\n /**\n * A context object to attach to the {@link EmbeddedViewRef}. This should be an\n * object, the object's keys will be available for binding by the local template `let`\n * declarations.\n * Using the key `$implicit` in the context object will set its value as default.\n */\n @Input() public ngTemplateOutletContext: C | null | undefined = null;\n\n /**\n * A string defining the template reference and optionally the context object for the template.\n */\n @Input() public ngTemplateOutlet: TemplateRef<C> | null | undefined = null;\n\n /**\n * Injector to be used within the embedded view. A value of \"outlet\" can be used to indicate\n * that the injector should be inherited from the template outlet's location in the instantiated DOM.\n */\n @Input() public ngTemplateOutletInjector: Injector | 'outlet' | null | undefined = null;\n\n protected injector = inject(Injector);\n\n constructor(private _viewContainerRef: ViewContainerRef) {}\n\n ngOnChanges(changes: SimpleChanges) {\n if (this._shouldRecreateView(changes)) {\n const viewContainerRef = this._viewContainerRef;\n\n if (this._viewRef) {\n viewContainerRef.remove(viewContainerRef.indexOf(this._viewRef));\n }\n\n // If there is no outlet, clear the destroyed view ref.\n if (!this.ngTemplateOutlet) {\n this._viewRef = null;\n return;\n }\n\n // Create a context forward `Proxy` that will always bind to the user-specified context,\n // without having to destroy and re-create views whenever the context changes.\n const viewContext = this._createContextForwardProxy();\n this._viewRef = viewContainerRef.createEmbeddedView(this.ngTemplateOutlet, viewContext, {\n injector: this._getInjector(),\n });\n }\n }\n\n /**\n * Gets the injector to use for the template outlet based on ngTemplateOutletInjector.\n */\n private _getInjector(): Injector | undefined {\n if (this.ngTemplateOutletInjector === 'outlet') {\n return this.injector;\n }\n return this.ngTemplateOutletInjector ?? undefined;\n }\n\n /**\n * We need to re-create existing embedded view if either is true:\n * - the outlet changed.\n * - the injector changed.\n */\n private _shouldRecreateView(changes: SimpleChanges): boolean {\n return !!changes['ngTemplateOutlet'] || !!changes['ngTemplateOutletInjector'];\n }\n\n /**\n * For a given outlet instance, we create a proxy object that delegates\n * to the user-specified context. This allows changing, or swapping out\n * the context object completely without having to destroy/re-create the view.\n */\n private _createContextForwardProxy(): C {\n return <C>new Proxy(\n {},\n {\n set: (_target, prop, newValue) => {\n if (!this.ngTemplateOutletContext) {\n return false;\n }\n return Reflect.set(this.ngTemplateOutletContext, prop, newValue);\n },\n get: (_target, prop, receiver) => {\n if (!this.ngTemplateOutletContext) {\n return undefined;\n }\n return Reflect.get(this.ngTemplateOutletContext, prop, receiver);\n },\n },\n );\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Provider} from '@angular/core';\n\nimport {NgClass} from './ng_class';\nimport {NgComponentOutlet} from './ng_component_outlet';\nimport {NgFor, NgForOf, NgForOfContext} from './ng_for_of';\nimport {NgIf, NgIfContext} from './ng_if';\nimport {NgPlural, NgPluralCase} from './ng_plural';\nimport {NgStyle} from './ng_style';\nimport {NgSwitch, NgSwitchCase, NgSwitchDefault} from './ng_switch';\nimport {NgTemplateOutlet} from './ng_template_outlet';\n\nexport {\n NgClass,\n NgComponentOutlet,\n NgFor,\n NgForOf,\n NgForOfContext,\n NgIf,\n NgIfContext,\n NgPlural,\n NgPluralCase,\n NgStyle,\n NgSwitch,\n NgSwitchCase,\n NgSwitchDefault,\n NgTemplateOutlet,\n};\n\n/**\n * A collection of Angular directives that are likely to be used in each and every Angular\n * application.\n */\nexport const COMMON_DIRECTIVES: Provider[] = [\n NgClass,\n NgComponentOutlet,\n NgForOf,\n NgIf,\n NgTemplateOutlet,\n NgStyle,\n NgSwitch,\n NgSwitchCase,\n NgSwitchDefault,\n NgPlural,\n NgPluralCase,\n];\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Type,\n ɵRuntimeError as RuntimeError,\n ɵstringify as stringify,\n isSignal,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\nexport function invalidPipeArgumentError(type: Type<any>, value: Object) {\n return new RuntimeError(\n RuntimeErrorCode.INVALID_PIPE_ARGUMENT,\n ngDevMode && `InvalidPipeArgument: '${value}' for pipe '${stringify(type)}'`,\n );\n}\n\nexport function warnIfSignal(pipeName: string, value: unknown): void {\n if (isSignal(value)) {\n console.warn(`The ${pipeName} does not unwrap signals. Received a signal with value:`, value());\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ChangeDetectorRef,\n EventEmitter,\n OnDestroy,\n Pipe,\n PipeTransform,\n untracked,\n ɵisPromise,\n ɵisSubscribable,\n ɵINTERNAL_APPLICATION_ERROR_HANDLER as INTERNAL_APPLICATION_ERROR_HANDLER,\n inject,\n} from '@angular/core';\nimport type {Observable, Subscribable, Unsubscribable} from 'rxjs';\n\nimport {invalidPipeArgumentError} from './utils';\n\ninterface SubscriptionStrategy {\n createSubscription(\n async: Subscribable<any> | PromiseLike<any>,\n updateLatestValue: any,\n onError: (e: unknown) => void,\n ): Unsubscribable | PromiseLike<any>;\n dispose(subscription: Unsubscribable | PromiseLike<any>): void;\n}\n\nclass SubscribableStrategy implements SubscriptionStrategy {\n createSubscription(\n async: Subscribable<any>,\n updateLatestValue: any,\n onError: (e: unknown) => void,\n ): Unsubscribable {\n // Subscription can be side-effectful, and we don't want any signal reads which happen in the\n // side effect of the subscription to be tracked by a component's template when that\n // subscription is triggered via the async pipe. So we wrap the subscription in `untracked` to\n // decouple from the current reactive context.\n //\n // `untracked` also prevents signal _writes_ which happen in the subscription side effect from\n // being treated as signal writes during the template evaluation (which throws errors).\n return untracked(() =>\n async.subscribe({\n next: updateLatestValue,\n error: onError,\n }),\n );\n }\n\n dispose(subscription: Unsubscribable): void {\n // See the comment in `createSubscription` above on the use of `untracked`.\n untracked(() => subscription.unsubscribe());\n }\n}\n\nclass PromiseStrategy implements SubscriptionStrategy {\n createSubscription(\n async: PromiseLike<any>,\n updateLatestValue: ((v: any) => any) | null,\n onError: ((e: unknown) => void) | null,\n ): Unsubscribable {\n // According to the promise specification, promises are not cancellable by default.\n // Once a promise is created, it will either resolve or reject, and it doesn't\n // provide a built-in mechanism to cancel it.\n // There may be situations where a promise is provided, and it either resolves after\n // the pipe has been destroyed or never resolves at all. If the promise never\n // resolves — potentially due to factors beyond our control, such as third-party\n // libraries — this can lead to a memory leak.\n // When we use `async.then(updateLatestValue)`, the engine captures a reference to the\n // `updateLatestValue` function. This allows the promise to invoke that function when it\n // resolves. In this case, the promise directly captures a reference to the\n // `updateLatestValue` function. If the promise resolves later, it retains a reference\n // to the original `updateLatestValue`, meaning that even if the context where\n // `updateLatestValue` was defined has been destroyed, the function reference remains in memory.\n // This can lead to memory leaks if `updateLatestValue` is no longer needed or if it holds\n // onto resources that should be released.\n // When we do `async.then(v => ...)` the promise captures a reference to the lambda\n // function (the arrow function).\n // When we assign `updateLatestValue = null` within the context of an `unsubscribe` function,\n // we're changing the reference of `updateLatestValue` in the current scope to `null`.\n // The lambda will no longer have access to it after the assignment, effectively\n // preventing any further calls to the original function and allowing it to be garbage collected.\n async.then(\n // Using optional chaining because we may have set it to `null`; since the promise\n // is async, the view might be destroyed by the time the promise resolves.\n (v) => updateLatestValue?.(v),\n (e) => onError?.(e),\n );\n return {\n unsubscribe: () => {\n updateLatestValue = null;\n onError = null;\n },\n };\n }\n\n dispose(subscription: Unsubscribable): void {\n subscription.unsubscribe();\n }\n}\n\nconst _promiseStrategy = new PromiseStrategy();\nconst _subscribableStrategy = new SubscribableStrategy();\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Unwraps a value from an asynchronous primitive.\n *\n * The `async` pipe subscribes to an `Observable` or `Promise` and returns the latest value it has\n * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for\n * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid\n * potential memory leaks. When the reference of the expression changes, the `async` pipe\n * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one.\n *\n * @usageNotes\n *\n * ### Examples\n *\n * This example binds a `Promise` to the view. Clicking the `Resolve` button resolves the\n * promise.\n *\n * {@example common/pipes/ts/async_pipe.ts region='AsyncPipePromise'}\n *\n * It's also possible to use `async` with Observables. The example below binds the `time` Observable\n * to the view. The Observable continuously updates the view with the current time.\n *\n * {@example common/pipes/ts/async_pipe.ts region='AsyncPipeObservable'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'async',\n pure: false,\n})\nexport class AsyncPipe implements OnDestroy, PipeTransform {\n private _ref: ChangeDetectorRef | null;\n private _latestValue: any = null;\n private markForCheckOnValueUpdate = true;\n\n private _subscription: Unsubscribable | PromiseLike<any> | null = null;\n private _obj: Subscribable<any> | PromiseLike<any> | EventEmitter<any> | null = null;\n private _strategy: SubscriptionStrategy | null = null;\n private readonly applicationErrorHandler = inject(INTERNAL_APPLICATION_ERROR_HANDLER);\n\n constructor(ref: ChangeDetectorRef) {\n // Assign `ref` into `this._ref` manually instead of declaring `_ref` in the constructor\n // parameter list, as the type of `this._ref` includes `null` unlike the type of `ref`.\n this._ref = ref;\n }\n\n ngOnDestroy(): void {\n if (this._subscription) {\n this._dispose();\n }\n // Clear the `ChangeDetectorRef` and its association with the view data, to mitigate\n // potential memory leaks in Observables that could otherwise cause the view data to\n // be retained.\n // https://github.com/angular/angular/issues/17624\n this._ref = null;\n }\n\n // NOTE(@benlesh): Because Observable has deprecated a few call patterns for `subscribe`,\n // TypeScript has a hard time matching Observable to Subscribable, for more information\n // see https://github.com/microsoft/TypeScript/issues/43643\n\n transform<T>(obj: Observable<T> | Subscribable<T> | PromiseLike<T>): T | null;\n transform<T>(obj: null | undefined): null;\n transform<T>(obj: Observable<T> | Subscribable<T> | PromiseLike<T> | null | undefined): T | null;\n transform<T>(obj: Observable<T> | Subscribable<T> | PromiseLike<T> | null | undefined): T | null {\n if (!this._obj) {\n if (obj) {\n try {\n // Only call `markForCheck` if the value is updated asynchronously.\n // Synchronous updates _during_ subscription should not wastefully mark for check -\n // this value is already going to be returned from the transform function.\n this.markForCheckOnValueUpdate = false;\n this._subscribe(obj);\n } finally {\n this.markForCheckOnValueUpdate = true;\n }\n }\n return this._latestValue;\n }\n\n if (obj !== this._obj) {\n this._dispose();\n return this.transform(obj);\n }\n\n return this._latestValue;\n }\n\n private _subscribe(obj: Subscribable<any> | PromiseLike<any> | EventEmitter<any>): void {\n this._obj = obj;\n this._strategy = this._selectStrategy(obj);\n this._subscription = this._strategy.createSubscription(\n obj,\n (value: Object) => this._updateLatestValue(obj, value),\n (e) => this.applicationErrorHandler(e),\n );\n }\n\n private _selectStrategy(\n obj: Subscribable<any> | PromiseLike<any> | EventEmitter<any>,\n ): SubscriptionStrategy {\n if (ɵisPromise(obj)) {\n return _promiseStrategy;\n }\n\n if (ɵisSubscribable(obj)) {\n return _subscribableStrategy;\n }\n\n throw invalidPipeArgumentError(AsyncPipe, obj);\n }\n\n private _dispose(): void {\n // Note: `dispose` is only called if a subscription has been initialized before, indicating\n // that `this._strategy` is also available.\n this._strategy!.dispose(this._subscription!);\n this._latestValue = null;\n this._subscription = null;\n this._obj = null;\n }\n\n private _updateLatestValue(async: any, value: Object): void {\n if (async === this._obj) {\n this._latestValue = value;\n if (this.markForCheckOnValueUpdate) {\n this._ref?.markForCheck();\n }\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform, Type} from '@angular/core';\n\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * Transforms text to all lower case.\n *\n * @see {@link UpperCasePipe}\n * @see {@link TitleCasePipe}\n * @usageNotes\n *\n * The following example defines a view that allows the user to enter\n * text, and then uses the pipe to convert the input text to all lower case.\n *\n * {@example common/pipes/ts/lowerupper_pipe.ts region='LowerUpperPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @ngModule CommonModule\n * @publicApi\n */\n@Pipe({\n name: 'lowercase',\n})\nexport class LowerCasePipe implements PipeTransform {\n /**\n * @param value The string to transform to lower case.\n */\n transform(value: string): string;\n transform(value: null | undefined): null;\n transform(value: string | null | undefined): string | null;\n transform(value: string | null | undefined): string | null {\n if (value == null) return null;\n assertPipeArgument(LowerCasePipe, value);\n return value.toLowerCase();\n }\n}\n\n//\n// Regex below matches any Unicode word and number compatible with ES5. In ES2018 the same result\n// can be achieved by using /[0-9\\p{L}]\\S*/gu and also known as Unicode Property Escapes\n// (https://2ality.com/2017/07/regexp-unicode-property-escapes.html). Since there is no\n// transpilation of this functionality down to ES5 without external tool, the only solution is\n// to use already transpiled form. Example can be found here -\n// https://mothereff.in/regexpu#input=var+regex+%3D+%2F%5B0-9%5Cp%7BL%7D%5D%5CS*%2Fgu%3B%0A%0A&unicodePropertyEscape=1\n//\n\nconst unicodeWordMatch =\n /(?:[0-9A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05D0-\\u05EA\\u05EF-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086A\\u0870-\\u0887\\u0889-\\u088E\\u08A0-\\u08C9\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u09FC\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C5D\\u0C60\\u0C61\\u0C80\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D04-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D54-\\u0D56\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E86-\\u0E8A\\u0E8C-\\u0EA3\\u0EA5\\u0EA7-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16F1-\\u16F8\\u1700-\\u1711\\u171F-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1878\\u1880-\\u1884\\u1887-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4C\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1C80-\\u1C88\\u1C90-\\u1CBA\\u1CBD-\\u1CBF\\u1CE9-\\u1CEC\\u1CEE-\\u1CF3\\u1CF5\\u1CF6\\u1CFA\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184\\u2C00-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312F\\u3131-\\u318E\\u31A0-\\u31BF\\u31F0-\\u31FF\\u3400-\\u4DBF\\u4E00-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6E5\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7CA\\uA7D0\\uA7D1\\uA7D3\\uA7D5-\\uA7D9\\uA7F2-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA8FE\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB69\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDF00-\\uDF1F\\uDF2D-\\uDF40\\uDF42-\\uDF49\\uDF50-\\uDF75\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF]|\\uD801[\\uDC00-\\uDC9D\\uDCB0-\\uDCD3\\uDCD8-\\uDCFB\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDD70-\\uDD7A\\uDD7C-\\uDD8A\\uDD8C-\\uDD92\\uDD94\\uDD95\\uDD97-\\uDDA1\\uDDA3-\\uDDB1\\uDDB3-\\uDDB9\\uDDBB\\uDDBC\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67\\uDF80-\\uDF85\\uDF87-\\uDFB0\\uDFB2-\\uDFBA]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00\\uDE10-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE35\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE4\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2\\uDD00-\\uDD23\\uDE80-\\uDEA9\\uDEB0\\uDEB1\\uDF00-\\uDF1C\\uDF27\\uDF30-\\uDF45\\uDF70-\\uDF81\\uDFB0-\\uDFC4\\uDFE0-\\uDFF6]|\\uD804[\\uDC03-\\uDC37\\uDC71\\uDC72\\uDC75\\uDC83-\\uDCAF\\uDCD0-\\uDCE8\\uDD03-\\uDD26\\uDD44\\uDD47\\uDD50-\\uDD72\\uDD76\\uDD83-\\uDDB2\\uDDC1-\\uDDC4\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE2B\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEDE\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3D\\uDF50\\uDF5D-\\uDF61]|\\uD805[\\uDC00-\\uDC34\\uDC47-\\uDC4A\\uDC5F-\\uDC61\\uDC80-\\uDCAF\\uDCC4\\uDCC5\\uDCC7\\uDD80-\\uDDAE\\uDDD8-\\uDDDB\\uDE00-\\uDE2F\\uDE44\\uDE80-\\uDEAA\\uDEB8\\uDF00-\\uDF1A\\uDF40-\\uDF46]|\\uD806[\\uDC00-\\uDC2B\\uDCA0-\\uDCDF\\uDCFF-\\uDD06\\uDD09\\uDD0C-\\uDD13\\uDD15\\uDD16\\uDD18-\\uDD2F\\uDD3F\\uDD41\\uDDA0-\\uDDA7\\uDDAA-\\uDDD0\\uDDE1\\uDDE3\\uDE00\\uDE0B-\\uDE32\\uDE3A\\uDE50\\uDE5C-\\uDE89\\uDE9D\\uDEB0-\\uDEF8]|\\uD807[\\uDC00-\\uDC08\\uDC0A-\\uDC2E\\uDC40\\uDC72-\\uDC8F\\uDD00-\\uDD06\\uDD08\\uDD09\\uDD0B-\\uDD30\\uDD46\\uDD60-\\uDD65\\uDD67\\uDD68\\uDD6A-\\uDD89\\uDD98\\uDEE0-\\uDEF2\\uDFB0]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC80-\\uDD43]|\\uD80B[\\uDF90-\\uDFF0]|[\\uD80C\\uD81C-\\uD820\\uD822\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872\\uD874-\\uD879\\uD880-\\uD883][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDE70-\\uDEBE\\uDED0-\\uDEED\\uDF00-\\uDF2F\\uDF40-\\uDF43\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDE40-\\uDE7F\\uDF00-\\uDF4A\\uDF50\\uDF93-\\uDF9F\\uDFE0\\uDFE1\\uDFE3]|\\uD821[\\uDC00-\\uDFF7]|\\uD823[\\uDC00-\\uDCD5\\uDD00-\\uDD08]|\\uD82B[\\uDFF0-\\uDFF3\\uDFF5-\\uDFFB\\uDFFD\\uDFFE]|\\uD82C[\\uDC00-\\uDD22\\uDD50-\\uDD52\\uDD64-\\uDD67\\uDD70-\\uDEFB]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB]|\\uD837[\\uDF00-\\uDF1E]|\\uD838[\\uDD00-\\uDD2C\\uDD37-\\uDD3D\\uDD4E\\uDE90-\\uDEAD\\uDEC0-\\uDEEB]|\\uD839[\\uDFE0-\\uDFE6\\uDFE8-\\uDFEB\\uDFED\\uDFEE\\uDFF0-\\uDFFE]|\\uD83A[\\uDC00-\\uDCC4\\uDD00-\\uDD43\\uDD4B]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDEDF\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF38\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1\\uDEB0-\\uDFFF]|\\uD87A[\\uDC00-\\uDFE0]|\\uD87E[\\uDC00-\\uDE1D]|\\uD884[\\uDC00-\\uDF4A])\\S*/g;\n\n/**\n * Transforms text to title case.\n * Capitalizes the first letter of each word and transforms the\n * rest of the word to lower case.\n * Words are delimited by any whitespace character, such as a space, tab, or line-feed character.\n *\n * @see {@link LowerCasePipe}\n * @see {@link UpperCasePipe}\n *\n * @usageNotes\n * The following example shows the result of transforming various strings into title case.\n *\n * {@example common/pipes/ts/titlecase_pipe.ts region='TitleCasePipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @ngModule CommonModule\n * @publicApi\n */\n@Pipe({\n name: 'titlecase',\n})\nexport class TitleCasePipe implements PipeTransform {\n /**\n * @param value The string to transform to title case.\n */\n transform(value: string): string;\n transform(value: null | undefined): null;\n transform(value: string | null | undefined): string | null;\n transform(value: string | null | undefined): string | null {\n if (value == null) return null;\n assertPipeArgument(TitleCasePipe, value);\n\n return value.replace(\n unicodeWordMatch,\n (txt) => txt[0].toUpperCase() + txt.slice(1).toLowerCase(),\n );\n }\n}\n\n/**\n * Transforms text to all upper case.\n * @see {@link LowerCasePipe}\n * @see {@link TitleCasePipe}\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @ngModule CommonModule\n * @publicApi\n */\n@Pipe({\n name: 'uppercase',\n})\nexport class UpperCasePipe implements PipeTransform {\n /**\n * @param value The string to transform to upper case.\n */\n transform(value: string): string;\n transform(value: null | undefined): null;\n transform(value: string | null | undefined): string | null;\n transform(value: string | null | undefined): string | null {\n if (value == null) return null;\n assertPipeArgument(UpperCasePipe, value);\n return value.toUpperCase();\n }\n}\n\nfunction assertPipeArgument(pipe: Type<any>, value: Object): void {\n if (typeof value !== 'string') {\n throw invalidPipeArgumentError(pipe, value);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/**\n * An interface that describes the date pipe configuration, which can be provided using the\n * `DATE_PIPE_DEFAULT_OPTIONS` token.\n *\n * @see {@link DATE_PIPE_DEFAULT_OPTIONS}\n *\n * @publicApi\n */\nexport interface DatePipeConfig {\n dateFormat?: string;\n timezone?: string;\n}\n\n/**\n * The default date format of Angular date pipe, which corresponds to the following format:\n * `'MMM d,y'` (e.g. `Jun 15, 2015`)\n */\nexport const DEFAULT_DATE_FORMAT = 'mediumDate';\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Inject, InjectionToken, LOCALE_ID, Optional, Pipe, PipeTransform} from '@angular/core';\n\nimport {formatDate} from '../i18n/format_date';\n\nimport {DatePipeConfig, DEFAULT_DATE_FORMAT} from './date_pipe_config';\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * Optionally-provided default timezone to use for all instances of `DatePipe` (such as `'+0430'`).\n * If the value isn't provided, the `DatePipe` will use the end-user's local system timezone.\n *\n * @deprecated use DATE_PIPE_DEFAULT_OPTIONS token to configure DatePipe\n */\nexport const DATE_PIPE_DEFAULT_TIMEZONE = new InjectionToken<string>(\n typeof ngDevMode !== 'undefined' && ngDevMode ? 'DATE_PIPE_DEFAULT_TIMEZONE' : '',\n);\n\n/**\n * DI token that allows to provide default configuration for the `DatePipe` instances in an\n * application. The value is an object which can include the following fields:\n * - `dateFormat`: configures the default date format. If not provided, the `DatePipe`\n * will use the 'mediumDate' as a value.\n * - `timezone`: configures the default timezone. If not provided, the `DatePipe` will\n * use the end-user's local system timezone.\n *\n * @see {@link DatePipeConfig}\n *\n * @usageNotes\n *\n * Various date pipe default values can be overwritten by providing this token with\n * the value that has this interface.\n *\n * For example:\n *\n * Override the default date format by providing a value using the token:\n * ```ts\n * providers: [\n * {provide: DATE_PIPE_DEFAULT_OPTIONS, useValue: {dateFormat: 'shortDate'}}\n * ]\n * ```\n *\n * Override the default timezone by providing a value using the token:\n * ```ts\n * providers: [\n * {provide: DATE_PIPE_DEFAULT_OPTIONS, useValue: {timezone: '-1200'}}\n * ]\n * ```\n */\nexport const DATE_PIPE_DEFAULT_OPTIONS = new InjectionToken<DatePipeConfig>(\n typeof ngDevMode !== 'undefined' && ngDevMode ? 'DATE_PIPE_DEFAULT_OPTIONS' : '',\n);\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a date value according to locale rules.\n *\n * `DatePipe` is executed only when it detects a pure change to the input value.\n * A pure change is either a change to a primitive input value\n * (such as `String`, `Number`, `Boolean`, or `Symbol`),\n * or a changed object reference (such as `Date`, `Array`, `Function`, or `Object`).\n *\n * Note that mutating a `Date` object does not cause the pipe to be rendered again.\n * To ensure that the pipe is executed, you must create a new `Date` object.\n *\n * Only the `en-US` locale data comes with Angular. To localize dates\n * in another language, you must import the corresponding locale data.\n * See the [I18n guide](guide/i18n/format-data-locale) for more information.\n *\n * The time zone of the formatted value can be specified either by passing it in as the second\n * parameter of the pipe, or by setting the default through the `DATE_PIPE_DEFAULT_OPTIONS`\n * injection token. The value that is passed in as the second parameter takes precedence over\n * the one defined using the injection token.\n *\n * @see {@link formatDate}\n *\n *\n * @usageNotes\n *\n * The result of this pipe is not reevaluated when the input is mutated. To avoid the need to\n * reformat the date on every change-detection cycle, treat the date as an immutable object\n * and change the reference when the pipe needs to run again.\n *\n * ### Pre-defined format options\n *\n * | Option | Equivalent to | Examples (given in `en-US` locale) |\n * |---------------|-------------------------------------|-------------------------------------------------|\n * | `'short'` | `'M/d/yy, h:mm a'` | `6/15/15, 9:03 AM` |\n * | `'medium'` | `'MMM d, y, h:mm:ss a'` | `Jun 15, 2015, 9:03:01 AM` |\n * | `'long'` | `'MMMM d, y, h:mm:ss a z'` | `June 15, 2015 at 9:03:01 AM GMT+1` |\n * | `'full'` | `'EEEE, MMMM d, y, h:mm:ss a zzzz'` | `Monday, June 15, 2015 at 9:03:01 AM GMT+01:00` |\n * | `'shortDate'` | `'M/d/yy'` | `6/15/15` |\n * | `'mediumDate'`| `'MMM d, y'` | `Jun 15, 2015` |\n * | `'longDate'` | `'MMMM d, y'` | `June 15, 2015` |\n * | `'fullDate'` | `'EEEE, MMMM d, y'` | `Monday, June 15, 2015` |\n * | `'shortTime'` | `'h:mm a'` | `9:03 AM` |\n * | `'mediumTime'`| `'h:mm:ss a'` | `9:03:01 AM` |\n * | `'longTime'` | `'h:mm:ss a z'` | `9:03:01 AM GMT+1` |\n * | `'fullTime'` | `'h:mm:ss a zzzz'` | `9:03:01 AM GMT+01:00` |\n *\n * ### Custom format options\n *\n * You can construct a format string using symbols to specify the components\n * of a date-time value, as described in the following table.\n * Format details depend on the locale.\n * Fields marked with (*) are only available in the extra data set for the given locale.\n *\n * | Field type | Format | Description | Example Value |\n * |-------------------------|-------------|---------------------------------------------------------------|------------------------------------------------------------|\n * | Era | G, GG & GGG | Abbreviated | AD |\n * | | GGGG | Wide | Anno Domini |\n * | | GGGGG | Narrow | A |\n * | Year | y | Numeric: minimum digits | 2, 20, 201, 2017, 20173 |\n * | | yy | Numeric: 2 digits + zero padded | 02, 20, 01, 17, 73 |\n * | | yyy | Numeric: 3 digits + zero padded | 002, 020, 201, 2017, 20173 |\n * | | yyyy | Numeric: 4 digits or more + zero padded | 0002, 0020, 0201, 2017, 20173 |\n * | ISO Week-numbering year | Y | Numeric: minimum digits | 2, 20, 201, 2017, 20173 |\n * | | YY | Numeric: 2 digits + zero padded | 02, 20, 01, 17, 73 |\n * | | YYY | Numeric: 3 digits + zero padded | 002, 020, 201, 2017, 20173 |\n * | | YYYY | Numeric: 4 digits or more + zero padded | 0002, 0020, 0201, 2017, 20173 |\n * | Month | M | Numeric: 1 digit | 9, 12 |\n * | | MM | Numeric: 2 digits + zero padded | 09, 12 |\n * | | MMM | Abbreviated | Sep |\n * | | MMMM | Wide | September |\n * | | MMMMM | Narrow | S |\n * | Month standalone | L | Numeric: 1 digit | 9, 12 |\n * | | LL | Numeric: 2 digits + zero padded | 09, 12 |\n * | | LLL | Abbreviated | Sep |\n * | | LLLL | Wide | September |\n * | | LLLLL | Narrow | S |\n * | ISO Week of year | w | Numeric: minimum digits | 1... 53 |\n * | | ww | Numeric: 2 digits + zero padded | 01... 53 |\n * | Week of month | W | Numeric: 1 digit | 1... 5 |\n * | Day of month | d | Numeric: minimum digits | 1 |\n * | | dd | Numeric: 2 digits + zero padded | 01 |\n * | Week day | E, EE & EEE | Abbreviated | Tue |\n * | | EEEE | Wide | Tuesday |\n * | | EEEEE | Narrow | T |\n * | | EEEEEE | Short | Tu |\n * | Week day standalone | c, cc | Numeric: 1 digit | 2 |\n * | | ccc | Abbreviated | Tue |\n * | | cccc | Wide | Tuesday |\n * | | ccccc | Narrow | T |\n * | | cccccc | Short | Tu |\n * | Period | a, aa & aaa | Abbreviated | am/pm or AM/PM |\n * | | aaaa | Wide (fallback to `a` when missing) | ante meridiem/post meridiem |\n * | | aaaaa | Narrow | a/p |\n * | Period* | B, BB & BBB | Abbreviated | mid. |\n * | | BBBB | Wide | am, pm, midnight, noon, morning, afternoon, evening, night |\n * | | BBBBB | Narrow | md |\n * | Period standalone* | b, bb & bbb | Abbreviated | mid. |\n * | | bbbb | Wide | am, pm, midnight, noon, morning, afternoon, evening, night |\n * | | bbbbb | Narrow | md |\n * | Hour 1-12 | h | Numeric: minimum digits | 1, 12 |\n * | | hh | Numeric: 2 digits + zero padded | 01, 12 |\n * | Hour 0-23 | H | Numeric: minimum digits | 0, 23 |\n * | | HH | Numeric: 2 digits + zero padded | 00, 23 |\n * | Minute | m | Numeric: minimum digits | 8, 59 |\n * | | mm | Numeric: 2 digits + zero padded | 08, 59 |\n * | Second | s | Numeric: minimum digits | 0... 59 |\n * | | ss | Numeric: 2 digits + zero padded | 00... 59 |\n * | Fractional seconds | S | Numeric: 1 digit | 0... 9 |\n * | | SS | Numeric: 2 digits + zero padded | 00... 99 |\n * | | SSS | Numeric: 3 digits + zero padded (= milliseconds) | 000... 999 |\n * | Zone | z, zz & zzz | Short specific non location format (fallback to O) | GMT-8 |\n * | | zzzz | Long specific non location format (fallback to OOOO) | GMT-08:00 |\n * | | Z, ZZ & ZZZ | ISO8601 basic format | -0800 |\n * | | ZZZZ | Long localized GMT format | GMT-8:00 |\n * | | ZZZZZ | ISO8601 extended format + Z indicator for offset 0 (= XXXXX) | -08:00 |\n * | | O, OO & OOO | Short localized GMT format | GMT-8 |\n * | | OOOO | Long localized GMT format | GMT-08:00 |\n *\n *\n * ### Format examples\n *\n * These examples transform a date into various formats,\n * assuming that `dateObj` is a JavaScript `Date` object for\n * year: 2015, month: 6, day: 15, hour: 21, minute: 43, second: 11,\n * given in the local time for the `en-US` locale.\n *\n * ```\n * {{ dateObj | date }} // output is 'Jun 15, 2015'\n * {{ dateObj | date:'medium' }} // output is 'Jun 15, 2015, 9:43:11 PM'\n * {{ dateObj | date:'shortTime' }} // output is '9:43 PM'\n * {{ dateObj | date:'mm:ss' }} // output is '43:11'\n * {{ dateObj | date:\"MMM dd, yyyy 'at' hh:mm a\" }} // output is 'Jun 15, 2015 at 09:43 PM'\n * ```\n *\n * ### Usage example\n *\n * The following component uses a date pipe to display the current date in different formats.\n *\n * ```angular-ts\n * @Component({\n * selector: 'date-pipe',\n * template: `<div>\n * <p>Today is {{today | date}}</p>\n * <p>Or if you prefer, {{today | date:'fullDate'}}</p>\n * <p>The time is {{today | date:'h:mm a z'}}</p>\n * </div>`\n * })\n * // Get the current date and time as a date-time value.\n * export class DatePipeComponent {\n * today: number = Date.now();\n * }\n * ```\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'date',\n})\nexport class DatePipe implements PipeTransform {\n constructor(\n @Inject(LOCALE_ID) private locale: string,\n @Inject(DATE_PIPE_DEFAULT_TIMEZONE) @Optional() private defaultTimezone?: string | null,\n @Inject(DATE_PIPE_DEFAULT_OPTIONS) @Optional() private defaultOptions?: DatePipeConfig | null,\n ) {}\n\n /**\n * @param value The date expression: a `Date` object, a number\n * (milliseconds since UTC epoch), or an ISO string (https://www.w3.org/TR/NOTE-datetime).\n * @param format The date/time components to include, using predefined options or a\n * custom format string. When not provided, the `DatePipe` looks for the value using the\n * `DATE_PIPE_DEFAULT_OPTIONS` injection token (and reads the `dateFormat` property).\n * If the token is not configured, the `mediumDate` is used as a value.\n * @param timezone A timezone offset (such as `'+0430'`). When not provided, the `DatePipe`\n * looks for the value using the `DATE_PIPE_DEFAULT_OPTIONS` injection token (and reads\n * the `timezone` property). If the token is not configured, the end-user's local system\n * timezone is used as a value.\n * @param locale A locale code for the locale format rules to use.\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n * See [Setting your app locale](guide/i18n/locale-id).\n *\n * @see {@link DATE_PIPE_DEFAULT_OPTIONS}\n *\n * @returns A date string in the desired format.\n */\n transform(\n value: Date | string | number,\n format?: string,\n timezone?: string,\n locale?: string,\n ): string | null;\n transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null;\n transform(\n value: Date | string | number | null | undefined,\n format?: string,\n timezone?: string,\n locale?: string,\n ): string | null;\n transform(\n value: Date | string | number | null | undefined,\n format?: string,\n timezone?: string,\n locale?: string,\n ): string | null {\n if (value == null || value === '' || value !== value) return null;\n\n try {\n const _format = format ?? this.defaultOptions?.dateFormat ?? DEFAULT_DATE_FORMAT;\n const _timezone =\n timezone ?? this.defaultOptions?.timezone ?? this.defaultTimezone ?? undefined;\n return formatDate(value, _format, locale || this.locale, _timezone);\n } catch (error) {\n throw invalidPipeArgumentError(DatePipe, (error as Error).message);\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\n\nimport {getPluralCategory, NgLocalization} from '../i18n/localization';\n\nimport {invalidPipeArgumentError} from './utils';\n\nconst _INTERPOLATION_REGEXP: RegExp = /#/g;\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Maps a value to a string that pluralizes the value according to locale rules.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/pipes/ts/i18n_pipe.ts region='I18nPluralPipeComponent'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'i18nPlural',\n})\nexport class I18nPluralPipe implements PipeTransform {\n constructor(private _localization: NgLocalization) {}\n\n /**\n * @param value the number to be formatted\n * @param pluralMap an object that mimics the ICU format, see\n * https://unicode-org.github.io/icu/userguide/format_parse/messages/.\n * @param locale a `string` defining the locale to use (uses the current {@link LOCALE_ID} by\n * default).\n */\n transform(\n value: number | null | undefined,\n pluralMap: {[count: string]: string},\n locale?: string,\n ): string {\n if (value == null) return '';\n\n if (typeof pluralMap !== 'object' || pluralMap === null) {\n throw invalidPipeArgumentError(I18nPluralPipe, pluralMap);\n }\n\n const key = getPluralCategory(value, Object.keys(pluralMap), this._localization, locale);\n\n return pluralMap[key].replace(_INTERPOLATION_REGEXP, value.toString());\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\n\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Generic selector that displays the string that matches the current value.\n *\n * If none of the keys of the `mapping` match the `value`, then the content\n * of the `other` key is returned when present, otherwise an empty string is returned.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/pipes/ts/i18n_pipe.ts region='I18nSelectPipeComponent'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'i18nSelect',\n})\nexport class I18nSelectPipe implements PipeTransform {\n /**\n * @param value a string to be internationalized.\n * @param mapping an object that indicates the text that should be displayed\n * for different values of the provided `value`.\n */\n transform(value: string | null | undefined, mapping: {[key: string]: string}): string {\n if (value == null) return '';\n\n if (typeof mapping !== 'object' || typeof value !== 'string') {\n throw invalidPipeArgumentError(I18nSelectPipe, mapping);\n }\n\n if (mapping.hasOwnProperty(value)) {\n return mapping[value];\n }\n\n if (mapping.hasOwnProperty('other')) {\n return mapping['other'];\n }\n\n return '';\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\nimport {warnIfSignal} from './utils';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Converts a value into its JSON-format representation. Useful for debugging.\n *\n * @usageNotes\n *\n * The following component uses a JSON pipe to convert an object\n * to JSON format, and displays the string in both formats for comparison.\n *\n * {@example common/pipes/ts/json_pipe.ts region='JsonPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'json',\n pure: false,\n})\nexport class JsonPipe implements PipeTransform {\n /**\n * @param value A value of any type to convert into a JSON-format string.\n */\n transform(value: any): string {\n ngDevMode && warnIfSignal('JsonPipe', value);\n\n return JSON.stringify(value, null, 2);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n KeyValueChangeRecord,\n KeyValueChanges,\n KeyValueDiffer,\n KeyValueDiffers,\n Pipe,\n PipeTransform,\n} from '@angular/core';\nimport {warnIfSignal} from './utils';\n\nfunction makeKeyValuePair<K, V>(key: K, value: V): KeyValue<K, V> {\n return {key: key, value: value};\n}\n\n/**\n * A key value pair.\n * Usually used to represent the key value pairs from a Map or Object.\n *\n * @publicApi\n */\nexport interface KeyValue<K, V> {\n key: K;\n value: V;\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Transforms Object or Map into an array of key value pairs.\n *\n * The output array will be ordered by keys.\n * By default the comparator will be by Unicode point value.\n * You can optionally pass a compareFn if your keys are complex types.\n * Passing `null` as the compareFn will use natural ordering of the input.\n *\n * @usageNotes\n * ### Examples\n *\n * This examples show how an Object or a Map can be iterated by ngFor with the use of this\n * keyvalue pipe.\n *\n * {@example common/pipes/ts/keyvalue_pipe.ts region='KeyValuePipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'keyvalue',\n pure: false,\n})\nexport class KeyValuePipe implements PipeTransform {\n constructor(private readonly differs: KeyValueDiffers) {}\n\n private differ!: KeyValueDiffer<any, any>;\n private keyValues: Array<KeyValue<any, any>> = [];\n private compareFn: ((a: KeyValue<any, any>, b: KeyValue<any, any>) => number) | null =\n defaultComparator;\n\n /*\n * NOTE: when the `input` value is a simple Record<K, V> object, the keys are extracted with\n * Object.keys(). This means that even if the `input` type is Record<number, V> the keys are\n * compared/returned as `string`s.\n */\n transform<K, V>(\n input: ReadonlyMap<K, V>,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>>;\n transform<K extends number, V>(\n input: Record<K, V>,\n compareFn?: ((a: KeyValue<string, V>, b: KeyValue<string, V>) => number) | null,\n ): Array<KeyValue<string, V>>;\n transform<K extends string, V>(\n input: Record<K, V> | ReadonlyMap<K, V>,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>>;\n transform(\n input: null | undefined,\n compareFn?: ((a: KeyValue<unknown, unknown>, b: KeyValue<unknown, unknown>) => number) | null,\n ): null;\n transform<K, V>(\n input: ReadonlyMap<K, V> | null | undefined,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>> | null;\n transform<K extends number, V>(\n input: Record<K, V> | null | undefined,\n compareFn?: ((a: KeyValue<string, V>, b: KeyValue<string, V>) => number) | null,\n ): Array<KeyValue<string, V>> | null;\n\n transform<K extends string, V>(\n input: Record<K, V> | ReadonlyMap<K, V> | null | undefined,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>> | null;\n\n transform<T>(\n input: T,\n compareFn?: T extends object ? (a: T[keyof T], b: T[keyof T]) => number : never,\n ): T extends object ? Array<KeyValue<keyof T, T[keyof T]>> : null;\n\n transform<K, V>(\n input: undefined | null | {[key: string]: V; [key: number]: V} | ReadonlyMap<K, V>,\n compareFn: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null = defaultComparator,\n ): Array<KeyValue<K, V>> | null {\n ngDevMode && warnIfSignal('KeyValuePipe', input);\n\n if (!input || (!(input instanceof Map) && typeof input !== 'object')) {\n return null;\n }\n\n // make a differ for whatever type we've been passed in\n this.differ ??= this.differs.find(input).create();\n\n const differChanges: KeyValueChanges<K, V> | null = this.differ.diff(input as any);\n const compareFnChanged = compareFn !== this.compareFn;\n\n if (differChanges) {\n this.keyValues = [];\n differChanges.forEachItem((r: KeyValueChangeRecord<K, V>) => {\n this.keyValues.push(makeKeyValuePair(r.key, r.currentValue!));\n });\n }\n if (differChanges || compareFnChanged) {\n if (compareFn) {\n this.keyValues.sort(compareFn);\n }\n this.compareFn = compareFn;\n }\n return this.keyValues;\n }\n}\n\nexport function defaultComparator<K, V>(\n keyValueA: KeyValue<K, V>,\n keyValueB: KeyValue<K, V>,\n): number {\n const a = keyValueA.key;\n const b = keyValueB.key;\n // If both keys are the same, return 0 (no sorting needed).\n if (a === b) return 0;\n // If one of the keys is `null` or `undefined`, place it at the end of the sort.\n if (a == null) return 1; // `a` comes after `b`.\n if (b == null) return -1; // `b` comes after `a`.\n // If both keys are strings, compare them lexicographically.\n if (typeof a == 'string' && typeof b == 'string') {\n return a < b ? -1 : 1;\n }\n // If both keys are numbers, sort them numerically.\n if (typeof a == 'number' && typeof b == 'number') {\n return a - b;\n }\n // If both keys are booleans, sort `false` before `true`.\n if (typeof a == 'boolean' && typeof b == 'boolean') {\n return a < b ? -1 : 1;\n }\n // Fallback case: if keys are of different types, compare their string representations.\n const aString = String(a);\n const bString = String(b);\n // Compare the string representations lexicographically.\n return aString == bString ? 0 : aString < bString ? -1 : 1;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n DEFAULT_CURRENCY_CODE,\n Inject,\n LOCALE_ID,\n Pipe,\n PipeTransform,\n ɵRuntimeError as RuntimeError,\n} from '@angular/core';\n\nimport {formatCurrency, formatNumber, formatPercent} from '../i18n/format_number';\nimport {getCurrencySymbol} from '../i18n/locale_data_api';\n\nimport {invalidPipeArgumentError} from './utils';\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a value according to digit options and locale rules.\n * Locale determines group sizing and separator,\n * decimal point character, and other locale-specific configurations.\n *\n * @see {@link formatNumber}\n *\n * @usageNotes\n *\n * ### digitsInfo\n *\n * The value's decimal representation is specified by the `digitsInfo`\n * parameter, written in the following format:<br>\n *\n * ```\n * {minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}\n * ```\n *\n * - `minIntegerDigits`:\n * The minimum number of integer digits before the decimal point.\n * Default is 1.\n *\n * - `minFractionDigits`:\n * The minimum number of digits after the decimal point.\n * Default is 0.\n *\n * - `maxFractionDigits`:\n * The maximum number of digits after the decimal point.\n * Default is 3.\n *\n * If the formatted value is truncated it will be rounded using the \"to-nearest\" method:\n *\n * ```\n * {{3.6 | number: '1.0-0'}}\n * <!--will output '4'-->\n *\n * {{-3.6 | number:'1.0-0'}}\n * <!--will output '-4'-->\n * ```\n *\n * ### locale\n *\n * `locale` will format a value according to locale rules.\n * Locale determines group sizing and separator,\n * decimal point character, and other locale-specific configurations.\n *\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n *\n * See [Setting your app locale](guide/i18n/locale-id).\n *\n * ### Example\n *\n * The following code shows how the pipe transforms values\n * according to various format specifications,\n * where the caller's default locale is `en-US`.\n *\n * {@example common/pipes/ts/number_pipe.ts region='NumberPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'number',\n})\nexport class DecimalPipe implements PipeTransform {\n constructor(@Inject(LOCALE_ID) private _locale: string) {}\n\n /**\n * @param value The value to be formatted.\n * @param digitsInfo Sets digit and decimal representation.\n * [See more](#digitsinfo).\n * @param locale Specifies what locale format rules to use.\n * [See more](#locale).\n */\n transform(value: number | string, digitsInfo?: string, locale?: string): string | null;\n transform(value: null | undefined, digitsInfo?: string, locale?: string): null;\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null {\n if (!isValue(value)) return null;\n\n locale ||= this._locale;\n\n try {\n const num = strToNumber(value);\n return formatNumber(num, locale, digitsInfo);\n } catch (error) {\n throw invalidPipeArgumentError(DecimalPipe, (error as Error).message);\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Transforms a number to a percentage\n * string, formatted according to locale rules that determine group sizing and\n * separator, decimal-point character, and other locale-specific\n * configurations.\n *\n * @see {@link formatPercent}\n *\n * @usageNotes\n * The following code shows how the pipe transforms numbers\n * into text strings, according to various format specifications,\n * where the caller's default locale is `en-US`.\n *\n * {@example common/pipes/ts/percent_pipe.ts region='PercentPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'percent',\n})\nexport class PercentPipe implements PipeTransform {\n constructor(@Inject(LOCALE_ID) private _locale: string) {}\n\n transform(value: number | string, digitsInfo?: string, locale?: string): string | null;\n transform(value: null | undefined, digitsInfo?: string, locale?: string): null;\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n /**\n *\n * @param value The number to be formatted as a percentage.\n * @param digitsInfo Decimal representation options, specified by a string\n * in the following format:<br>\n * <code>{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}</code>.\n * - `minIntegerDigits`: The minimum number of integer digits before the decimal point.\n * Default is `1`.\n * - `minFractionDigits`: The minimum number of digits after the decimal point.\n * Default is `0`.\n * - `maxFractionDigits`: The maximum number of digits after the decimal point.\n * Default is `0`.\n * @param locale A locale code for the locale format rules to use.\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n * See [Setting your app locale](guide/i18n/locale-id).\n */\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null {\n if (!isValue(value)) return null;\n locale ||= this._locale;\n try {\n const num = strToNumber(value);\n return formatPercent(num, locale, digitsInfo);\n } catch (error) {\n throw invalidPipeArgumentError(PercentPipe, (error as Error).message);\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Transforms a number to a currency string, formatted according to locale rules\n * that determine group sizing and separator, decimal-point character,\n * and other locale-specific configurations.\n *\n *\n * @see {@link getCurrencySymbol}\n * @see {@link formatCurrency}\n *\n * @usageNotes\n * The following code shows how the pipe transforms numbers\n * into text strings, according to various format specifications,\n * where the caller's default locale is `en-US`.\n *\n * {@example common/pipes/ts/currency_pipe.ts region='CurrencyPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'currency',\n})\nexport class CurrencyPipe implements PipeTransform {\n constructor(\n @Inject(LOCALE_ID) private _locale: string,\n @Inject(DEFAULT_CURRENCY_CODE) private _defaultCurrencyCode: string = 'USD',\n ) {}\n /**\n *\n * @param value The number to be formatted as currency.\n * @param currencyCode The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code,\n * such as `USD` for the US dollar and `EUR` for the euro. The default currency code can be\n * configured using the `DEFAULT_CURRENCY_CODE` injection token.\n * @param display The format for the currency indicator. One of the following:\n * - `code`: Show the code (such as `USD`).\n * - `symbol`(default): Show the symbol (such as `$`).\n * - `symbol-narrow`: Use the narrow symbol for locales that have two symbols for their\n * currency.\n * For example, the Canadian dollar CAD has the symbol `CA$` and the symbol-narrow `$`. If the\n * locale has no narrow symbol, uses the standard symbol for the locale.\n * - String: Use the given string value instead of a code or a symbol.\n * For example, an empty string will suppress the currency & symbol.\n * - Boolean (marked deprecated in v5): `true` for symbol and false for `code`.\n *\n * @param digitsInfo Decimal representation options, specified by a string\n * in the following format:<br>\n * <code>{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}</code>.\n * - `minIntegerDigits`: The minimum number of integer digits before the decimal point.\n * Default is `1`.\n * - `minFractionDigits`: The minimum number of digits after the decimal point.\n * Default is `2`.\n * - `maxFractionDigits`: The maximum number of digits after the decimal point.\n * Default is `2`.\n * If not provided, the number will be formatted with the proper amount of digits,\n * depending on what the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) specifies.\n * For example, the Canadian dollar has 2 digits, whereas the Chilean peso has none.\n * @param locale A locale code for the locale format rules to use.\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n * See [Setting your app locale](guide/i18n/locale-id).\n */\n transform(\n value: number | string,\n currencyCode?: string,\n display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n transform(\n value: null | undefined,\n currencyCode?: string,\n display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean,\n digitsInfo?: string,\n locale?: string,\n ): null;\n transform(\n value: number | string | null | undefined,\n currencyCode?: string,\n display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n transform(\n value: number | string | null | undefined,\n currencyCode: string = this._defaultCurrencyCode,\n display: 'code' | 'symbol' | 'symbol-narrow' | string | boolean = 'symbol',\n digitsInfo?: string,\n locale?: string,\n ): string | null {\n if (!isValue(value)) return null;\n\n locale ||= this._locale;\n\n if (typeof display === 'boolean') {\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n console.warn(\n `Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are \"code\", \"symbol\" or \"symbol-narrow\".`,\n );\n }\n display = display ? 'symbol' : 'code';\n }\n\n let currency: string = currencyCode || this._defaultCurrencyCode;\n if (display !== 'code') {\n if (display === 'symbol' || display === 'symbol-narrow') {\n currency = getCurrencySymbol(currency, display === 'symbol' ? 'wide' : 'narrow', locale);\n } else {\n currency = display;\n }\n }\n\n try {\n const num = strToNumber(value);\n return formatCurrency(num, locale, currency, currencyCode, digitsInfo);\n } catch (error) {\n throw invalidPipeArgumentError(CurrencyPipe, (error as Error).message);\n }\n }\n}\n\nfunction isValue(value: number | string | null | undefined): value is number | string {\n return !(value == null || value === '' || value !== value);\n}\n\n/**\n * Transforms a string into a number (if needed).\n */\nfunction strToNumber(value: number | string): number {\n // Convert strings to numbers\n if (typeof value === 'string' && !isNaN(Number(value) - parseFloat(value))) {\n return Number(value);\n }\n if (typeof value !== 'number') {\n throw new RuntimeError(\n RuntimeErrorCode.VALUE_NOT_A_NUMBER,\n ngDevMode && `${value} is not a number`,\n );\n }\n return value;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\n\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Creates a new `Array` or `String` containing a subset (slice) of the elements.\n *\n * @usageNotes\n *\n * All behavior is based on the expected behavior of the JavaScript API `Array.prototype.slice()`\n * and `String.prototype.slice()`.\n *\n * When operating on an `Array`, the returned `Array` is always a copy even when all\n * the elements are being returned.\n *\n * When operating on a blank value, the pipe returns the blank value.\n *\n * ### List Example\n *\n * This `ngFor` example:\n *\n * {@example common/pipes/ts/slice_pipe.ts region='SlicePipe_list'}\n *\n * produces the following:\n *\n * ```html\n * <li>b</li>\n * <li>c</li>\n * ```\n *\n * ### String Examples\n *\n * {@example common/pipes/ts/slice_pipe.ts region='SlicePipe_string'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'slice',\n pure: false,\n})\nexport class SlicePipe implements PipeTransform {\n /**\n * @param value a list or a string to be sliced.\n * @param start the starting index of the subset to return:\n * - **a positive integer**: return the item at `start` index and all items after\n * in the list or string expression.\n * - **a negative integer**: return the item at `start` index from the end and all items after\n * in the list or string expression.\n * - **if positive and greater than the size of the expression**: return an empty list or\n * string.\n * - **if negative and greater than the size of the expression**: return entire list or string.\n * @param end the ending index of the subset to return:\n * - **omitted**: return all items until the end.\n * - **if positive**: return all items before `end` index of the list or string.\n * - **if negative**: return all items before `end` index from the end of the list or string.\n */\n transform<T>(value: ReadonlyArray<T>, start: number, end?: number): Array<T>;\n transform(value: null | undefined, start: number, end?: number): null;\n transform<T>(\n value: ReadonlyArray<T> | null | undefined,\n start: number,\n end?: number,\n ): Array<T> | null;\n transform(value: string, start: number, end?: number): string;\n transform(value: string | null | undefined, start: number, end?: number): string | null;\n transform<T>(\n value: ReadonlyArray<T> | string | null | undefined,\n start: number,\n end?: number,\n ): Array<T> | string | null {\n if (value == null) return null;\n\n const supports = typeof value === 'string' || Array.isArray(value);\n\n if (!supports) {\n throw invalidPipeArgumentError(SlicePipe, value);\n }\n\n return value.slice(start, end);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/**\n * @module\n * @description\n * This module provides a set of common Pipes.\n */\nimport {AsyncPipe} from './async_pipe';\nimport {LowerCasePipe, TitleCasePipe, UpperCasePipe} from './case_conversion_pipes';\nimport {DATE_PIPE_DEFAULT_OPTIONS, DATE_PIPE_DEFAULT_TIMEZONE, DatePipe} from './date_pipe';\nimport {DatePipeConfig} from './date_pipe_config';\nimport {I18nPluralPipe} from './i18n_plural_pipe';\nimport {I18nSelectPipe} from './i18n_select_pipe';\nimport {JsonPipe} from './json_pipe';\nimport {KeyValue, KeyValuePipe} from './keyvalue_pipe';\nimport {CurrencyPipe, DecimalPipe, PercentPipe} from './number_pipe';\nimport {SlicePipe} from './slice_pipe';\n\nexport {\n AsyncPipe,\n CurrencyPipe,\n DATE_PIPE_DEFAULT_OPTIONS,\n DATE_PIPE_DEFAULT_TIMEZONE,\n DatePipe,\n DatePipeConfig,\n DecimalPipe,\n I18nPluralPipe,\n I18nSelectPipe,\n JsonPipe,\n KeyValue,\n KeyValuePipe,\n LowerCasePipe,\n PercentPipe,\n SlicePipe,\n TitleCasePipe,\n UpperCasePipe,\n};\n\n/**\n * A collection of Angular pipes that are likely to be used in each and every application.\n */\nexport const COMMON_PIPES = [\n AsyncPipe,\n UpperCasePipe,\n LowerCasePipe,\n JsonPipe,\n SlicePipe,\n DecimalPipe,\n PercentPipe,\n TitleCasePipe,\n CurrencyPipe,\n DatePipe,\n I18nPluralPipe,\n I18nSelectPipe,\n KeyValuePipe,\n];\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NgModule} from '@angular/core';\n\nimport {COMMON_DIRECTIVES} from './directives/index';\nimport {COMMON_PIPES} from './pipes/index';\n\n// Note: This does not contain the location providers,\n// as they need some platform specific implementations to work.\n/**\n * Exports all the basic Angular directives and pipes,\n * such as `NgIf`, `NgForOf`, `DecimalPipe`, and so on.\n * Re-exported by `BrowserModule`, which is included automatically in the root\n * `AppModule` when you create a new app with the CLI `new` command.\n *\n * @publicApi\n */\n@NgModule({\n imports: [COMMON_DIRECTIVES, COMMON_PIPES],\n exports: [COMMON_DIRECTIVES, COMMON_PIPES],\n})\nexport class CommonModule {}\n"],"names":["HashLocationStrategy","LocationStrategy","_platformLocation","_baseHref","_removeListenerFns","constructor","ngOnDestroy","length","pop","onPopState","fn","push","onHashChange","getBaseHref","path","includeHash","hash","substring","prepareExternalUrl","internal","url","joinWithSlash","pushState","state","title","queryParams","normalizeQueryParams","pathname","replaceState","forward","back","getState","historyGo","relativePosition","ɵfac","i0","ɵɵngDeclareFactory","minVersion","version","ngImport","type","APP_BASE_HREF","optional","target","ɵɵFactoryTarget","Injectable","decorators","Optional","Inject","CURRENCIES_EN","undefined","NumberFormatStyle","Plural","FormStyle","TranslationWidth","FormatWidth","NumberSymbol","Decimal","Group","List","PercentSign","PlusSign","MinusSign","Exponential","SuperscriptingExponent","PerMille","Infinity","NaN","TimeSeparator","CurrencyDecimal","CurrencyGroup","WeekDay","getLocaleId","locale","ɵfindLocaleData","ɵLocaleDataIndex","LocaleId","getLocaleDayPeriods","formStyle","width","data","amPmData","DayPeriodsFormat","DayPeriodsStandalone","amPm","getLastDefinedValue","getLocaleDayNames","daysData","DaysFormat","DaysStandalone","days","getLocaleMonthNames","monthsData","MonthsFormat","MonthsStandalone","months","getLocaleEraNames","erasData","Eras","getLocaleFirstDayOfWeek","FirstDayOfWeek","getLocaleWeekEndRange","WeekendRange","getLocaleDateFormat","DateFormat","getLocaleTimeFormat","TimeFormat","getLocaleDateTimeFormat","dateTimeFormatData","DateTimeFormat","getLocaleNumberSymbol","symbol","res","NumberSymbols","getLocaleNumberFormat","NumberFormats","getLocaleCurrencySymbol","CurrencySymbol","getLocaleCurrencyName","CurrencyName","getLocaleCurrencyCode","ɵgetLocaleCurrencyCode","getLocaleCurrencies","Currencies","getLocalePluralCase","ɵgetLocalePluralCase","checkFullData","ExtraData","RuntimeError","ngDevMode","getLocaleExtraDayPeriodRules","rules","map","rule","extractTime","getLocaleExtraDayPeriods","dayPeriodsData","dayPeriods","getLocaleDirection","Directionality","index","i","time","h","m","split","hours","minutes","getCurrencySymbol","code","format","currency","symbolNarrow","DEFAULT_NB_OF_CURRENCY_DIGITS","getNumberOfCurrencyDigits","digits","ISO8601_DATE_REGEX","NAMED_FORMATS","DATE_FORMATS_SPLIT","formatDate","value","timezone","date","toDate","namedFormat","getNamedFormat","parts","match","exec","concat","slice","part","assertValidDateFormat","dateTimezoneOffset","getTimezoneOffset","timezoneToOffset","convertTimezoneToLocal","text","forEach","dateFormatter","getDateFormatter","replace","some","test","message","join","console","error","formatRuntimeError","createDate","year","month","newDate","Date","setFullYear","setHours","localeId","formatValue","Short","Medium","Long","Full","shortTime","shortDate","formatDateTime","mediumTime","mediumDate","longTime","longDate","fullTime","fullDate","str","opt_values","key","padNumber","num","minusSign","trim","negWrap","neg","strNum","String","formatFractionalSeconds","milliseconds","strMs","dateGetter","name","size","offset","getDatePart","localeMinus","getFullYear","getMonth","getDate","getHours","getMinutes","getSeconds","getMilliseconds","getDay","dateStrGetter","form","Format","extended","getDateTranslation","currentHours","currentMinutes","findIndex","Array","isArray","from","to","afterFrom","beforeTo","unexpected","timeZoneGetter","zone","Math","floor","ceil","abs","JANUARY","THURSDAY","getFirstThursdayOfYear","firstDayOfYear","getThursdayThisIsoWeek","datetime","currentDay","deltaToThursday","weekGetter","monthBased","result","nbDaysBefore1stDayOfMonth","today","thisThurs","firstThurs","diff","getTime","round","weekNumberingYearGetter","weekNumberingYear","DATE_FORMATS","formatter","Abbreviated","Wide","Narrow","Standalone","fallback","requestedTimezoneOffset","parse","isNaN","addDateMinutes","setMinutes","reverse","reverseValue","timezoneOffset","isDate","y","d","val","parsedNb","parseFloat","isoStringToDate","tzHour","tzMin","dateSetter","setUTCFullYear","timeSetter","setUTCHours","Number","call","s","ms","valueOf","NUMBER_FORMAT_REGEXP","MAX_DIGITS","DECIMAL_SEP","ZERO_CHAR","PATTERN_SEP","GROUP_SEP","DIGIT_CHAR","CURRENCY_CHAR","PERCENT_CHAR","formatNumberToLocaleString","pattern","groupSymbol","decimalSymbol","digitsInfo","isPercent","formattedText","isZero","isFinite","parsedNumber","parseNumber","toPercent","minInt","minFraction","minFrac","maxFraction","maxFrac","minIntPart","minFractionPart","maxFractionPart","parseIntAutoRadix","roundNumber","integerLen","exponent","decimals","every","unshift","splice","groups","lgSize","gSize","negPre","negSuf","posPre","posSuf","formatCurrency","currencyCode","Currency","parseNumberFormat","formatPercent","Percent","RegExp","formatNumber","p","patternParts","positive","negative","positiveParts","indexOf","lastIndexOf","integer","fraction","ch","charAt","trunkLen","pos","fractionLen","numStr","j","zeros","search","fractionSize","min","max","roundAt","digit","k","dropTrailingZeros","minLen","carry","reduceRight","parseInt","NgLocalization","deps","ɵprov","ɵɵngDeclareInjectable","providedIn","useFactory","NgLocaleLocalization","inject","LOCALE_ID","args","getPluralCategory","cases","ngLocalization","plural","Zero","One","Two","Few","Many","WS_REGEXP","EMPTY_ARRAY","NgClass","_ngEl","_renderer","initialClasses","rawClass","stateMap","Map","klass","ngClass","ngDoCheck","_updateState","Set","Object","keys","Boolean","_applyStateDiff","nextEnabled","get","enabled","changed","touched","set","stateEntry","_toggleClass","delete","Error","stringify","addClass","nativeElement","removeClass","token","ElementRef","Renderer2","Directive","isStandalone","selector","inputs","Input","NgComponentOutlet","_viewContainerRef","ngComponentOutlet","ngComponentOutletInputs","ngComponentOutletInjector","ngComponentOutletEnvironmentInjector","ngComponentOutletContent","ngComponentOutletNgModule","_componentRef","_moduleRef","_inputsUsed","componentInstance","instance","_needToReCreateNgModuleInstance","changes","_needToReCreateComponentInstance","ngOnChanges","clear","injector","parentInjector","destroy","createNgModule","getParentInjector","createComponent","ngModuleRef","projectableNodes","environmentInjector","inputName","_applyInputStateDiff","componentRef","setInput","ViewContainerRef","exportAs","usesOnChanges","parentNgModule","NgModuleRef","NgForOfContext","$implicit","ngForOf","count","first","last","even","odd","NgForOf","_viewContainer","_template","_differs","_ngForOf","_ngForOfDirty","ngForTrackBy","warn","JSON","_trackByFn","_differ","ngForTemplate","find","create","errorMessage","getTypeName","_applyChanges","viewContainer","forEachOperation","item","adjustedPreviousIndex","currentIndex","previousIndex","createEmbeddedView","remove","view","move","applyViewChange","ilen","viewRef","context","forEachIdentityChange","record","ngTemplateContextGuard","dir","ctx","TemplateRef","IterableDiffers","NgIf","_context","NgIfContext","_thenTemplateRef","_elseTemplateRef","_thenViewRef","_elseViewRef","templateRef","ngIf","condition","_updateView","ngIfThen","assertTemplate","ngIfElse","ngIfUseIfTypeGuard","ngTemplateGuard_ngIf","property","SwitchView","_templateRef","_created","enforceState","created","NgSwitch","_defaultViews","_defaultUsed","_caseCount","_lastCaseCheckIndex","_lastCasesMatched","_ngSwitch","ngSwitch","newValue","_updateDefaultCases","_addCase","_addDefault","_matchCase","matched","useDefault","defaultView","NgSwitchCase","_view","ngSwitchCase","throwNgSwitchProviderNotFoundError","host","Host","NgSwitchDefault","attrName","directiveName","NgPlural","_localization","_activeView","_caseViews","ngPlural","addCase","switchView","switchValue","_clearViews","_activateView","i1","NgPluralCase","template","isANumber","attribute","Attribute","NgStyle","_ngStyle","ngStyle","values","_setStyle","nameAndUnit","unit","flags","RendererStyleFlags2","DashCase","setStyle","removeStyle","forEachRemovedItem","forEachAddedItem","currentValue","forEachChangedItem","KeyValueDiffers","NgTemplateOutlet","_viewRef","ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector","Injector","_shouldRecreateView","viewContainerRef","viewContext","_createContextForwardProxy","_getInjector","Proxy","_target","prop","Reflect","receiver","COMMON_DIRECTIVES","invalidPipeArgumentError","warnIfSignal","pipeName","isSignal","SubscribableStrategy","createSubscription","async","updateLatestValue","onError","untracked","subscribe","next","dispose","subscription","unsubscribe","PromiseStrategy","then","v","e","_promiseStrategy","_subscribableStrategy","AsyncPipe","_ref","_latestValue","markForCheckOnValueUpdate","_subscription","_obj","_strategy","applicationErrorHandler","INTERNAL_APPLICATION_ERROR_HANDLER","ref","_dispose","transform","obj","_subscribe","_selectStrategy","_updateLatestValue","ɵisPromise","ɵisSubscribable","markForCheck","ChangeDetectorRef","Pipe","pure","LowerCasePipe","assertPipeArgument","toLowerCase","unicodeWordMatch","TitleCasePipe","txt","toUpperCase","UpperCasePipe","pipe","DEFAULT_DATE_FORMAT","DATE_PIPE_DEFAULT_TIMEZONE","InjectionToken","DATE_PIPE_DEFAULT_OPTIONS","DatePipe","defaultTimezone","defaultOptions","_format","dateFormat","_timezone","_INTERPOLATION_REGEXP","I18nPluralPipe","pluralMap","toString","I18nSelectPipe","mapping","hasOwnProperty","JsonPipe","makeKeyValuePair","KeyValuePipe","differs","differ","keyValues","compareFn","defaultComparator","input","differChanges","compareFnChanged","forEachItem","r","sort","keyValueA","keyValueB","a","b","aString","bString","DecimalPipe","_locale","isValue","strToNumber","PercentPipe","CurrencyPipe","_defaultCurrencyCode","display","DEFAULT_CURRENCY_CODE","SlicePipe","start","end","supports","COMMON_PIPES","CommonModule","NgModule","imports","i2","i3","i4","i5","i6","i7","i8","i9","i10","i11","i12","i13","i14","i15","i16","i17","exports"],"mappings":"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"}