@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,2750 @@
1
+ ## [7.8.2](https://github.com/reactivex/rxjs/compare/7.8.1...7.8.2) (2025-02-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **animationFrameScheduler:** some tasks are never flushed and sometimes it breaks completely ([#7444](https://github.com/reactivex/rxjs/issues/7444)) ([8bbfa4e](https://github.com/reactivex/rxjs/commit/8bbfa4efd15f6572316d5b2b05b2f49ded69a3ca))
6
+ - **mergeWith:** works correctly with an Array ([#7281](https://github.com/reactivex/rxjs/issues/7281)) ([27855c6](https://github.com/reactivex/rxjs/commit/27855c635ca74107352ae3336944433a328c0b41))
7
+ - **subscriber:** strict type signature for next method ([#7172](https://github.com/reactivex/rxjs/issues/7172)) ([0e2ef5e](https://github.com/reactivex/rxjs/commit/0e2ef5e1142699b028bc3624aae9b24c3e3aaccf))
8
+
9
+ ## [7.8.1](https://github.com/reactivex/rxjs/compare/7.8.0...7.8.1) (2023-04-26)
10
+
11
+ ### Bug Fixes
12
+
13
+ - **asapScheduler:** No longer stops after scheduling twice during flush ([#7198](https://github.com/reactivex/rxjs/issues/7198)) ([1b52405](https://github.com/reactivex/rxjs/commit/1b524057b4db157814bfd04ad7d10c999afdccfa)), closes [ReactiveX#7196](https://github.com/ReactiveX/issues/7196)
14
+ - **throttle:** properly handle default ThrottleConfig values ([#7176](https://github.com/reactivex/rxjs/issues/7176)) ([ceb821c](https://github.com/reactivex/rxjs/commit/ceb821cfd81ca29b0d764b86a03f1e9f1eaa0999))
15
+
16
+ # [7.8.0](https://github.com/reactivex/rxjs/compare/7.7.0...7.8.0) (2022-12-15)
17
+
18
+ ### Features
19
+
20
+ - **buffer:** `closingNotifier` now supports any `ObservableInput` ([#7073](https://github.com/reactivex/rxjs/issues/7073)) ([61b877a](https://github.com/reactivex/rxjs/commit/61b877a50c2557196a45e12622305c5a84fc3f0a))
21
+ - **delayWhen:** `delayWhen`'s `delayDurationSelector` now supports any `ObservableInput` ([#7049](https://github.com/reactivex/rxjs/issues/7049)) ([dfd95db](https://github.com/reactivex/rxjs/commit/dfd95db952a6772d35d11bdd1974f2c4b4d68b25))
22
+ - **sequenceEqual:** `compareTo` now supports any `ObservableInput` ([#7102](https://github.com/reactivex/rxjs/issues/7102)) ([d501961](https://github.com/reactivex/rxjs/commit/d50196187710c7a0cad50703b2071fc3f2cabd3c))
23
+ - **share:** `ShareConfig` factory properties now supports any `ObservableInput` ([#7093](https://github.com/reactivex/rxjs/issues/7093)) ([cc3995a](https://github.com/reactivex/rxjs/commit/cc3995a6f6baf9456ec11f749fe89bf61b9e2d62))
24
+ - **skipUntil:** `notifier` now supports any `ObservableInput` ([#7091](https://github.com/reactivex/rxjs/issues/7091)) ([60d6c40](https://github.com/reactivex/rxjs/commit/60d6c40fb484903286feca2bbfa9fcb2cde720e2))
25
+ - **window:** `windowBoundaries` now supports any `ObservableInput` ([#7088](https://github.com/reactivex/rxjs/issues/7088)) ([8c4347c](https://github.com/reactivex/rxjs/commit/8c4347c48f2432d7399c911d329fa74e0d6c6e8d))
26
+
27
+ # [7.7.0](https://github.com/reactivex/rxjs/compare/7.6.0...7.7.0) (2022-12-15)
28
+
29
+ ### Features
30
+
31
+ - **distinct:** `flush` argument now supports any `ObservableInput` ([#7081](https://github.com/reactivex/rxjs/issues/7081)) ([74c9ebd](https://github.com/reactivex/rxjs/commit/74c9ebd818113f9f25f1fb2b9fee4a0eac121ae0))
32
+ - **repeatWhen:** `notifier` supports `ObservableInput` ([#7103](https://github.com/reactivex/rxjs/issues/7103)) ([8f1b976](https://github.com/reactivex/rxjs/commit/8f1b976125c55a5e884317c2b463fd019662e6af))
33
+ - **retryWhen:** `notifier` now supports any `ObservableInput` ([#7105](https://github.com/reactivex/rxjs/issues/7105)) ([794f806](https://github.com/reactivex/rxjs/commit/794f8064cf8fe754e9dfebeee0ffef0ac1562252))
34
+ - **sample:** `notifier` now supports any `ObservableInput` ([#7104](https://github.com/reactivex/rxjs/issues/7104)) ([b18c2eb](https://github.com/reactivex/rxjs/commit/b18c2eb2bc8dc1a717c927f998028316eec83937))
35
+
36
+ # [7.6.0](https://github.com/reactivex/rxjs/compare/7.5.7...7.6.0) (2022-12-03)
37
+
38
+ ### Bug Fixes
39
+
40
+ - **schedulers:** no longer cause TypeScript build failures when Node types aren't included ([c1a07b7](https://github.com/reactivex/rxjs/commit/c1a07b71ac050ab36b371ff7f18dc9a924fffc9f))
41
+ - **types:** Improved subscribe and tap type overloads ([#6718](https://github.com/reactivex/rxjs/issues/6718)) ([af1a9f4](https://github.com/reactivex/rxjs/commit/af1a9f446a860883abaa36ace21345dc923e7e53)), closes [#6717](https://github.com/reactivex/rxjs/issues/6717)
42
+
43
+ ### Features
44
+
45
+ - **onErrorResumeNextWith:** renamed `onErrorResumeNext` and exported from the top level. (`onErrorResumeNext` operator is stil available, but deprecated) ([#6755](https://github.com/reactivex/rxjs/issues/6755)) ([51e3b2c](https://github.com/reactivex/rxjs/commit/51e3b2c8ec28b5d30bca4c63ad69ce6942c2cdcc))
46
+
47
+ ## [7.5.7](https://github.com/reactivex/rxjs/compare/7.5.6...7.5.7) (2022-09-25)
48
+
49
+ ### Bug Fixes
50
+
51
+ - **schedulers:** improve performance of animationFrameScheduler and asapScheduler ([#7059](https://github.com/reactivex/rxjs/issues/7059)) ([c93aa60](https://github.com/reactivex/rxjs/commit/c93aa60e9f073297d959fa1fff9323e48872d47e)), closes [#7017](https://github.com/reactivex/rxjs/issues/7017), related to [#7018](https://github.com/reactivex/rxjs/issues/7018) and [#6674](https://github.com/reactivex/rxjs/issues/6674)
52
+
53
+ ### Performance Improvements
54
+
55
+ - **animationFrames:** uses fewer Subscription instances ([#7060](https://github.com/reactivex/rxjs/issues/7060)) ([2d57b38](https://github.com/reactivex/rxjs/commit/2d57b38ec9f7ada838ee130ab75cd795b156c182)), closes [#7018](https://github.com/reactivex/rxjs/issues/7018)
56
+
57
+ ## [7.5.6](https://github.com/reactivex/rxjs/compare/7.5.5...7.5.6) (2022-07-11)
58
+
59
+ ### Bug Fixes
60
+
61
+ - **share:** No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. ([#7005](https://github.com/reactivex/rxjs/issues/7005)) ([5d4c1d9](https://github.com/reactivex/rxjs/commit/5d4c1d9a37b1347217223adb0d9e166fd85f67a9))
62
+ - **share & connect:** `share` and `connect` no longer bundle scheduling code by default ([#6873](https://github.com/reactivex/rxjs/issues/6873)) ([9948dc2](https://github.com/reactivex/rxjs/commit/9948dc2f5577eaa4013de234f3552508918518c7)), closes [#6872](https://github.com/reactivex/rxjs/issues/6872)
63
+ - **exhaustAll:** Result will now complete properly when flattening all synchronous observables. ([#6911](https://github.com/reactivex/rxjs/issues/6911)) ([3c1c6b8](https://github.com/reactivex/rxjs/commit/3c1c6b8303028eebc7af31cfc5e5bad42a5b2da4)), closes [#6910](https://github.com/reactivex/rxjs/issues/6910)
64
+ - **TypeScript:** Now compatible with TypeScript 4.6 type checks ([#6895](https://github.com/reactivex/rxjs/issues/6895)) ([fce9aa1](https://github.com/reactivex/rxjs/commit/fce9aa12931796892673581761bba1f7ceafabff))
65
+
66
+ ## [7.5.5](https://github.com/reactivex/rxjs/compare/7.5.4...7.5.5) (2022-03-08)
67
+
68
+ ### Bug Fixes
69
+
70
+ - **package:** add types to exports ([#6802](https://github.com/reactivex/rxjs/issues/6802)) ([3750f75](https://github.com/reactivex/rxjs/commit/3750f75104bb82d870c53c0605c942e41245d79c))
71
+ - **package:** add `require` export condition ([#6821](https://github.com/reactivex/rxjs/issues/6821)) ([c8955e4](https://github.com/reactivex/rxjs/commit/c8955e4c6a972135030fdfddc18a7a48337ae9c7))
72
+ - **timeout:** no longer will timeout when receiving the first value synchronously ([#6865](https://github.com/reactivex/rxjs/issues/6865)) ([2330c96](https://github.com/reactivex/rxjs/commit/2330c9660b20f2e0cda0c4eeb36bb582b4a85186)), closes [#6862](https://github.com/reactivex/rxjs/issues/6862)
73
+
74
+ ### Performance Improvements
75
+
76
+ - Don't clone observers unless you have to ([#6842](https://github.com/reactivex/rxjs/issues/6842)) ([3289d20](https://github.com/reactivex/rxjs/commit/3289d20ddc3a84d2aede8e3ab9962a8ef5d43c83))
77
+
78
+ ## [7.5.4](https://github.com/reactivex/rxjs/compare/7.5.3...7.5.4) (2022-02-09)
79
+
80
+ ### Performance Improvements
81
+
82
+ - removed code that would `bind` functions passed with observers to `subscribe`. ([#6815](https://github.com/reactivex/rxjs/issues/6815)) ([fb375a0](https://github.com/reactivex/rxjs/commit/fb375a0c5befd6852cd63d3c310448e42fa9580e)), closes [#6783](https://github.com/reactivex/rxjs/issues/6783)
83
+
84
+ ## [7.5.3](https://github.com/reactivex/rxjs/compare/7.5.2...7.5.3) (2022-02-08)
85
+
86
+ ### Bug Fixes
87
+
88
+ - **subscribe:** allow interop with Monio and other libraries that patch function bind ([0ab91eb](https://github.com/reactivex/rxjs/commit/0ab91eb4c1da914efbf03a2732629914cd3398dc)), closes [#6783](https://github.com/reactivex/rxjs/issues/6783)
89
+
90
+ ## [7.5.2](https://github.com/reactivex/rxjs/compare/7.5.1...7.5.2) (2022-01-11)
91
+
92
+ ### Bug Fixes
93
+
94
+ - operators that ignore input values now use `unknown` rather than `any`, which should resolve issues with eslint no-unsafe-argument ([#6738](https://github.com/reactivex/rxjs/issues/6738)) ([67cb317](https://github.com/reactivex/rxjs/commit/67cb317a7a6b9fdbd3d2e8fdbc2ac9ac7e57179c)), closes [#6536](https://github.com/reactivex/rxjs/issues/6536)
95
+ - **ajax:** crossDomain flag deprecated and properly reported to consumers ([#6710](https://github.com/reactivex/rxjs/issues/6710)) ([7fd0575](https://github.com/reactivex/rxjs/commit/7fd05756c595dddb288b732b00a90fcfb2a9080a)), closes [#6663](https://github.com/reactivex/rxjs/issues/6663)
96
+
97
+ ## [7.5.1](https://github.com/reactivex/rxjs/compare/7.5.0...7.5.1) (2021-12-28)
98
+
99
+ ### Bug Fixes
100
+
101
+ - export supporting interfaces from top-level `rxjs` site. ([#6733](https://github.com/reactivex/rxjs/issues/6733)) ([299a1e1](https://github.com/reactivex/rxjs/commit/299a1e16f725edfc2e333c430e3a7dfc75dd94e7))
102
+
103
+ # [7.5.0](https://github.com/reactivex/rxjs/compare/7.4.0...7.5.0) (2021-12-27)
104
+
105
+ ### Bug Fixes
106
+
107
+ - **takeWhile:** Now returns proper types when passed a `Boolean` constructor. ([#6633](https://github.com/reactivex/rxjs/issues/6633)) ([081ca2b](https://github.com/reactivex/rxjs/commit/081ca2ba7290aa3084c1477a6d4bcc573bf478f6))
108
+ - **forEach:** properly unsubs after error in next handler ([#6677](https://github.com/reactivex/rxjs/issues/6677)) ([b9ab67d](https://github.com/reactivex/rxjs/commit/b9ab67d21ca9d227fcd1123bf80ab87ca9296af9)), closes [#6676](https://github.com/reactivex/rxjs/issues/6676)
109
+ - **WebSocketSubject:** handle slow WebSocket close ([#6708](https://github.com/reactivex/rxjs/issues/6708)) ([8cb201c](https://github.com/reactivex/rxjs/commit/8cb201cd42dd751b4185b94fe2d36c6bfda02fe2)), closes [#4650](https://github.com/reactivex/rxjs/issues/4650) [#3935](https://github.com/reactivex/rxjs/issues/3935)
110
+ - RxJS now supports tslib 2.x, rather than just 2.1.x ([#6692](https://github.com/reactivex/rxjs/issues/6692)) ([0b2495f](https://github.com/reactivex/rxjs/commit/0b2495f72e76627fdd19dd7a670dd74847d6449c)), closes [#6689](https://github.com/reactivex/rxjs/issues/6689)
111
+ - schedulers will no longer error while rescheduling and unsubscribing during flushes ([e35f589](https://github.com/reactivex/rxjs/commit/e35f589e2ca10ab2d2d69f7e9fe60727edc4c53d)), closes [#6672](https://github.com/reactivex/rxjs/issues/6672)
112
+
113
+ ### Features
114
+
115
+ - **repeat:** now has configurable delay ([#6640](https://github.com/reactivex/rxjs/issues/6640)) ([6b7a534](https://github.com/reactivex/rxjs/commit/6b7a534f579f95f97f47eff74bdea9991ee85712))
116
+
117
+ # [7.4.0](https://github.com/reactivex/rxjs/compare/7.3.1...7.4.0) (2021-10-06)
118
+
119
+ ### Features
120
+
121
+ - Add es2015 entries to the exports declaration to support Angular ([#6614](https://github.com/reactivex/rxjs/issues/6614)) ([268777b](https://github.com/reactivex/rxjs/commit/268777bc3a4fd0cf76882683b51809771741ddc3)), closes [/github.com/ReactiveX/rxjs/pull/6613#discussion_r716958551](https://github.com//github.com/ReactiveX/rxjs/pull/6613/issues/discussion_r716958551)
122
+
123
+ ## [7.3.1](https://github.com/reactivex/rxjs/compare/7.3.0...7.3.1) (2021-10-01)
124
+
125
+ ### Bug Fixes
126
+
127
+ - **Schedulers:** Throwing a falsy error in a scheduled function no longer results in strange error objects. ([#6594](https://github.com/reactivex/rxjs/issues/6594)) ([c70fcc0](https://github.com/reactivex/rxjs/commit/c70fcc02b4b737709aba559bf36b030a47902ee4))
128
+ - scheduling with Rx-provided schedulers will no longer leak action references ([#6562](https://github.com/reactivex/rxjs/issues/6562)) ([ff5a748](https://github.com/reactivex/rxjs/commit/ff5a748b31ee73a6517e2f4220c920c73fbdd1fc)), closes [#6561](https://github.com/reactivex/rxjs/issues/6561)
129
+ - **forkJoin:** now finalizes sources before emitting ([#6546](https://github.com/reactivex/rxjs/issues/6546)) ([c52ff2e](https://github.com/reactivex/rxjs/commit/c52ff2e3aae19cd0877adb63182c03b79427de96)), closes [#4914](https://github.com/reactivex/rxjs/issues/4914)
130
+ - **observeOn:** release action references on teardown ([321d205](https://github.com/reactivex/rxjs/commit/321d2052696a7c366786c1ef3be7ad2a98a55f62))
131
+ - **types:** update schedule signature overload ([c61e57c](https://github.com/reactivex/rxjs/commit/c61e57c9c64a1525d034aea641f1b846737e1eee))
132
+
133
+ # [7.3.0](https://github.com/reactivex/rxjs/compare/7.2.0...7.3.0) (2021-07-28)
134
+
135
+ ### Bug Fixes
136
+
137
+ - Expose `Connectable`, the return type of `connectable` ([#6531](https://github.com/reactivex/rxjs/issues/6531)) ([69f5bfa](https://github.com/reactivex/rxjs/commit/69f5bfae0eb2880a3d5cfb34db3a182182b325de)), closes [#6529](https://github.com/reactivex/rxjs/issues/6529)
138
+ - **AsyncSubject:** properly emits values during reentrant subscriptions ([#6522](https://github.com/reactivex/rxjs/issues/6522)) ([dd8bdf3](https://github.com/reactivex/rxjs/commit/dd8bdf3b18b596155b66029ef16ebabf989360c5)), closes [#6520](https://github.com/reactivex/rxjs/issues/6520)
139
+
140
+ ### Features
141
+
142
+ - **retry:** Now supports configurable delay as a named argument ([#6421](https://github.com/reactivex/rxjs/issues/6421)) ([5f69795](https://github.com/reactivex/rxjs/commit/5f69795f4be035499cf223bf9a3d7352c4975291))
143
+ - **tap:** Now supports subscribe, unsubscribe, and finalize handlers ([#6527](https://github.com/reactivex/rxjs/issues/6527)) ([eb26cbc](https://github.com/reactivex/rxjs/commit/eb26cbc4488c9953cdde565b598b1dbdeeeee9ea))
144
+
145
+ # [7.2.0](https://github.com/reactivex/rxjs/compare/7.1.0...7.2.0) (2021-07-05)
146
+
147
+ ### Bug Fixes
148
+
149
+ - **debounceTime:** unschedule dangling task on unsubscribe before complete ([#6464](https://github.com/reactivex/rxjs/issues/6464)) ([7ab0a4c](https://github.com/reactivex/rxjs/commit/7ab0a4c649b1b54e763a726c4ffdc183b0b45b23))
150
+ - **fromEvent:** Types now properly infer when resultSelector is provided ([#6447](https://github.com/reactivex/rxjs/issues/6447)) ([39b9d81](https://github.com/reactivex/rxjs/commit/39b9d818ef6ea033dc8e53800e3a220d56c76b4a))
151
+
152
+ ### Features
153
+
154
+ - Operators are all exported at the top level, from "rxjs". From here on out, we encourage top-level imports with RxJS. Importing from `rxjs/operators` will be deprecated soon. ([#6488](https://github.com/reactivex/rxjs/issues/6488)) ([512adc2](https://github.com/reactivex/rxjs/commit/512adc25f350660113275d8277d16b7f3eec1d49)), closes [#6242](https://github.com/reactivex/rxjs/issues/6242)
155
+
156
+ # [7.1.0](https://github.com/reactivex/rxjs/compare/7.0.1...7.1.0) (2021-05-21)
157
+
158
+ ### Bug Fixes
159
+
160
+ - returned operator functions from multicast operators `share`, `publish`, `publishReplay` are now referentially transparent. Meaning if you take the result of calling `publishReplay(3)` and pass it to more than one observable's `pipe` method, it will behave the same in each case, rather than having a cumulative effect, which was a regression introduced sometime in version 6. If you required this broken behavior, there is a workaround posted [here](https://github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374) ([#6410](https://github.com/reactivex/rxjs/issues/6410)) ([e2f2e51](https://github.com/reactivex/rxjs/commit/e2f2e516514bdeb76229e69c639f10f21bccafad)), closes [/github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374](https://github.com//github.com/ReactiveX/rxjs/pull/6410/issues/issuecomment-846087374) [#5411](https://github.com/reactivex/rxjs/issues/5411)
161
+
162
+ ### Features
163
+
164
+ - All subjects now have an `observed` property. This will allow users to check whether a subject has current subscribers without us allowing access to the `observers` array, which is going to be made private in future versions. ([#6405](https://github.com/reactivex/rxjs/issues/6405)) ([f47425d](https://github.com/reactivex/rxjs/commit/f47425d349475231c0f3542bb6ecef16a63e933a))
165
+ - **groupBy:** Support named arguments, support ObservableInputs for duration selector ([#5679](https://github.com/reactivex/rxjs/issues/5679)) ([7a99397](https://github.com/reactivex/rxjs/commit/7a9939773802c4f7948c6d868a8f75facdea9f37))
166
+ - **share:** use another observable to control resets ([#6169](https://github.com/reactivex/rxjs/issues/6169)) ([12c3716](https://github.com/reactivex/rxjs/commit/12c3716cecbf01f353c980488bf18845177b37b6))
167
+
168
+ ## [7.0.1](https://github.com/reactivex/rxjs/compare/7.0.0...7.0.1) (2021-05-12)
169
+
170
+ ### Bug Fixes
171
+
172
+ - **bindCallback:** resulting function now recreated underlying Subject and is reusable once again. ([#6369](https://github.com/reactivex/rxjs/issues/6369)) ([abf2bc1](https://github.com/reactivex/rxjs/commit/abf2bc13e38406717127159c8c373b910223b562))
173
+ - **retry:** properly handles retry counts smaller than `1`. ([#6359](https://github.com/reactivex/rxjs/issues/6359)) ([e797bd7](https://github.com/reactivex/rxjs/commit/e797bd70b1368e189df00d697504304a3a5ef1a8))
174
+ - **share:** properly closes synchronous "firehose" sources. ([#6370](https://github.com/reactivex/rxjs/issues/6370)) ([2271a91](https://github.com/reactivex/rxjs/commit/2271a9180131a0becdbf789c1429ef741ace4b2f))
175
+ - Observable teardowns now properly called if `useDeprecatedSynchronousErrorHandling` is `true`. ([#6365](https://github.com/reactivex/rxjs/issues/6365)) ([e19e104](https://github.com/reactivex/rxjs/commit/e19e104d011233d83bc10c37f1ee0b3ac6e15612)), closes [#6364](https://github.com/reactivex/rxjs/issues/6364)
176
+ - **Subscription:** properly release parent subscriptions when unsubscribed. ([#6352](https://github.com/reactivex/rxjs/issues/6352)) ([88331d2](https://github.com/reactivex/rxjs/commit/88331d2ecdcf0f81a0712b315ed810d4da7d4b97)), closes [#6351](https://github.com/reactivex/rxjs/issues/6351) [#6351](https://github.com/reactivex/rxjs/issues/6351)
177
+ - **node**: do not reference DOM-related imports to assist in node usage. ([#6305](https://github.com/reactivex/rxjs/issues/6305)) ([b24818e](https://github.com/reactivex/rxjs/commit/b24818e96775045c7485932bf33349471e8f1363)), closes [#6297](https://github.com/reactivex/rxjs/issues/6297)
178
+
179
+ # [7.0.0](https://github.com/reactivex/rxjs/compare/7.0.0-rc.3...7.0.0) (2021-04-29)
180
+
181
+ ### Bug Fixes
182
+
183
+ - VS code will now properly auto-import operators, et al ([#6276](https://github.com/reactivex/rxjs/issues/6276)) ([f43c728](https://github.com/reactivex/rxjs/commit/f43c72815f9ebe5ee3a8ed11513be0f541c9517d)), closes [#6067](https://github.com/reactivex/rxjs/issues/6067)
184
+ - **AjaxResponse:** add stricter `type` (`AjaxResponseType`) ([#6279](https://github.com/reactivex/rxjs/issues/6279)) ([839e192](https://github.com/reactivex/rxjs/commit/839e192b7d826d833d7ce941be97c3735bd19c0a))
185
+
186
+ # [7.0.0-rc.3](https://github.com/reactivex/rxjs/compare/7.0.0-rc.2...7.0.0-rc.3) (2021-04-28)
187
+
188
+ ### Bug Fixes
189
+
190
+ - finalize behaves well with useDeprecatedSynchronousErrorHandling ([#6251](https://github.com/reactivex/rxjs/issues/6251)) ([e4bed2a](https://github.com/reactivex/rxjs/commit/e4bed2a2bad994f05a39246707d4f203412cebbd)), closes [#6250](https://github.com/reactivex/rxjs/issues/6250)
191
+ - resolve run-time errors when using deprecated sync error handling ([#6272](https://github.com/reactivex/rxjs/issues/6272)) ([35daaf7](https://github.com/reactivex/rxjs/commit/35daaf77d3a9a909a7ec22c362c97ac42a597f79)), closes [#6271](https://github.com/reactivex/rxjs/issues/6271)
192
+ - resolve issue that made users unable to assert `instanceof AjaxError`. ([#6275](https://github.com/reactivex/rxjs/issues/6275)) ([a7c2d29](https://github.com/reactivex/rxjs/commit/a7c2d297ad6b2f405ac312b38f6360e9a645d890))
193
+
194
+ ### Features
195
+
196
+ - add config object to connectable ([#6267](https://github.com/reactivex/rxjs/issues/6267)) ([4d98b40](https://github.com/reactivex/rxjs/commit/4d98b40f969d5f55381f9a178ef3c18e6850cf47))
197
+
198
+ ### BREAKING CHANGES
199
+
200
+ - Our very new creation function, `connectable`, now takes a configuration object instead of just the `Subject` instance. This was necessary to make sure it covered all use cases for what we were trying to replace in the deprecated multicasting operators. Apologies for the late-in-the-game change, but we know it's not widely used yet (it's new in v7), and we want to get it right.
201
+
202
+ # [7.0.0-rc.2](https://github.com/reactivex/rxjs/compare/7.0.0-rc.1...7.0.0-rc.2) (2021-04-20)
203
+
204
+ ### Bug Fixes
205
+
206
+ - **webSocket:** return the correct type for `WebSocketSubject` `multiplex` method([#6232](https://github.com/reactivex/rxjs/issues/6232)) ([33383b8](https://github.com/reactivex/rxjs/commit/33383b884d895fa77866362b8b00fd2e2c3597e6))
207
+
208
+ ### Reverts
209
+
210
+ - Revert "chore: Add typesVersions to package.json (#6229)" (#6241) ([304f3a7](https://github.com/reactivex/rxjs/commit/304f3a73e67871f9b37f39675e503174d3dcc23a)), closes [#6229](https://github.com/reactivex/rxjs/issues/6229) [#6241](https://github.com/reactivex/rxjs/issues/6241)
211
+
212
+ # [7.0.0-rc.1](https://github.com/reactivex/rxjs/compare/7.0.0-rc.0...7.0.0-rc.1) (2021-04-19)
213
+
214
+ ### Bug Fixes
215
+
216
+ - **TypeScript:** Add typesVersions definition to package.json in order to help VS Code find automatic imports. ([#6067](https://github.com/reactivex/rxjs/issues/6067)) ([659a623](https://github.com/reactivex/rxjs/commit/659a623c94bd6b210e9beb6bb6061be540b05538))
217
+
218
+ # [7.0.0-rc.0](https://github.com/reactivex/rxjs/compare/7.0.0-beta.15...7.0.0-rc.0) (2021-04-19)
219
+
220
+ ### Bug Fixes
221
+
222
+ - **symbol:** revert unique symbol in [#5874](https://github.com/reactivex/rxjs/issues/5874) ([#6224](https://github.com/reactivex/rxjs/issues/6224)) ([3c49429](https://github.com/reactivex/rxjs/commit/3c49429fadc31ebaddd143d4412907edc50e32be)), closes [#5919](https://github.com/reactivex/rxjs/issues/5919) [#6178](https://github.com/reactivex/rxjs/issues/6178) [#6175](https://github.com/reactivex/rxjs/issues/6175)
223
+ - forkJoin/combineLatest return Observable<unknown> if passed any ([#6227](https://github.com/reactivex/rxjs/issues/6227)) ([ce0a2fa](https://github.com/reactivex/rxjs/commit/ce0a2fa975e7c08de2bbf893010f2c25c090b1ca)), closes [#6226](https://github.com/reactivex/rxjs/issues/6226)
224
+ - **fromEvent:** match targets properly; fix result selector type ([#6208](https://github.com/reactivex/rxjs/issues/6208)) ([8412c73](https://github.com/reactivex/rxjs/commit/8412c739bb47cc45ec3f38327115301b4fcc0118))
225
+ - **merge:** single array is not an array of sources ([#6211](https://github.com/reactivex/rxjs/issues/6211)) ([4e900dc](https://github.com/reactivex/rxjs/commit/4e900dc745b5fbd7659b104c49fb0fce4ae84707))
226
+ - **pipe:** Ensure that `unknown` is inferred for 9+ arguments. ([#6212](https://github.com/reactivex/rxjs/issues/6212)) ([6fa819b](https://github.com/reactivex/rxjs/commit/6fa819beb91ba99dadd6262d6c13f7ddfd9470c5))
227
+
228
+ ### Features
229
+
230
+ - add (optional) defaultValue configuration to firstValueFrom and lastValueFrom ([#6204](https://github.com/reactivex/rxjs/issues/6204)) ([df51b04](https://github.com/reactivex/rxjs/commit/df51b04d7ec68a72b3a4b0d69c3bb29264c72611))
231
+
232
+ # [7.0.0-beta.15](https://github.com/reactivex/rxjs/compare/7.0.0-beta.14...7.0.0-beta.15) (2021-03-31)
233
+
234
+ ### Bug Fixes
235
+
236
+ - **esm:** duplicate directory in export path ([#6194](https://github.com/reactivex/rxjs/issues/6194)) ([aa41462](https://github.com/reactivex/rxjs/commit/aa4146288ec6542754f41ffd260fa4d6936a4d22))
237
+
238
+ # [7.0.0-beta.14](https://github.com/reactivex/rxjs/compare/7.0.0-beta.13...7.0.0-beta.14) (2021-03-30)
239
+
240
+ ### Bug Fixes
241
+
242
+ - **share:** No longer throws errors for reentrant observables ([#6151](https://github.com/reactivex/rxjs/issues/6151)) ([fc728cd](https://github.com/reactivex/rxjs/commit/fc728cdf2f395620cca347602e66f3d173c057b5)), closes [#6144](https://github.com/reactivex/rxjs/issues/6144)
243
+
244
+ ### Features
245
+
246
+ - **ajax:** Now allows configuration of query string parameters, via a `params` option in the request configuration ([#6174](https://github.com/reactivex/rxjs/issues/6174)) ([980f4d4](https://github.com/reactivex/rxjs/commit/980f4d4bb6a3bc1513a4335ed124f4d11b93d251))
247
+ - **esm:** Added exports within package.json to enable scoped package loading. ([#6192](https://github.com/reactivex/rxjs/issues/6192)) ([33a9f06](https://github.com/reactivex/rxjs/commit/33a9f06f2c59c8aef3bb583bdb7d61d08ab597a0)), closes [sveltejs/kit#612](https://github.com/sveltejs/kit/issues/612) [nodejs/node#27408](https://github.com/nodejs/node/issues/27408)
248
+ - **ReadableStreams:** RxJS now supports conversions for ReadableStreams e.g. `from(readableStream)`. ([#6163](https://github.com/reactivex/rxjs/issues/6163)) ([19d6502](https://github.com/reactivex/rxjs/commit/19d650223cf0e1964e893baca19f264154422a7d))
249
+
250
+ # [7.0.0-beta.13](https://github.com/reactivex/rxjs/compare/7.0.0-beta.12...7.0.0-beta.13) (2021-03-15)
251
+
252
+ ### Bug Fixes
253
+
254
+ - **fromEvent:** throw if passed invalid target ([#6136](https://github.com/reactivex/rxjs/issues/6136)) ([317ba0c](https://github.com/reactivex/rxjs/commit/317ba0c9254e447385414e2c57e1d81760f88aa6)), closes [#5823](https://github.com/reactivex/rxjs/issues/5823)
255
+ - remove misused type parameter from static pipe ([#6119](https://github.com/reactivex/rxjs/issues/6119)) ([8dc7d17](https://github.com/reactivex/rxjs/commit/8dc7d1793b4067d9eedc42b28d49ace8296672f5)), closes [#5557](https://github.com/reactivex/rxjs/issues/5557)
256
+ - **Subscriber:** don't leak destination ([#6116](https://github.com/reactivex/rxjs/issues/6116)) ([5bba36c](https://github.com/reactivex/rxjs/commit/5bba36c6dde5b1b4b7e434104e716b233e5f402c))
257
+ - **combineLatest:** POJO signature should match only ObservableInput values ([#6103](https://github.com/reactivex/rxjs/issues/6103)) ([d633494](https://github.com/reactivex/rxjs/commit/d633494dcdcabecda2c64ee84b8b6ceeaa2cb3d8))
258
+ - **forkJoin:** POJO signature should match only ObservableInput values ([#6095](https://github.com/reactivex/rxjs/issues/6095)) ([566427e](https://github.com/reactivex/rxjs/commit/566427e88e597589f21b8cfb057dd13d5c61e0f2))
259
+ - predicates that return `any` will now behave property with findIndex ([#6097](https://github.com/reactivex/rxjs/issues/6097)) ([c6f73d6](https://github.com/reactivex/rxjs/commit/c6f73d687e6b2142da4cab2a66047cc6dd123bf9))
260
+ - remove misused type parameter from isObservable ([#6083](https://github.com/reactivex/rxjs/issues/6083)) ([f16b634](https://github.com/reactivex/rxjs/commit/f16b6341eef85009fc16de13623dc860d8d87778))
261
+ - unhandled errors in observers correctly scheduled ([#6118](https://github.com/reactivex/rxjs/issues/6118)) ([c02ceb7](https://github.com/reactivex/rxjs/commit/c02ceb75e3de12fedbe270d5d323f508171f9cfd))
262
+ - **defaultIfEmpty:** Allow `undefined` as an argument, require an argument ([4983760](https://github.com/reactivex/rxjs/commit/4983760b9179da27ddfcbf419ac5975cff9447c9)), closes [#6064](https://github.com/reactivex/rxjs/issues/6064)
263
+ - **elementAt:** Allow `defaultValue` of `undefined`. ([5bc1b3e](https://github.com/reactivex/rxjs/commit/5bc1b3e22deceb5ea5f1882c0f92f061c1c4792d))
264
+ - **first:** Allow `defaultValue` of `undefined`. ([62a6bbe](https://github.com/reactivex/rxjs/commit/62a6bbe1c3c51468c57e4e8f754c1c09da2db51b))
265
+ - **last:** Allow `defaultValue` of `undefined`. ([ef3e721](https://github.com/reactivex/rxjs/commit/ef3e721f440132cf199f662b6a987349a0a70418))
266
+
267
+ ### Features
268
+
269
+ - rename and alias `combineLatest` as `combineLatestAll` for consistency ([#6079](https://github.com/reactivex/rxjs/issues/6079)) ([42cee80](https://github.com/reactivex/rxjs/commit/42cee8045594779e8802b370c7244e6bbeeccaa3)), closes [#4590](https://github.com/reactivex/rxjs/issues/4590)
270
+
271
+ ### BREAKING CHANGES
272
+
273
+ - **defaultIfEmpty:** `defaultIfEmpty` requires a value be passed. Will no longer convert `undefined` to `null` for no good reason.
274
+
275
+ # [7.0.0-beta.12](https://github.com/reactivex/rxjs/compare/7.0.0-beta.11...7.0.0-beta.12) (2021-02-27)
276
+
277
+ 5bc8e3361 Fix/6052 ajax responseType should default to "json" (#6056)
278
+
279
+ ### Bug Fixes
280
+
281
+ - **ajax**: `responseType` is now properly defaulted to `"json"` again. ([#6056](https://github.com/reactivex/rxjs/issues/6056)) ([5bc8e3361](https://github.com/reactivex/rxjs/commit/5bc8e3361))
282
+ - Corner case resolved where an error thrown in a completion handler might delay teardown if it happened to be after a completing operator like `take`. ([#6062](https://github.com/reactivex/rxjs/issues/6062)) ([a2b9563](https://github.com/reactivex/rxjs/commit/a2b95631be882d2cf0fd87f43804d1ed699591d7))
283
+ - **AsyncGenerator support**: consumed async generators are now properly finalized. ([#6062](https://github.com/reactivex/rxjs/issues/6062)) ([a2b9563](https://github.com/reactivex/rxjs/commit/a2b95631be882d2cf0fd87f43804d1ed699591d7)), closes [#5998](https://github.com/reactivex/rxjs/issues/5998)
284
+ - **throttle:** no longer emits more than necessary in sync/sync trailing case ([#6059](https://github.com/reactivex/rxjs/issues/6059)) ([9da638a](https://github.com/reactivex/rxjs/commit/9da638a70d5abb862439ab4ee6a55368228811b0)), closes [#6058](https://github.com/reactivex/rxjs/issues/6058)
285
+
286
+ # [7.0.0-beta.11](https://github.com/reactivex/rxjs/compare/7.0.0-beta.10...7.0.0-beta.11) (2021-02-24)
287
+
288
+ ### Bug Fixes
289
+
290
+ - **ajax:** now errors on forced abort ([#6041](https://github.com/reactivex/rxjs/issues/6041)) ([d950921](https://github.com/reactivex/rxjs/commit/d95092143c1860eef054d27f2a1e50cb98b0ef58)), closes [#4251](https://github.com/reactivex/rxjs/issues/4251)
291
+ - **buffer:** closingNotifier completion does not complete resulting observable ([358ae84](https://github.com/reactivex/rxjs/commit/358ae84cb9d59170216e7e0845c192eb3e1dcb51))
292
+ - **buffer:** Remaining buffer will correctly be emitted on source close. ([0c667d5](https://github.com/reactivex/rxjs/commit/0c667d596d4a14002ffe9d4db319ed7cd7442ada)), closes [#3990](https://github.com/reactivex/rxjs/issues/3990) [#6035](https://github.com/reactivex/rxjs/issues/6035)
293
+ - **debounceTime:** improves performance on quick succession of emits ([#6049](https://github.com/reactivex/rxjs/issues/6049)) ([9b70861](https://github.com/reactivex/rxjs/commit/9b708613cb7687647dc43c5e15b821e17ccc23ef))
294
+ - **distinctUntilChanged:** Ensure reentrant code is compared properly ([#6014](https://github.com/reactivex/rxjs/issues/6014)) ([0ebcf17](https://github.com/reactivex/rxjs/commit/0ebcf1751a5359072b137ff197789570be4d7ead))
295
+ - **share:** Ensure proper memory clean up ([1aa400a](https://github.com/reactivex/rxjs/commit/1aa400a5214325bc843a74602022a7912da20166))
296
+ - **window:** final window stays open until source complete ([e8b05ef](https://github.com/reactivex/rxjs/commit/e8b05ef090d33af5b883e8020b8b7a3c4c8fa30e))
297
+ - **concat/merge:** operators will finalize inners before moving to the next ([#6010](https://github.com/reactivex/rxjs/issues/6010)) ([5249a23](https://github.com/reactivex/rxjs/commit/5249a23b38bdda4639e9d669afd62a624172f89c)), closes [#3338](https://github.com/reactivex/rxjs/issues/3338)
298
+ - predicates that return `any` will now behave property in TS ([#5987](https://github.com/reactivex/rxjs/issues/5987)) ([f5ae97d](https://github.com/reactivex/rxjs/commit/f5ae97d49a35b9f99ac59f79dd244a6d8d6c8a7b)), closes [#5986](https://github.com/reactivex/rxjs/issues/5986)
299
+ - `publish` variants returning `ConnectableObservable` not properly utilizing lift ([#6003](https://github.com/reactivex/rxjs/issues/6003)) ([9acb950](https://github.com/reactivex/rxjs/commit/9acb950aec9efda95eb7492bfc47a33b71ef2e55))
300
+ - Resolve issues with deprecated synchronous error handling and chained operators ([#5980](https://github.com/reactivex/rxjs/issues/5980)) ([0ad2802](https://github.com/reactivex/rxjs/commit/0ad2802a5aa9cd19875dc05c1cfb33f0b2f2c153)), closes [#5979](https://github.com/reactivex/rxjs/issues/5979)
301
+ - `useDeprecatedSynchronousErrorThrowing` honored for flattened sync sources ([#5984](https://github.com/reactivex/rxjs/issues/5984)) ([abd95ce](https://github.com/reactivex/rxjs/commit/abd95ce1aa81a64de81c074a72570a8f0949cd0d)), closes [#5983](https://github.com/reactivex/rxjs/issues/5983)
302
+
303
+ ### Features
304
+
305
+ - **ajax:** Add option for streaming progress ([#6001](https://github.com/reactivex/rxjs/issues/6001)) ([873e52d](https://github.com/reactivex/rxjs/commit/873e52d0d67b0f8470e6290c6fbc35c571464aaf))
306
+ - **exhaustAll:** renamed `exhaust` to `exhaustAll` ([#5639](https://github.com/reactivex/rxjs/issues/5639)) ([701c7d4](https://github.com/reactivex/rxjs/commit/701c7d48cf1c3e60941692010254d6a27fc70980))
307
+
308
+ ### BREAKING CHANGES
309
+
310
+ - **window:** The `windowBoundaries` observable no longer completes the result. It was only ever meant to notify of the window boundary. To get the same behavior as the old behavior, you would need to add an `endWith` and a `skipLast(1)` like so: `source$.pipe(window(notifier$.pipe(endWith(true))), skipLast(1))`.
311
+ - **buffer:** Final buffered values will now always be emitted. To get the same behavior as the previous release, you can use `endWith` and `skipLast(1)`, like so: `source$.pipe(buffer(notifier$.pipe(endWith(true))), skipLast(1))`
312
+ - **buffer:** `closingNotifier` completion no longer completes the result of `buffer`. If that is truly a desired behavior, then you should use `takeUntil`. Something like: `source$.pipe(buffer(notifier$), takeUntil(notifier$.pipe(ignoreElements(), endWith(true))))`, where `notifier$` is multicast, although there are many ways to compose this behavior.
313
+
314
+ # [7.0.0-beta.10](https://github.com/reactivex/rxjs/compare/7.0.0-beta.9...7.0.0-beta.10) (2021-01-18)
315
+
316
+ ### Bug Fixes
317
+
318
+ - **combineLatest:** Ensure `EMPTY` is returned if no observables are passed. ([#5963](https://github.com/reactivex/rxjs/issues/5963)) ([157c7e8](https://github.com/reactivex/rxjs/commit/157c7e8068befdfb26a9ba6ca770d38a66966ab5)), closes [#5962](https://github.com/reactivex/rxjs/issues/5962)
319
+ - **fromEvent:** fixed HasEventTargetAddRemove to support EventTarget types ([#5945](https://github.com/reactivex/rxjs/issues/5945)) ([5f022d7](https://github.com/reactivex/rxjs/commit/5f022d784570684632e6fd5ae247fc259ee34c4b))
320
+
321
+ ### Features
322
+
323
+ - **connect:** Adds new `connect` operator. ([9d53af0](https://github.com/reactivex/rxjs/commit/9d53af04103dbbb3bae40a4c511e2eebf117be09))
324
+ - **connectable:** Adds `connectable` creation method ([f968a79](https://github.com/reactivex/rxjs/commit/f968a791c1b48f3100e925d700e8a0ecd69cc7e5))
325
+ - **share:** Make `share` completely configurable. Also adds `SubjectLike`. ([2d600c7](https://github.com/reactivex/rxjs/commit/2d600c75c1065d862a2089dc1cd26007996b1c9d))
326
+ - **TestScheduler:** add `expectObservable(a$).toEqual(b$)`. ([3372c72](https://github.com/reactivex/rxjs/commit/3372c72ed77a96e29a613a620e85f93bcf447920))
327
+
328
+ ### Performance Improvements
329
+
330
+ - ensure same hidden class for OperatorSubscriber ([#5878](https://github.com/reactivex/rxjs/issues/5878)) ([246b449](https://github.com/reactivex/rxjs/commit/246b44902acde3a80e659f362969e6e2f8b19ef2))
331
+
332
+ ### BREAKING CHANGES
333
+
334
+ - **share:** The TypeScript type `Subscribable` now only supports what is a valid return for `[Symbol.observable]()`.
335
+ - **share:** The TypeScript type `Observer` no longer incorrectly has an optional `closed` property.
336
+
337
+ # [7.0.0-beta.9](https://github.com/reactivex/rxjs/compare/7.0.0-beta.8...7.0.0-beta.9) (2020-12-07)
338
+
339
+ ### Bug Fixes
340
+
341
+ - **audit:** don't signal on complete ([54cb428](https://github.com/reactivex/rxjs/commit/54cb42823ceec4db469f6155de67993b67ec85be))
342
+ - **bufferToggle:** don't signal on complete ([65686ff](https://github.com/reactivex/rxjs/commit/65686ffd23f2d5a5145f2b7c33ea739e9bb808cd))
343
+ - **bufferWhen:** don't signal on complete ([a2ba364](https://github.com/reactivex/rxjs/commit/a2ba364ede3c69c7703795a744f57122b49eac40))
344
+ - **debounce:** don't signal on complete ([c919c68](https://github.com/reactivex/rxjs/commit/c919c684ad63724f0b55ccc4561f847773d945c8))
345
+ - **delayWhen:** no longer emits if duration selector is empty ([#5769](https://github.com/reactivex/rxjs/issues/5769)) ([0872341](https://github.com/reactivex/rxjs/commit/087234146760ab2c67a04f9f0b5494a93affadb7)), closes [#3665](https://github.com/reactivex/rxjs/issues/3665)
346
+ - **forkJoin:** ensure readonly array argument `forkJoin([a$, b$, c$] as const)` result is correct ([6baec53](https://github.com/reactivex/rxjs/commit/6baec536015253ac96827f2136ede17a324c634e))
347
+ - **iif:** No longer allow accidental undefined arguments ([#5829](https://github.com/reactivex/rxjs/issues/5829)) ([23b98b4](https://github.com/reactivex/rxjs/commit/23b98b4e61c3284c81c07a8d810e8c3ec99ddfec))
348
+ - **sample:** don't signal on complete ([95e0b70](https://github.com/reactivex/rxjs/commit/95e0b703caaf288657c7d722b9823458280be88b))
349
+ - **Symbol.observable:** properly defined as a `unique symbol`. ([#5874](https://github.com/reactivex/rxjs/issues/5874)) ([374138e](https://github.com/reactivex/rxjs/commit/374138e09eb7ceb6f8da556c6c11dea1ba8cdbee)), closes [#5861](https://github.com/reactivex/rxjs/issues/5861) [#4415](https://github.com/reactivex/rxjs/issues/4415)
350
+ - **throttle:** don't signal on complete ([4af0227](https://github.com/reactivex/rxjs/commit/4af022753d6dd4e94bcfcf0cc6082bb2312a3f02))
351
+ - **windowToggle:** don't signal on complete ([9cb56c4](https://github.com/reactivex/rxjs/commit/9cb56c45de289ef5b062f33971996bdb8414cf99)), closes [#5838](https://github.com/reactivex/rxjs/issues/5838)
352
+ - use empty object type in combineLatest/forkJoin sigs ([#5832](https://github.com/reactivex/rxjs/issues/5832)) ([22aaaa2](https://github.com/reactivex/rxjs/commit/22aaaa2f03dc721f850d9836243773c5310e85e8))
353
+ - **withLatestFrom:** allow synchronous source ([#5828](https://github.com/reactivex/rxjs/issues/5828)) ([adbe65e](https://github.com/reactivex/rxjs/commit/adbe65e659bbf17f6ab20a9b30fcca0e4d76af9a))
354
+
355
+ ### Features
356
+
357
+ - stopped notification handler ([#5750](https://github.com/reactivex/rxjs/issues/5750)) ([cfa267b](https://github.com/reactivex/rxjs/commit/cfa267bc0916ede09c8b14aedcdb69a791055fb6))
358
+ - support emoji in marble diagrams ([#5907](https://github.com/reactivex/rxjs/issues/5907)) ([1b4608c](https://github.com/reactivex/rxjs/commit/1b4608cea3a9db96d7a629ad5de0e100145c180e))
359
+ - **filter:** improve type inference for filter(Boolean) ([#5831](https://github.com/reactivex/rxjs/issues/5831)) ([d2658fa](https://github.com/reactivex/rxjs/commit/d2658fa32d7a86ac1e0796c452df258fc5470f67))
360
+
361
+ ### BREAKING CHANGES
362
+
363
+ - **windowToggle:** the observable returned by the windowToggle operator's
364
+ closing selector must emit a next notification to close the window.
365
+ Complete notifications no longer close the window.
366
+ - **bufferToggle:** the observable returned by the bufferToggle operator's
367
+ closing selector must emit a next notification to close the buffer.
368
+ Complete notifications no longer close the buffer.
369
+ - **bufferWhen:** the observable returned by the bufferWhen operator's
370
+ closing selector must emit a next notification to close the buffer.
371
+ Complete notifications no longer close the buffer.
372
+ - **debounce:** the observable returned by the debounce operator's
373
+ duration selector must emit a next notification to end the duration.
374
+ Complete notifications no longer end the duration.
375
+ - **throttle:** the observable returned by the throttle operator's
376
+ duration selector must emit a next notification to end the duration.
377
+ Complete notifications no longer end the duration.
378
+ - **sample:** the sample operator's notifier observable must emit a next notification to effect a sample. Complete notifications no longer effect a sample.
379
+ - **audit:** the observable returned by the audit operator's duration selector must emit a next notification to end the duration. Complete notifications no longer end the duration.
380
+ - **Symbol.observable:** `rxjs@7` is only compatible with `@types/node@14.14.3` or higher and `symbol-observable@3.0.0` and higher. Older versions of `@types/node` incorrectly defined `Symbol.observable` and will be in conflict with `rxjs` and `symbol-observable@3.0.0`.
381
+ - **delayWhen:** `delayWhen` will no longer emit if the duration selector simply completes without a value. Notifiers must notify with a value, not a completion.
382
+ - **iif:** `iif` will no longer allow result arguments that are `undefined`. This was a bad call pattern that was likely an error in most cases. If for some reason you are relying on this behavior, simply substitute `EMPTY` in place of the `undefined` argument. This ensures that the behavior was intentional and desired, rather than the result of an accidental `undefined` argument.
383
+
384
+ # [7.0.0-beta.8](https://github.com/reactivex/rxjs/compare/7.0.0-beta.7...7.0.0-beta.8) (2020-10-15)
385
+
386
+ ### Bug Fixes
387
+
388
+ - **audit, auditTime:** audit and auditTime emit last value after source completes ([#5799](https://github.com/reactivex/rxjs/issues/5799)) ([643bc85](https://github.com/reactivex/rxjs/commit/643bc85ab17a15a5d96f8bef8f08c3987d16eb40)), closes [#5730](https://github.com/reactivex/rxjs/issues/5730)
389
+ - No longer allow invalid "Subscribable" type as valid observable source in `from` and others. ([258dddd](https://github.com/reactivex/rxjs/commit/258dddd8a392456e7d0b5ed9a7e294044f7c2518)), closes [#4532](https://github.com/reactivex/rxjs/issues/4532)
390
+ - **bindNodeCallback:** ensure underlying function is not called twice during subscription ([#5780](https://github.com/reactivex/rxjs/issues/5780)) ([74aa4b2](https://github.com/reactivex/rxjs/commit/74aa4b2ea6685f475329a8b8ecbcebed9adae547))
391
+ - **delay:** Now properly handles Date and negative numbers ([#5719](https://github.com/reactivex/rxjs/issues/5719)) ([868c02b](https://github.com/reactivex/rxjs/commit/868c02b47bb6f4ec4cd1d68b5b474731c470f27e)), closes [#5232](https://github.com/reactivex/rxjs/issues/5232)
392
+ - **delayWhen:** only deprecates when subscriptionDelay presents ([#5797](https://github.com/reactivex/rxjs/issues/5797)) ([43d1731](https://github.com/reactivex/rxjs/commit/43d17311a521234375146029aa5c4709cb221344))
393
+ - **every:** index properly increments in predicate ([5686f83](https://github.com/reactivex/rxjs/commit/5686f838fdc3da710d3f1eed1a6381791e3cc644))
394
+ - **firstValueFrom:** now unsubscribes from source after first value is received ([#5813](https://github.com/reactivex/rxjs/issues/5813)) ([a321516](https://github.com/reactivex/rxjs/commit/a321516908aa036fb658395a372668a986af2504)), closes [#5811](https://github.com/reactivex/rxjs/issues/5811)
395
+ - **from:** objects that are thennable that happen to have a subscribe method will no longer error. ([789d6e3](https://github.com/reactivex/rxjs/commit/789d6e3d851d57ab3b4488381f702120fd079737))
396
+ - **fromEvent:** now properly types JQuery event targets ([b5aa15a](https://github.com/reactivex/rxjs/commit/b5aa15a7f58377310438aa5957e1516749d36219))
397
+ - **mergeScan:** no longer emits state again upon completion. ([#5805](https://github.com/reactivex/rxjs/issues/5805)) ([68c2894](https://github.com/reactivex/rxjs/commit/68c28943b4d2c51068fecbc359a68ca6982307bf)), closes [#5372](https://github.com/reactivex/rxjs/issues/5372)
398
+ - **throttle:** now supports synchronous duration selectors ([55e953e](https://github.com/reactivex/rxjs/commit/55e953e1f7b915e6c9072bf14a2febd5b8431393)), closes [#5658](https://github.com/reactivex/rxjs/issues/5658)
399
+ - **throttle:** trailing values will now emit after source completes ([d5fd69c](https://github.com/reactivex/rxjs/commit/d5fd69c123d2232335563eea95c69c07576d079d))
400
+ - **timeout:** allows synchronous observable as a source ([84c5c0b](https://github.com/reactivex/rxjs/commit/84c5c0b9d9e0d1791ac2f066c26e462e822d73e1)), closes [#5746](https://github.com/reactivex/rxjs/issues/5746)
401
+ - **zip:** zip now accepts an array of arguments like its counterparts ([3123b67](https://github.com/reactivex/rxjs/commit/3123b670cca9b77919845333952ef70275ed6e90))
402
+
403
+ ### Code Refactoring
404
+
405
+ - **count:** Base off of `reduce`. ([98a6d09](https://github.com/reactivex/rxjs/commit/98a6d0991df2a28366ab8f34098109a67257c235))
406
+ - **pairs:** Based off of `from` and `Object.entries` ([#5775](https://github.com/reactivex/rxjs/issues/5775)) ([d39f830](https://github.com/reactivex/rxjs/commit/d39f8309c33917cb7070c7432fcd382395e4211e))
407
+
408
+ ### Features
409
+
410
+ - **ajax:** now supports passing custom XSRF cookies in a custom header ([#5702](https://github.com/reactivex/rxjs/issues/5702)) ([1a2c2e4](https://github.com/reactivex/rxjs/commit/1a2c2e49482a460778ea92c7f6a92e58cc3e87bb)), closes [#4003](https://github.com/reactivex/rxjs/issues/4003)
411
+ - **switchScan:** add switchScan() operator ([#4442](https://github.com/reactivex/rxjs/issues/4442)) ([73fa910](https://github.com/reactivex/rxjs/commit/73fa910cb62eccbccc4b4249f9b2606095704328)), closes [#2931](https://github.com/reactivex/rxjs/issues/2931)
412
+
413
+ ### BREAKING CHANGES
414
+
415
+ - **mergeScan:** `mergeScan` will no longer emit its inner state again upon completion.
416
+ - **pairs:** `pairs` will no longer function in IE without a polyfill for `Object.entries`. `pairs` itself is also deprecated in favor of users just using `from(Object.entries(obj))`.
417
+ - **zip:** Zipping a single array will now have a different result. This is an extreme corner-case, because it is very unlikely that anyone would want to zip an array with nothing at all. The workaround would be to wrap the array in another array `zip([[1,2,3]])`. But again, that's pretty weird.
418
+ - **count:** No longer passes `source` observable as a third argument to the predicate. That feature was rarely used, and of limited value. The workaround is to simply close over the source inside of the function if you need to access it in there.
419
+
420
+ # [7.0.0-beta.7](https://github.com/reactivex/rxjs/compare/7.0.0-beta.5...7.0.0-beta.7) (2020-09-23)
421
+
422
+ ### Bug Fixes
423
+
424
+ - **multicast:** and other publish variants will handle errors thrown in a selector appropriately ([bde8eda](https://github.com/reactivex/rxjs/commit/bde8eda09310463b05c5ec7d8a1dd1bafe9dba6f))
425
+
426
+ ### Code Refactoring
427
+
428
+ - **tap:** reduce the size of the implementation ([1222d5a](https://github.com/reactivex/rxjs/commit/1222d5a68faa9d3f3c9ad8f8d5db1440971502bd))
429
+ - **Subscriber:** Massively untangle Subscriber and SafeSubscriber ([07902ca](https://github.com/reactivex/rxjs/commit/07902ca99ee828521ce238826f10b55e25fbf554))
430
+
431
+ ### BREAKING CHANGES
432
+
433
+ - **Subscriber:** `new Subscriber` no longer takes 0-3 arguments. To create a `Subscriber` with 0-3 arguments, use `Subscriber.create`. However, please note that there is little to no reason that you should be creating `Subscriber` references directly, and `Subscriber.create` and `new Subscriber` are both deprecated.
434
+
435
+ # [7.0.0-beta.6](https://github.com/reactivex/rxjs/compare/7.0.0-beta.5...7.0.0-beta.6) (2020-09-23)
436
+
437
+ ### Bug Fixes
438
+
439
+ - **AsyncSubject:** fixed reentrancy issue in complete ([9e00f11](https://github.com/reactivex/rxjs/commit/9e00f11e992d223edf1013d0a44c7cad41b72470)), closes [/github.com/ReactiveX/rxjs/pull/5729/files/30d429cf1b791db15c04a61f6a683e189b53fb3e#r492314703](https://github.com//github.com/ReactiveX/rxjs/pull/5729/files/30d429cf1b791db15c04a61f6a683e189b53fb3e/issues/r492314703)
440
+ - **delay:** proper handling of absolute time (`Date`) passed as an argument ([8ae89b1](https://github.com/reactivex/rxjs/commit/8ae89b19a095541eb3dfe6e6d9f26367486c435e))
441
+ - **fromEvent:** properly teardown for ArrayLike targets ([066de74](https://github.com/reactivex/rxjs/commit/066de7408810864891b9fd16e05c6c8b4ca88087))
442
+ - **ReplaySubject:** no longer buffers additional values after it's already stopped ([#5696](https://github.com/reactivex/rxjs/issues/5696)) ([a08232b](https://github.com/reactivex/rxjs/commit/a08232be6dcab74e94cfbb17cc5138050bcd6ddb))
443
+ - **scan:** proper indexes when seed is not supplied ([f93fb9c](https://github.com/reactivex/rxjs/commit/f93fb9c1fb7434c97e1d156370756159c5f2b077)), closes [#4348](https://github.com/reactivex/rxjs/issues/4348) [#3879](https://github.com/reactivex/rxjs/issues/3879)
444
+ - **windowTime:** Passing no creation interval will now properly open new window when old one closes ([cbd0ac0](https://github.com/reactivex/rxjs/commit/cbd0ac0478730ec10172b57210e7d269d1ce62a2))
445
+
446
+ ### Code Refactoring
447
+
448
+ - **Massive Size Reduction:** reduced the size of all operator implementations as well as other utilities and types ([#5729](https://github.com/reactivex/rxjs/issues/5729)) ([4d3fc23](https://github.com/reactivex/rxjs/commit/fc41e13a1b9a05fc242c1369b4f597c931bd28b5))
449
+
450
+ ### Features
451
+
452
+ - **onUnhandledError:** configuration point added for unhandled errors ([#5681](https://github.com/reactivex/rxjs/issues/5681)) ([3485dd5](https://github.com/reactivex/rxjs/commit/3485dd5149b731e1103d2d070e3892735cbacef1))
453
+ - **skipLast:** counts zero or less will mirror the source ([02e113b](https://github.com/reactivex/rxjs/commit/02e113b3345a9efe8f7c29f8b9c1c0d088aaf726))
454
+
455
+ ### BREAKING CHANGES
456
+
457
+ - **skipLast:** `skipLast` will no longer error when passed a negative number, rather it will simply return the source, as though `0` was passed.
458
+ - **map:** `thisArg` will now default to `undefined`. The previous default of `MapSubscriber` never made any sense. This will only affect code that calls map with a `function` and references `this` like so: `source.pipe(map(function () { console.log(this); }))`. There wasn't anything useful about doing this, so the breakage is expected to be very minimal. If anything we're no longer leaking an implementation detail.
459
+ - **onUnhandledError:** Errors that occur during setup of an observable subscription after the subscription has emitted an error or completed will now throw in their own call stack. Before it would call `console.warn`. This is potentially breaking in edge cases for node applications, which may be configured to terminate for unhandled exceptions. In the unlikely event this affects you, you can configure the behavior to `console.warn` in the new configuration setting like so: `import { config } from 'rxjs'; config.onUnhandledError = (err) => console.warn(err);`
460
+
461
+ # [7.0.0-beta.5](https://github.com/reactivex/rxjs/compare/7.0.0-beta.4...7.0.0-beta.5) (2020-09-03)
462
+
463
+ ### Bug Fixes
464
+
465
+ - **ajax:** Allow XHR to perform body serialization and set content-type where possible ([d8657ed](https://github.com/reactivex/rxjs/commit/d8657ede8d9620ac2a7d61557e1f1d0e89b0b52a)), closes [#2837](https://github.com/reactivex/rxjs/issues/2837)
466
+ - **ajax:** Do not mutate headers passed as arguments ([0d66ba4](https://github.com/reactivex/rxjs/commit/0d66ba458f07fba51cfc73440d01ef453c24cda7)), closes [#2801](https://github.com/reactivex/rxjs/issues/2801)
467
+ - **bindCallback:** now emits errors that happen after callback ([2bddd31](https://github.com/reactivex/rxjs/commit/2bddd317fad962ad375de4a04dd528b02479ec5b))
468
+ - **bindNodeCallback:** now emits errors that happen after callback ([edc28cf](https://github.com/reactivex/rxjs/commit/edc28cfd13ba3d7fadc24ea3c20ec8ca5a19064d))
469
+ - **buffer:** Ensure notifier is subscribed after source ([#5654](https://github.com/reactivex/rxjs/issues/5654)) ([c088b0e](https://github.com/reactivex/rxjs/commit/c088b0eca904ab835b23df629d472003d6a82561)), closes [#2195](https://github.com/reactivex/rxjs/issues/2195) [#1754](https://github.com/reactivex/rxjs/issues/1754)
470
+ - **catchError:** ensure proper handling of async return for synchronous source error handling ([#5627](https://github.com/reactivex/rxjs/issues/5627)) ([1b29d4b](https://github.com/reactivex/rxjs/commit/1b29d4b6d42e3d6b649f9f2c4bb718f343233d83)), closes [#5115](https://github.com/reactivex/rxjs/issues/5115)
471
+ - **catchError:** inner synchronous observables will properly terminate ([#5655](https://github.com/reactivex/rxjs/issues/5655)) ([d3fd2fb](https://github.com/reactivex/rxjs/commit/d3fd2fb2bd619b79d0c4afebc3c10299afbca262))
472
+ - **errors:** Custom RxJS errors now all have a call stack ([#5686](https://github.com/reactivex/rxjs/issues/5686)) ([9bb046c](https://github.com/reactivex/rxjs/commit/9bb046c744cc1f9438a805849b655946e5793936)), closes [#4250](https://github.com/reactivex/rxjs/issues/4250)
473
+ - **onErrorResumeNext:** observables always finalized before moving to next source ([#5650](https://github.com/reactivex/rxjs/issues/5650)) ([ff68ad2](https://github.com/reactivex/rxjs/commit/ff68ad2caa3d275a23416984fab5570d3fed9458))
474
+ - **package.json:** change homepage setting to official docs site. ([#5669](https://github.com/reactivex/rxjs/issues/5669)) ([e57c402](https://github.com/reactivex/rxjs/commit/e57c402b29288f61fe886b00e51817730bcb320b))
475
+ - **repeat:** Ensure teardown happens between repeated synchronous obs… ([#5620](https://github.com/reactivex/rxjs/issues/5620)) ([0ca8a65](https://github.com/reactivex/rxjs/commit/0ca8a65b73aea93172366ca67207b53e3e3e77a8))
476
+ - **repeatWhen:** Ensure teardown happens between repeat subscriptions ([#5625](https://github.com/reactivex/rxjs/issues/5625)) ([98356f4](https://github.com/reactivex/rxjs/commit/98356f4ebefdba1f5a14edbd96de1592694a01a8))
477
+ - **retry:** Ensure teardown happens before resubscription with synchronous observables ([6f90597](https://github.com/reactivex/rxjs/commit/6f90597e51e038dabd8397b9f066ab4e3d344a5b)), closes [#5620](https://github.com/reactivex/rxjs/issues/5620)
478
+ - **retryWhen:** Ensure subscription tears down between retries ([#5623](https://github.com/reactivex/rxjs/issues/5623)) ([6752af7](https://github.com/reactivex/rxjs/commit/6752af7c1839baf3cd7ed9d024499de61a2477e9))
479
+ - **throttleTime:** ensure the spacing between throttles is always at least the throttled amount ([#5687](https://github.com/reactivex/rxjs/issues/5687)) ([ea84fc4](https://github.com/reactivex/rxjs/commit/ea84fc4dce84e32598701f79d9449be00a05352c)), closes [#3712](https://github.com/reactivex/rxjs/issues/3712) [#4864](https://github.com/reactivex/rxjs/issues/4864) [#2727](https://github.com/reactivex/rxjs/issues/2727) [#4727](https://github.com/reactivex/rxjs/issues/4727) [#4429](https://github.com/reactivex/rxjs/issues/4429)
480
+ - **zip:** zip operators and functions are now able to zip all iterable sources ([#5688](https://github.com/reactivex/rxjs/issues/5688)) ([02c3a1b](https://github.com/reactivex/rxjs/commit/02c3a1b70c0e96b784a3c5c214c0f89c5ebdd696)), closes [#4304](https://github.com/reactivex/rxjs/issues/4304)
481
+ - `switchMap` and `exhaustMap` behave correctly with re-entrant code. ([c289688](https://github.com/reactivex/rxjs/commit/c289688f5e1f33ec21306b4d2f5539dd19f963f2))
482
+ - **webSocket:** close websocket connection attempt on unsubscribe ([e1a671c](https://github.com/reactivex/rxjs/commit/e1a671cbd7f5a6ce547ed9ee6ce98c22264500f4)), closes [#4446](https://github.com/reactivex/rxjs/issues/4446)
483
+
484
+ ### Code Refactoring
485
+
486
+ - **ajax:** Use simple Observable ([17b9add](https://github.com/reactivex/rxjs/commit/17b9add03a90aec6e708a87c0fc387745f0b9df6))
487
+ - **Subscriber:** remove \_unsubscribeAndRecycle ([d879c3f](https://github.com/reactivex/rxjs/commit/d879c3f3ae4b1de5660d1613bb8b300e7194d581))
488
+ - **VirtualTimeScheduler:** remove sortActions from public API ([#5657](https://github.com/reactivex/rxjs/issues/5657)) ([a468f88](https://github.com/reactivex/rxjs/commit/a468f881c8c02195b089889486d1a94fab2771e0))
489
+
490
+ ### Features
491
+
492
+ - **combineLatest:** add N-args signature for observable inputs ([#5488](https://github.com/reactivex/rxjs/issues/5488)) ([fcc47e7](https://github.com/reactivex/rxjs/commit/fcc47e75a4c811199c5071144172f4d06ffc7c70))
493
+ - **Subscription:** `add` no longer returns unnecessary Subscription reference ([#5656](https://github.com/reactivex/rxjs/issues/5656)) ([4de604e](https://github.com/reactivex/rxjs/commit/4de604ea66261f597af11918aec53cd94590b30f))
494
+ - **Subscription:** `remove` will now remove any teardown by reference ([#5659](https://github.com/reactivex/rxjs/issues/5659)) ([1531152](https://github.com/reactivex/rxjs/commit/15311529fa1b880ed469b6c253cd0be7ff2f98a1))
495
+ - **throwError:** now accepts a factory to create the error ([#5647](https://github.com/reactivex/rxjs/issues/5647)) ([dad270a](https://github.com/reactivex/rxjs/commit/dad270afcf496de74b4392024191715d7dbef4f5)), closes [#5617](https://github.com/reactivex/rxjs/issues/5617)
496
+ - **useDeprecatedNextContext:** Puts deprecated next context behavior behind a flag ([dfdef5d](https://github.com/reactivex/rxjs/commit/dfdef5dcaf52363be59359786aef8bc733197b43))
497
+ - support schedulers within run ([#5619](https://github.com/reactivex/rxjs/issues/5619)) ([c63de0d](https://github.com/reactivex/rxjs/commit/c63de0d380a923987aab587720473fad1d205d71))
498
+
499
+ ### Performance Improvements
500
+
501
+ - **SafeSubscriber:** avoid using `Object.create` ([40a9e77](https://github.com/reactivex/rxjs/commit/40a9e77fe3d75df9161ad0093f54750b70f57245))
502
+
503
+ ### BREAKING CHANGES
504
+
505
+ - **ajax:**
506
+ - `ajax` body serialization will now use default XHR behavior in all cases. If the body is a `Blob`, `ArrayBuffer`, any array buffer view (like a byte sequence, e.g. `Uint8Array`, etc), `FormData`, `URLSearchParams`, `string`, or `ReadableStream`, default handling is use. If the `body` is otherwise `typeof` `"object"`, then it will be converted to JSON via `JSON.stringify`, and the `Content-Type` header will be set to `application/json;charset=utf-8`. All other types will emit an error.
507
+ - The `Content-Type` header passed to `ajax` configuration no longer has any effect on the serialization behavior of the AJAX request.
508
+ - For TypeScript users, `AjaxRequest` is no longer the type that should be explicitly used to create an `ajax`. It is now `AjaxConfig`, although the two types are compatible, only `AjaxConfig` has `progressSubscriber` and `createXHR`.
509
+
510
+ * **zip:** `zip` operators will no longer iterate provided iterables "as needed", instead the iterables will be treated as push-streams just like they would be everywhere else in RxJS. This means that passing an endless iterable will result in the thread locking up, as it will endlessly try to read from that iterable. This puts us in-line with all other Rx implementations. To work around this, it is probably best to use `map` or some combination of `map` and `zip`. For example, `zip(source$, iterator)` could be `source$.pipe(map(value => [value, iterator.next().value]))`.
511
+
512
+ * **Subscription:** `add` no longer returns an unnecessary Subscription reference. This was done to prevent confusion caused by a legacy behavior. You can now add and remove functions and Subscriptions as teardowns to and from a `Subscription` using `add` and `remove` directly. Before this, `remove` only accepted subscriptions.
513
+
514
+ * **RxJS Error types** Tests that are written with naive expectations against errors may fail now that errors have a proper `stack` property. In some testing frameworks, a deep equality check on two error instances will check the values in `stack`, which could be different.
515
+
516
+ * **Undocumented Behaviors/APIs Removed**:
517
+
518
+ - `unsubscribe` no longer available via the `this` context of observer functions. To reenable, set `config.useDeprecatedNextContext = true` on the rxjs `config` found at `import { config } from 'rxjs';`. Note that enabling this will result in a performance penalty for all consumer subscriptions.
519
+ - Leaked implementation detail `_unsubscribeAndRecycle` of `Subscriber` has been removed. Just use new `Subscription` objects
520
+ - Removed an undocumented behavior where passing a negative count argument to `retry` would result in an observable that repeats forever.
521
+ - An undocumented behavior where passing a negative count argument to `repeat` would result in an observable that repeats forever.
522
+ - The static `sortActions` method on `VirtualTimeScheduler` is no longer publicly exposed by our TS types.
523
+
524
+ * **throwError:** In an extreme corner case for usage, `throwError` is no longer able to emit a function as an error directly. If you need to push a function as an error, you will have to use the factory function to return the function like so: `throwError(() => functionToEmit)`, in other words `throwError(() => () => console.log('called later'))`.
525
+
526
+ # [7.0.0-beta.4](https://github.com/reactivex/rxjs/compare/7.0.0-beta.1...7.0.0-beta.4) (2020-08-02)
527
+
528
+ ### Bug Fixes
529
+
530
+ - **ajax:** Partial observers passed to `progressSubscriber` will no longer error ([25d279f](https://github.com/reactivex/rxjs/commit/25d279f0b45d07f39bfb87b19bc7e2279df8b542))
531
+ - **ajax:** Unparsable responses will no longer prevent full AjaxError from being thrown ([605ee55](https://github.com/reactivex/rxjs/commit/605ee550e5efc266b5dc5d3a9756c7c3b3968a61))
532
+ - **animationFrames:** emit the timestamp from the rAF's callback ([#5438](https://github.com/reactivex/rxjs/issues/5438)) ([c980ae6](https://github.com/reactivex/rxjs/commit/c980ae65ee1b585e8ed66a366eb534ac3e50c205))
533
+ - Ensure unsubscriptions/teardowns on internal subscribers are idempotent ([#5465](https://github.com/reactivex/rxjs/issues/5465)) ([3e39749](https://github.com/reactivex/rxjs/commit/3e39749a58ca663c17f5f0354b0f27532fb6d319)), closes [#5464](https://github.com/reactivex/rxjs/issues/5464)
534
+ - **timeout:** defer error creation until timeout occurs ([#5497](https://github.com/reactivex/rxjs/issues/5497)) ([3be9840](https://github.com/reactivex/rxjs/commit/3be98404fafd5a8de758deb4e0d103a7b60aa31e)), closes [#5491](https://github.com/reactivex/rxjs/issues/5491)
535
+
536
+ ### Code Refactoring
537
+
538
+ - **ajax:** Drop support for IE10 and lower ([0eaadd6](https://github.com/reactivex/rxjs/commit/0eaadd60c716050f5e3701d513a028a9cd49085a))
539
+ - **Observable:** Update property and method types ([#5572](https://github.com/reactivex/rxjs/issues/5572)) ([144b626](https://github.com/reactivex/rxjs/commit/144b626c3905640b4adeb2b97e722912eff1b264))
540
+
541
+ ### Features
542
+
543
+ - **combineLatest:** support for observable dictionaries ([#5022](https://github.com/reactivex/rxjs/issues/5022)) ([#5363](https://github.com/reactivex/rxjs/issues/5363)) ([f5278aa](https://github.com/reactivex/rxjs/commit/f5278aa89ea164caf5cf10e77d7bd00eff26fc0f))
544
+ - **TestScheduler:** add an animate "run mode" helper ([#5607](https://github.com/reactivex/rxjs/issues/5607)) ([edd6731](https://github.com/reactivex/rxjs/commit/edd67313814bfc32e8a5129d8049e4d4678cd35d))
545
+ - **timeout:** One timeout to rule them all ([def1d34](https://github.com/reactivex/rxjs/commit/def1d346b43008bc413a3ac985e1611bbbf62003))
546
+
547
+ ### BREAKING CHANGES
548
+
549
+ - **ajax:** In an extreme corner-case... If an error occurs, the responseType is `"json"`, we're in IE, and the `responseType` is not valid JSON, the `ajax` observable will no longer emit a syntax error, rather it will emit a full `AjaxError` with more details.
550
+ - **ajax:** Ajax implementation drops support for IE10 and lower. This puts us in-line with other implementations and helps clean up code in this area
551
+ - **Observable:** `lift` no longer exposed. It was _NEVER_ documented that end users of the library should be creating operators using `lift`. Lift has a [variety of issues](https://github.com/ReactiveX/rxjs/issues/5431) and was always an internal implementation detail of rxjs that might have been used by a few power users in the early days when it had the most value. The value of `lift`, originally, was that subclassed `Observable`s would compose through all operators that implemented lift. The reality is that feature is not widely known, used, or supported, and it was never documented as it was very experimental when it was first added. Until the end of v7, `lift` will remain on Observable. Standard JavaScript users will notice no difference. However, TypeScript users might see complaints about `lift` not being a member of observable. To workaround this issue there are two things you can do: 1. Rewrite your operators as [outlined in the documentation](https://rxjs.dev/guide/operators), such that they return `new Observable`. or 2. cast your observable as `any` and access `lift` that way. Method 1 is recommended if you do not want things to break when we move to version 8.
552
+
553
+ # [7.0.0-beta.3](https://github.com/reactivex/rxjs/compare/7.0.0-beta.1...7.0.0-beta.3) (2020-07-30)
554
+
555
+ ### Bug Fixes
556
+
557
+ - **perf:** Ensure unsubscriptions/teardowns on internal subscribers are idempotent ([#5465](https://github.com/reactivex/rxjs/issues/5465)) ([3e39749](https://github.com/reactivex/rxjs/commit/3e39749a58ca663c17f5f0354b0f27532fb6d319)), closes [#5464](https://github.com/reactivex/rxjs/issues/5464)
558
+ - **timeout:** defer error creation until timeout occurs ([#5497](https://github.com/reactivex/rxjs/issues/5497)) ([3be9840](https://github.com/reactivex/rxjs/commit/3be98404fafd5a8de758deb4e0d103a7b60aa31e)), closes [#5491](https://github.com/reactivex/rxjs/issues/5491)
559
+
560
+ ### Code Refactoring
561
+
562
+ - **perf:** Reduce memory pressure by no longer retaining outer values across the majority of operators. ([#5610](https://github.com/reactivex/rxjs/pull/5610)) ([bff1827](https://github.com/ReactiveX/rxjs/commit/bff18272dca23938a5f5b57cec6eb8d8be5bfddf))
563
+ - **Observable:** Update property and method types ([#5572](https://github.com/reactivex/rxjs/issues/5572)) ([144b626](https://github.com/reactivex/rxjs/commit/144b626c3905640b4adeb2b97e722912eff1b264))
564
+
565
+ ### Features
566
+
567
+ - **combineLatest:** support for observable dictionaries ([#5022](https://github.com/reactivex/rxjs/issues/5022)) ([#5363](https://github.com/reactivex/rxjs/issues/5363)) ([f5278aa](https://github.com/reactivex/rxjs/commit/f5278aa89ea164caf5cf10e77d7bd00eff26fc0f))
568
+
569
+ ### BREAKING CHANGES
570
+
571
+ - **Observable:** `lift` no longer exposed. It was _never_ documented that end users of the library should be creating operators using `lift`. Lift has a [variety of issues](https://github.com/ReactiveX/rxjs/issues/5431) and was always an internal implementation detail of rxjs that might have been used by a few power users in the early days when it had the most value. The value of `lift`, originally, was that subclassed `Observable`s would compose through all operators that implemented lift. The reality is that feature is not widely known, used, or supported, and it was never documented as it was very experimental when it was first added. Until the end of v7, `lift` will remain on Observable. Standard JavaScript users will notice no difference. However, TypeScript users might see complaints about `lift` not being a member of observable. To workaround this issue there are two things you can do: 1. Rewrite your operators as [outlined in the documentation](https://rxjs.dev/guide/operators), such that they return `new Observable`. or 2. cast your observable as `any` and access `lift` that way. It is recommended that operators be implemented in terms of functions that return `(source: Observable<T>) => new Observable<R>(...)`, per the documentation/guide.
572
+
573
+ # [7.0.0-beta.2](https://github.com/reactivex/rxjs/compare/7.0.0-beta.1...7.0.0-beta.2) (2020-07-03)
574
+
575
+ ### Bug Fixes
576
+
577
+ - **dependencies:** Move accidental dependency on `typedoc` to dev-dependencies. ([#5566](https://github.com/reactivex/rxjs/issues/5566)) ([45702bf](https://github.com/ReactiveX/rxjs/commit/45702bf6cd1b4a150f47b2a1d273f1ee31ca2482))
578
+
579
+ # [7.0.0-beta.1](https://github.com/reactivex/rxjs/compare/7.0.0-beta.0...7.0.0-beta.1) (2020-07-02)
580
+
581
+ ### Bug Fixes
582
+
583
+ - **pluck:** operator breaks with null/undefined inputs. ([#5524](https://github.com/reactivex/rxjs/issues/5524)) ([c5f6550](https://github.com/reactivex/rxjs/commit/c5f65508505cf1f90560e6be76425e09c455bec3))
584
+ - **shareReplay:** no longer misses synchronous values from source ([92452cc](https://github.com/reactivex/rxjs/commit/92452cc20021141aa0f047c7e5af569a413143e5))
585
+ - **interop:** chain interop/safe subscriber unsubscriptions correctly ([#5472](https://github.com/reactivex/rxjs/issues/5472)) ([98ad0eb](https://github.com/reactivex/rxjs/commit/98ad0eba6bc079851b44951f3963e8aae0abf861)), closes [#5469](https://github.com/reactivex/rxjs/issues/5469) [#5311](https://github.com/reactivex/rxjs/issues/5311) [#2675](https://github.com/reactivex/rxjs/issues/2675)
586
+ - **finalize:** chain subscriptions for interop with finalize ([#5239](https://github.com/reactivex/rxjs/issues/5239)) ([04ba662](https://github.com/reactivex/rxjs/commit/04ba6621fe9e09238e1796217d04107e52dd36d5)), closes [#5237](https://github.com/reactivex/rxjs/issues/5237) [#5237](https://github.com/reactivex/rxjs/issues/5237)
587
+ - **animationFrameScheduler:** don't execute rescheduled animation frame and asap actions in flush ([#5399](https://github.com/reactivex/rxjs/issues/5399)) ([33c9c8c](https://github.com/reactivex/rxjs/commit/33c9c8cf7e247d4ad4d7318bfd02e8e5bedb0f40)), closes [#4972](https://github.com/reactivex/rxjs/issues/4972) [#5397](https://github.com/reactivex/rxjs/issues/5397)
588
+ - **iterables:** errors thrown from iterables now properly propagated ([#5444](https://github.com/reactivex/rxjs/issues/5444)) ([75d4c2f](https://github.com/reactivex/rxjs/commit/75d4c2f33d2e2121b2a316849044ad17ab28dbaf))
589
+ - **finalize:** callback will be called after the source observable is torn down. ([0d7b7c1](https://github.com/reactivex/rxjs/commit/0d7b7c14e34eed43fb2ad1386281800fa3ae8aec)), closes [#5357](https://github.com/reactivex/rxjs/issues/5357)
590
+ - **Notification:** typing improvements ([#5478](https://github.com/reactivex/rxjs/issues/5478)) ([96868ac](https://github.com/reactivex/rxjs/commit/96868ac754c0147a9aa61182185f27224eb7f11a))
591
+ - **TestScheduler:** support empty subscription marbles ([#5502](https://github.com/reactivex/rxjs/issues/5502)) ([e65696e](https://github.com/reactivex/rxjs/commit/e65696e2f7f7338659a873f6653026b33b9011a9)), closes [#5499](https://github.com/reactivex/rxjs/issues/5499)
592
+ - **expand:** now works properly with asynchronous schedulers ([294b27e](https://github.com/reactivex/rxjs/commit/294b27eb6a96e8edee3af35e6aaaef50628376e4))
593
+ - **subscribeOn:** allow Infinity as valid delay ([#5500](https://github.com/reactivex/rxjs/issues/5500)) ([cd7d649](https://github.com/reactivex/rxjs/commit/cd7d64901e82fd7fb5e8407f1f30828906fac420))
594
+ - **Subject:** resolve issue where Subject constructor errantly allowed an argument ([#5476](https://github.com/reactivex/rxjs/issues/5476)) ([e1d35dc](https://github.com/reactivex/rxjs/commit/e1d35dc258edea0237ef49a31f7b34c058755969))
595
+ - **Subject:** no default generic ([e678e81](https://github.com/reactivex/rxjs/commit/e678e81ba80f5bcc27b0e956295ce2fc8dfe4576))
596
+ - **defer:** No longer allows `() => undefined` to observableFactory (#5449) ([1ae937a](https://github.com/reactivex/rxjs/commit/1ae937a8e594aef96b93313bb3c68ea910e6f528)), closes [#5449](https://github.com/reactivex/rxjs/issues/5449)
597
+ - **single:** Corrected behavior for `single(() => false)` on empty observables. (#5325) ([27931bc](https://github.com/reactivex/rxjs/commit/27931bcfd2aa864e277d3e72128c57e807b28bb0)), closes [#5325](https://github.com/reactivex/rxjs/issues/5325)
598
+ - **take/takeLast**: Properly assert number types at runtime (#5326) ([5efc474](https://github.com/reactivex/rxjs/commit/5efc474161c9196dbdf4803a9cc444a547067549)), closes [#5326](https://github.com/reactivex/rxjs/issues/5326)
599
+
600
+ ### Features
601
+
602
+ - **Observable:** Remove async iteration ([#5492](https://github.com/reactivex/rxjs/issues/5492)) ([8f43e71](https://github.com/reactivex/rxjs/commit/8f43e71f5692119e57a7acc5817c146d0b288e8c))
603
+ - **groupBy:** Add typeguards support for groupBy ([#5441](https://github.com/reactivex/rxjs/issues/5441)) ([da382da](https://github.com/reactivex/rxjs/commit/da382da4cdcc6e7ab1ffc6a499f4f7f5ea7de130))
604
+ - **raceWith:** add raceWith, the renamed `race` operator ([#5303](https://github.com/reactivex/rxjs/issues/5303)) ([ca7f370](https://github.com/reactivex/rxjs/commit/ca7f370d8379f22526cfb17d40deff53e1358742))
605
+ - **fetch:** add selector ([#5306](https://github.com/reactivex/rxjs/issues/5306)) ([99b5af1](https://github.com/reactivex/rxjs/commit/99b5af1af5d169d55d454ff8e27d88105cee4b6f)), closes [#4744](https://github.com/reactivex/rxjs/issues/4744)
606
+ - **TimestampProvider:** Reduced scheduler footprint for default usage of shareReplay, timeInterval, and timestamp ([#4973](https://github.com/reactivex/rxjs/issues/4973)) ([b2e67e3](https://github.com/reactivex/rxjs/commit/b2e67e3139f0be1fb000ba42bb42c5ba60cc803a))
607
+
608
+ ### BREAKING CHANGES
609
+
610
+ - `Notification.createNext(undefined)` will no longer return the exact same reference every time.
611
+ - Type signatures tightened up around `Notification` and `dematerialize`, may uncover issues with invalid types passed to those operators.
612
+ - Experimental support for `for await` as been removed. Use https://github.com/benlesh/rxjs-for-await instead.
613
+ - `defer` no longer allows factories to return `void` or `undefined`. All factories passed to defer must return a proper `ObservableInput`, such as `Observable`, `Promise`, et al. To get the same behavior as you may have relied on previously, `return EMPTY` or `return of()` from the factory.
614
+ - `single` operator will now throw for scenarios where values coming in are either not present, or do not match the provided predicate. Error types have thrown have also been updated, please check documentation for changes.
615
+ - `take` and will now throw runtime error for arguments that are negative or NaN, this includes non-TS calls like `take()`.
616
+
617
+ - `takeLast` now has runtime assertions that throw `TypeError`s for invalid arguments. Calling takeLast without arguments or with an argument that is `NaN` will throw a `TypeError`
618
+ - `ReplaySubject` no longer schedules emissions when a scheduler is provided. If you need that behavior,
619
+ please compose in `observeOn` using `pipe`, for example: `new ReplaySubject(2, 3000).pipe(observeOn(asap))`
620
+
621
+ - `timestamp` operator accepts a `TimestampProvider`, which is any object with a `now` method
622
+ that returns a number. This means pulling in less code for the use of the `timestamp` operator. This may cause
623
+ issues with `TestScheduler` run mode. (Issue here: https://github.com/ReactiveX/rxjs/issues/5553)
624
+
625
+ # [7.0.0-beta.0](https://github.com/reactivex/rxjs/compare/7.0.0-alpha.1...7.0.0-beta.0) (2020-04-03)
626
+
627
+ ### Bug Fixes
628
+
629
+ - **mergeMapTo:** remove redundant/unused generic ([#5299](https://github.com/reactivex/rxjs/issues/5299)) ([d67b7da](https://github.com/reactivex/rxjs/commit/d67b7dafbacb3aac8f4dd7f215fe2d2c602f0d36))
630
+ - **ajax:** AjaxTimeoutErrorImpl extends AjaxError ([#5226](https://github.com/reactivex/rxjs/issues/5226)) ([a8da8dc](https://github.com/reactivex/rxjs/commit/a8da8dcc899342d3bb6d2d913247d9e734095287))
631
+ - **delay:** emit complete notification as soon as possible ([63b8797](https://github.com/reactivex/rxjs/commit/63b8797fbeed09eb675ea64b0b83607cef1367a9)), closes [#4249](https://github.com/reactivex/rxjs/issues/4249)
632
+ - **endWith:** will properly type N arguments ([#5246](https://github.com/reactivex/rxjs/issues/5246)) ([81ee1f7](https://github.com/reactivex/rxjs/commit/81ee1f72408854f4017615fe7949edf5dd50533b))
633
+ - **fetch:** don't leak event listeners added to passed-in signals ([#5305](https://github.com/reactivex/rxjs/issues/5305)) ([d4d6c47](https://github.com/reactivex/rxjs/commit/d4d6c47d8abccc8cbe17e46192fc1eaa42d2d023))
634
+ - **TestScheduler:** Subclassing TestScheduler needs RunHelpers ([#5138](https://github.com/reactivex/rxjs/issues/5138)) ([927d5d9](https://github.com/reactivex/rxjs/commit/927d5d90ab5f12a79cd50f7290b4f8df1e83ecfc))
635
+ - **pipe:** Special handling for 0-arg case. ([#4936](https://github.com/reactivex/rxjs/issues/4936)) ([290fa51](https://github.com/reactivex/rxjs/commit/290fa51c44881f25f2fe4cf9885028396c7fd74c))
636
+ - **pluck:** fix pluck's catch-all signature for better type safety ([#5192](https://github.com/reactivex/rxjs/issues/5192)) ([e0c5b7c](https://github.com/reactivex/rxjs/commit/e0c5b7c790bb9d99fa8bee26c805b5e70c1e456b))
637
+ - **pluck:** param type now accepts number and symbol ([9697b69](https://github.com/reactivex/rxjs/commit/9697b695c23c3dcb614e6a70be63a94ffcd86ed9))
638
+ - **startWith:** accepts N arguments and returns correct type ([#5247](https://github.com/reactivex/rxjs/issues/5247)) ([150ed8b](https://github.com/reactivex/rxjs/commit/150ed8b75909b0e0bb9dc8928287ebdc47e19c51))
639
+ - **combineLatestWith:** and zipWith infer types from n-arguments ([#5257](https://github.com/reactivex/rxjs/issues/5257)) ([3e282a5](https://github.com/reactivex/rxjs/commit/3e282a58b1baf7aa03b17142f858bca09a542adf))
640
+ - **race:** support N args in static race and ensure observable returned ([#5286](https://github.com/reactivex/rxjs/issues/5286)) ([6d901cb](https://github.com/reactivex/rxjs/commit/6d901cbb0c0f2aa3fc5a02ef895cc9e9a7a09243))
641
+ - **toPromise:** correct toPromise return type ([#5072](https://github.com/reactivex/rxjs/issues/5072)) ([b1c3573](https://github.com/reactivex/rxjs/commit/b1c35738204b5b1a5d325a16e70cdbf25b523976))
642
+ - **fromFetch:** don't reassign closed-over parameter in fromFetch ([#5234](https://github.com/reactivex/rxjs/issues/5234)) ([37d2d99](https://github.com/reactivex/rxjs/commit/37d2d99762264ef5faabc0ce4f56d7aab51806dc)), closes [#5233](https://github.com/reactivex/rxjs/issues/5233) [#5233](https://github.com/reactivex/rxjs/issues/5233)
643
+
644
+ ### Features
645
+
646
+ - add `lastValueFrom` and `firstValueFrom` methods ([#5295](https://github.com/reactivex/rxjs/issues/5295)) ([e69b765](https://github.com/reactivex/rxjs/commit/e69b76584d6872b3c55aa1bdf39c8984e9d9b00e))
647
+ - RxJS now supports first-class interop with AsyncIterables ([4fa9d01](https://github.com/reactivex/rxjs/commit/4fa9d016a83049d014d77b89c56301e42db16b4d))
648
+ - **combineLatestWith:** adds `combineLatestWith` - renamed legacy `combineLatest` operator ([#5251](https://github.com/reactivex/rxjs/issues/5251)) ([6d7b146](https://github.com/reactivex/rxjs/commit/6d7b1469110b405405549c9b6c311d2621738353))
649
+ - **retry:** add config to reset error count on successful emission ([#5280](https://github.com/reactivex/rxjs/issues/5280)) ([ab6e9fc](https://github.com/reactivex/rxjs/commit/ab6e9fc32c19c1f14f8f59459db75312e75b9351))
650
+ - **zipWith:** add `zipWith` which is just a rename of legacy `zip` operator ([#5249](https://github.com/reactivex/rxjs/issues/5249)) ([86b6a27](https://github.com/reactivex/rxjs/commit/86b6a272fd48c4712adba78963e05bb759ecf4f9))
651
+
652
+ ### BREAKING CHANGES
653
+
654
+ - **startWith:** `startWith` will return incorrect types when called with more than 7 arguments and a scheduler. Passing scheduler to startWith is deprecated
655
+ - **toPromise:** toPromise return type now returns `T | undefined` in TypeScript, which is correct, but may break builds.
656
+
657
+ # [7.0.0-alpha.1](https://github.com/reactivex/rxjs/compare/7.0.0-alpha.0...7.0.0-alpha.1) (2019-12-27)
658
+
659
+ ### Bug Fixes
660
+
661
+ - chain subscriptions from observables that belong to other instances of RxJS (e.g. in node_modules) ([#5059](https://github.com/reactivex/rxjs/issues/5059)) ([d7f7078](https://github.com/reactivex/rxjs/commit/d7f7078))
662
+ - clear subscription on `shareReplay` completion ([#5044](https://github.com/reactivex/rxjs/issues/5044)) ([35e600f](https://github.com/reactivex/rxjs/commit/35e600f)), closes [#5034](https://github.com/reactivex/rxjs/issues/5034)
663
+ - **closure:** Annotate next() for ReplaySubject ([#5088](https://github.com/reactivex/rxjs/issues/5088)) ([8687fbd](https://github.com/reactivex/rxjs/commit/8687fbd))
664
+ - **closure:** static prop frameTimeFactor being collapsed when compiled with closure. ([39872c9](https://github.com/reactivex/rxjs/commit/39872c9))
665
+ - **docs:** remove repetitive op3() in example ([#5043](https://github.com/reactivex/rxjs/issues/5043)) ([e17df33](https://github.com/reactivex/rxjs/commit/e17df33))
666
+ - **filter:** Fix overload order for filter to support inferring the generic type ([#5024](https://github.com/reactivex/rxjs/issues/5024)) ([8255365](https://github.com/reactivex/rxjs/commit/8255365))
667
+ - **fromFetch:** passing already aborted signal to init aborts fetch ([0e4849a](https://github.com/reactivex/rxjs/commit/0e4849a))
668
+
669
+ ### Features
670
+
671
+ - **concatWith:** adds concatWith ([#4988](https://github.com/reactivex/rxjs/issues/4988)) ([dc89736](https://github.com/reactivex/rxjs/commit/dc89736))
672
+
673
+ # [7.0.0-alpha.0](https://github.com/reactivex/rxjs/compare/6.5.2...7.0.0-alpha.0) (2019-09-18)
674
+
675
+ ### Bug Fixes
676
+
677
+ - missing package.json in rxjs/fetch ([#5001](https://github.com/reactivex/rxjs/issues/5001)) ([f4bee07](https://github.com/reactivex/rxjs/commit/f4bee07))
678
+ - **filter:** Resolve TS build failures for certain situations where Boolean is the predicate ([77c7dfd](https://github.com/reactivex/rxjs/commit/77c7dfd))
679
+ - **pluck:** key union type strictness ([#4585](https://github.com/reactivex/rxjs/issues/4585)) ([bd5ec2d](https://github.com/reactivex/rxjs/commit/bd5ec2d))
680
+ - **race:** ignore latter sources after first complete or error ([#4809](https://github.com/reactivex/rxjs/issues/4809)) ([f31c3df](https://github.com/reactivex/rxjs/commit/f31c3df)), closes [#4808](https://github.com/reactivex/rxjs/issues/4808)
681
+ - **scan/reduce:** Typings correct for mixed seed/value types ([#4858](https://github.com/reactivex/rxjs/issues/4858)) ([b89ebe5](https://github.com/reactivex/rxjs/commit/b89ebe5))
682
+ - **scheduled:** import from relative paths ([#4832](https://github.com/reactivex/rxjs/issues/4832)) ([1d37a87](https://github.com/reactivex/rxjs/commit/1d37a87))
683
+ - **TS:** Error impls now properly type `this` ([#4978](https://github.com/reactivex/rxjs/issues/4978)) ([7606dc7](https://github.com/reactivex/rxjs/commit/7606dc7))
684
+ - **TS:** fix type inference for defaultIfEmpty. ([#4833](https://github.com/reactivex/rxjs/issues/4833)) ([9b5ce2f](https://github.com/reactivex/rxjs/commit/9b5ce2f))
685
+ - **types:** add Boolean signature to filter ([#4961](https://github.com/reactivex/rxjs/issues/4961)) ([259853e](https://github.com/reactivex/rxjs/commit/259853e)), closes [#4959](https://github.com/reactivex/rxjs/issues/4959) [/github.com/ReactiveX/rxjs/issues/4959#issuecomment-520629091](https://github.com//github.com/ReactiveX/rxjs/issues/4959/issues/issuecomment-520629091)
686
+
687
+ ### Features
688
+
689
+ - **animationFrames:** Adds an observable of animationFrames ([#5021](https://github.com/reactivex/rxjs/issues/5021)) ([6a4cd68](https://github.com/reactivex/rxjs/commit/6a4cd68))
690
+ - **concat:** can infer N types ([6c0cbc4](https://github.com/reactivex/rxjs/commit/6c0cbc4))
691
+ - **of:** Update of typings ([e8adbb5](https://github.com/reactivex/rxjs/commit/e8adbb5))
692
+ - **rxjs-compat:** removed for v7 ([#4839](https://github.com/reactivex/rxjs/issues/4839)) ([79b1b95](https://github.com/reactivex/rxjs/commit/79b1b95))
693
+ - **TestScheduler:** expose `frameTimeFactor` property ([#4977](https://github.com/reactivex/rxjs/issues/4977)) ([8c32ed0](https://github.com/reactivex/rxjs/commit/8c32ed0))
694
+ - **TS:** Update to TypeScript 3.5.3 ([741a136](https://github.com/reactivex/rxjs/commit/741a136))
695
+
696
+ ### BREAKING CHANGES
697
+
698
+ - **concat:** Generic signature changed. Recommend not explicitly passing generics, just let inference do its job. If you must, cast with `as`.
699
+ - **of:** Generic signature changed, do not specify generics, allow them to be inferred or use `as`
700
+ - **of:** Use with more than 9 arguments, where the last argument is a `SchedulerLike` may result in the wrong type which includes the `SchedulerLike`, even though the run time implementation does not support that. Developers should be using `scheduled` instead
701
+ - **TS:** RxJS requires TS 3.5
702
+ - **rxjs-compat:** `rxjs/Rx` is no longer a valid import site.
703
+ - **rxjs-compat:** `rxjs-compat` is not published for v7 (yet)
704
+ - **race:** `race()` will no longer subscribe to subsequent observables if a provided source synchronously errors or completes. This means side effects that might have occurred during subscription in those rare cases will no longer occur.
705
+
706
+ ## [6.5.3](https://github.com/reactivex/rxjs/compare/6.5.2...6.5.3) (2019-09-03)
707
+
708
+ ### Bug Fixes
709
+
710
+ - **general:** Refactor modules so they don't show side effects in some tools ([#4769](https://github.com/reactivex/rxjs/issues/4769)) ([9829c5e0](https://github.com/reactivex/rxjs/commit/9829c5e0))
711
+ - **defer:** restrict allowed factory types ([#4835](https://github.com/reactivex/rxjs/issues/4835)) ([40a22096](https://github.com/reactivex/rxjs/commit/40a22096))
712
+
713
+ ## [6.5.2](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.2) (2019-05-10)
714
+
715
+ ### Bug Fixes
716
+
717
+ - **endWith:** wrap args - they are not observables - in of before concatenating ([#4735](https://github.com/reactivex/rxjs/issues/4735)) ([986be2f](https://github.com/reactivex/rxjs/commit/986be2f))
718
+ - **forkJoin:** test for object literal ([#4741](https://github.com/reactivex/rxjs/issues/4741)) ([c11e1b3](https://github.com/reactivex/rxjs/commit/c11e1b3)), closes [#4737](https://github.com/reactivex/rxjs/issues/4737) [#4737](https://github.com/reactivex/rxjs/issues/4737)
719
+ - **Notification:** replace const enum ([#4556](https://github.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github.com/reactivex/rxjs/issues/4538)
720
+ - **of:** remove deprecation comment to prevent false positive warning ([#4724](https://github.com/reactivex/rxjs/issues/4724)) ([da69c16](https://github.com/reactivex/rxjs/commit/da69c16))
721
+ - **pairwise:** make it recursion-proof ([#4743](https://github.com/reactivex/rxjs/issues/4743)) ([21ab261](https://github.com/reactivex/rxjs/commit/21ab261))
722
+ - **scan:** fixed declarations to properly support different return types ([#4598](https://github.com/reactivex/rxjs/issues/4598)) ([126d2b6](https://github.com/reactivex/rxjs/commit/126d2b6))
723
+ - **Subscription:** Return Empty when teardown === null ([#4575](https://github.com/reactivex/rxjs/issues/4575)) ([ffc4e68](https://github.com/reactivex/rxjs/commit/ffc4e68))
724
+ - **throttleTime:** emit single value with trailing enabled ([#4564](https://github.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github.com/reactivex/rxjs/issues/2859) [#4491](https://github.com/reactivex/rxjs/issues/4491)
725
+ - **umd:** export fetch namespace ([#4738](https://github.com/reactivex/rxjs/issues/4738)) ([7926122](https://github.com/reactivex/rxjs/commit/7926122))
726
+ - **fromFetch:** don't abort if fetch resolves ([#4742](https://github.com/reactivex/rxjs/issues/4742) ([ed8d771](https://github.com/reactivex/rxjs/commit/ed8d771))
727
+
728
+ ## [6.5.1](https://github.com/reactivex/rxjs/compare/6.5.0...6.5.1) (2019-04-23)
729
+
730
+ ### Bug Fixes
731
+
732
+ - **Notification:** replace const enum ([#4556](https://github.com/reactivex/rxjs/issues/4556)) ([e460eec](https://github.com/reactivex/rxjs/commit/e460eec)), closes [#4538](https://github.com/reactivex/rxjs/issues/4538)
733
+ - **throttleTime:** emit single value with trailing enabled ([#4564](https://github.com/reactivex/rxjs/issues/4564)) ([fd690a6](https://github.com/reactivex/rxjs/commit/fd690a6)), closes [#2859](https://github.com/reactivex/rxjs/issues/2859) [#4491](https://github.com/reactivex/rxjs/issues/4491)
734
+
735
+ # [6.5.0](https://github.com/reactivex/rxjs/compare/6.4.0...6.5.0) (2019-04-23)
736
+
737
+ ### Bug Fixes
738
+
739
+ - **docs-app:** remove stopWordFilter from lunr pipeline ([#4536](https://github.com/reactivex/rxjs/issues/4536)) ([9eaebd4](https://github.com/reactivex/rxjs/commit/9eaebd4))
740
+ - **dtslint:** disable tests that break in TS@next ([#4705](https://github.com/reactivex/rxjs/issues/4705)) ([ecc73d2](https://github.com/reactivex/rxjs/commit/ecc73d2))
741
+ - **index:** export NotificationKind ([#4514](https://github.com/reactivex/rxjs/issues/4514)) ([7125355](https://github.com/reactivex/rxjs/commit/7125355)), closes [#4513](https://github.com/reactivex/rxjs/issues/4513)
742
+ - **race:** better typings ([#4643](https://github.com/reactivex/rxjs/issues/4643)) ([fb9bc48](https://github.com/reactivex/rxjs/commit/fb9bc48)), closes [#4390](https://github.com/reactivex/rxjs/issues/4390) [#4642](https://github.com/reactivex/rxjs/issues/4642)
743
+ - **throwIfEmpty:** ensure result is retry-able ([c4f44b9](https://github.com/reactivex/rxjs/commit/c4f44b9))
744
+ - **types:** Fixed signature for onErrorResumeNext ([#4603](https://github.com/reactivex/rxjs/issues/4603)) ([4dd0be0](https://github.com/reactivex/rxjs/commit/4dd0be0))
745
+
746
+ ### Features
747
+
748
+ - **combineLatest:** deprecated rest argument and scheduler signatures ([#4641](https://github.com/reactivex/rxjs/issues/4641)) ([6661c79](https://github.com/reactivex/rxjs/commit/6661c79)), closes [#4640](https://github.com/reactivex/rxjs/issues/4640)
749
+ - **fromFetch:** We now export a `fromFetch` static observable creation method from `rxjs/fetch`. Mirrors native `fetch` only it's lazy and cancellable via `Observable` interface. ([#4702](https://github.com/reactivex/rxjs/issues/4702)) ([5a1ef86](https://github.com/reactivex/rxjs/commit/5a1ef86))
750
+ - **forkJoin:** accepts a dictionary of sources ([#4640](https://github.com/reactivex/rxjs/issues/4640)) ([b5a2ac9](https://github.com/reactivex/rxjs/commit/b5a2ac9))
751
+ - **partition:** new `partition` observable creation function. Old `partition` operator is deprecated ([#4419](https://github.com/reactivex/rxjs/issues/4419)) ([#4685](https://github.com/reactivex/rxjs/issues/4685)) ([d5d6980](https://github.com/reactivex/rxjs/commit/d5d6980))
752
+ - **scheduled:** Add `scheduled` creation function to use to create scheduled observable of values. Deprecate scheduled versions of `from`, `range`, et al. ([#4595](https://github.com/reactivex/rxjs/issues/4595)) ([f57e1fc](https://github.com/reactivex/rxjs/commit/f57e1fc))
753
+
754
+ ### Performance Improvements
755
+
756
+ - **Subscription:** improve parent management ([#4526](https://github.com/reactivex/rxjs/issues/4526)) ([06f1a25](https://github.com/reactivex/rxjs/commit/06f1a25))
757
+
758
+ # [6.4.0](https://github.com/reactivex/rxjs/compare/6.3.3...6.4.0) (2019-01-30)
759
+
760
+ ### Bug Fixes
761
+
762
+ - **ajax:** Fix case-insensitive headers in HTTP request ([#4453](https://github.com/reactivex/rxjs/issues/4453)) ([673bf47](https://github.com/reactivex/rxjs/commit/673bf47))
763
+ - **bundle:** closure to not rewrite polyfills for minification ([#4487](https://github.com/reactivex/rxjs/issues/4487)) ([a1fedb9](https://github.com/reactivex/rxjs/commit/a1fedb9))
764
+ - **bundle:** don't export `operators` twice ([#4310](https://github.com/reactivex/rxjs/issues/4310)) ([2399f6e](https://github.com/reactivex/rxjs/commit/2399f6e))
765
+ - **combineLatest:** improve typings for combineLatest ([#4470](https://github.com/reactivex/rxjs/issues/4470)) ([40c3d9f](https://github.com/reactivex/rxjs/commit/40c3d9f))
766
+ - **compat:** remove internal from import locations ([#4498](https://github.com/reactivex/rxjs/issues/4498)) ([a6c0017](https://github.com/reactivex/rxjs/commit/a6c0017)), closes [#4070](https://github.com/reactivex/rxjs/issues/4070)
767
+ - **endWith:** ability to endWith different types ([#4183](https://github.com/reactivex/rxjs/issues/4183)) ([#4185](https://github.com/reactivex/rxjs/issues/4185)) ([83533d1](https://github.com/reactivex/rxjs/commit/83533d1))
768
+ - **fromEventPattern:** improve typings for fromEventPattern ([#4496](https://github.com/reactivex/rxjs/issues/4496)) ([037f53d](https://github.com/reactivex/rxjs/commit/037f53d))
769
+ - **Observable:** Fix Observable.subscribe to add operator TeardownLogic to returned Subscription. ([#4434](https://github.com/reactivex/rxjs/issues/4434)) ([f28955f](https://github.com/reactivex/rxjs/commit/f28955f))
770
+ - **subscribe:** Deprecate null starting parameter signatures for subscribe ([#4202](https://github.com/reactivex/rxjs/issues/4202)) ([c85ddf6](https://github.com/reactivex/rxjs/commit/c85ddf6))
771
+ - **combineLatest:** support passing union types ([ffda319](https://github.com/reactivex/rxjs/commit/ffda319))
772
+ - **from:** support passing union types ([eb1d596](https://github.com/reactivex/rxjs/commit/eb1d596))
773
+ - **withLatestFrom:** support passing union types ([1e19a24](https://github.com/reactivex/rxjs/commit/1e19a24))
774
+ - **zip:** support passing union types ([0d87f52](https://github.com/reactivex/rxjs/commit/0d87f52))
775
+ - **multicast:** support returning union types from projection ([e9e9041](https://github.com/reactivex/rxjs/commit/e9e9041))
776
+ - **exhaustMap:** support returning union types from projection ([ff1f5dc](https://github.com/reactivex/rxjs/commit/ff1f5dc))
777
+ - **merge:** support union type inference for merge operators ([c2ac39c](https://github.com/reactivex/rxjs/commit/c2ac39c))
778
+ - **catchError:** support union type returns ([8350622](https://github.com/reactivex/rxjs/commit/8350622))
779
+ - **switchMap:** support union type returns ([32d35fd](https://github.com/reactivex/rxjs/commit/32d35fd))
780
+ - **defer:** support union types passed ([5aea50e](https://github.com/reactivex/rxjs/commit/5aea50e))
781
+ - **race:** Update typings to support proper return types ([#4465](https://github.com/reactivex/rxjs/issues/4465)) ([0042846](https://github.com/reactivex/rxjs/commit/0042846))
782
+ - **VirtualTimeScheduler:** rework flush so it won't lose actions ([#4433](https://github.com/reactivex/rxjs/issues/4433)) ([d068bc9](https://github.com/reactivex/rxjs/commit/d068bc9))
783
+ - **WebSocketSubject:** fix subject failing to close socket ([#4446](https://github.com/reactivex/rxjs/issues/4446)) ([dcfa52b](https://github.com/reactivex/rxjs/commit/dcfa52b))
784
+
785
+ ### Features
786
+
787
+ - **shareReplay:** Add configuration object for named arguments, and add argument to support unsubscribing from source observable by `refCount` when all resulting subscriptions have unsubscribed. The default behavior is to leave the source subscription running.
788
+ - **mergeScan:** Add index to the accumulator function ([#4458](https://github.com/reactivex/rxjs/issues/4458)) ([f5e143d](https://github.com/reactivex/rxjs/commit/f5e143d)), closes [#4441](https://github.com/reactivex/rxjs/issues/4441)
789
+ - **range:** accept one argument ([#4360](https://github.com/reactivex/rxjs/issues/4360)) ([a388578](https://github.com/reactivex/rxjs/commit/a388578))
790
+ - **takeWhile:** add an `inclusive` option to the operator which causes to emit final value ([#4115](https://github.com/reactivex/rxjs/issues/4115)) ([6e7f407](https://github.com/reactivex/rxjs/commit/6e7f407))
791
+
792
+ ### Performance Improvements
793
+
794
+ - **internal:** optimize Subscription#add() for the common case ([#4489](https://github.com/reactivex/rxjs/issues/4489)) ([bdd201c](https://github.com/reactivex/rxjs/commit/bdd201c))
795
+ - **internal:** use strict equality for isObject() ([#4493](https://github.com/reactivex/rxjs/issues/4493)) ([fc84a00](https://github.com/reactivex/rxjs/commit/fc84a00))
796
+ - **Subscription:** use `instanceof` to avoid megamorphic LoadIC ([#4499](https://github.com/reactivex/rxjs/issues/4499)) ([065b4e3](https://github.com/reactivex/rxjs/commit/065b4e3))
797
+
798
+ <a name="6.3.3"></a>
799
+
800
+ ## [6.3.3](https://github.com/reactivex/rxjs/compare/6.3.2...6.3.3) (2018-09-25)
801
+
802
+ ### Bug Fixes
803
+
804
+ - **pipe:** align static pipe to Observable pipe rest parameters overl… ([#4112](https://github.com/reactivex/rxjs/issues/4112)) ([8c607e9](https://github.com/reactivex/rxjs/commit/8c607e9)), closes [#4109](https://github.com/reactivex/rxjs/issues/4109) [#4109](https://github.com/reactivex/rxjs/issues/4109)
805
+ - **RxJS:** each instance of RxJS now has a unique Subscriber symbol ([0972c56](https://github.com/reactivex/rxjs/commit/0972c56))
806
+ - **subscribe:** report errors that occur in subscribe after the initial error ([#4089](https://github.com/reactivex/rxjs/issues/4089)) ([9b4b2bc](https://github.com/reactivex/rxjs/commit/9b4b2bc)), closes [#3803](https://github.com/reactivex/rxjs/issues/3803)
807
+ - **Subscriber:** Can no longer subscribe to itself in a circular manner ([#4106](https://github.com/reactivex/rxjs/issues/4106)) ([e623ec6](https://github.com/reactivex/rxjs/commit/e623ec6)), closes [#4095](https://github.com/reactivex/rxjs/issues/4095)
808
+ - **Subscriber:** use only local Subscriber instances ([50ee0a7](https://github.com/reactivex/rxjs/commit/50ee0a7))
809
+ - **TypeScript:** ensure RxJS builds with TS@next as well ([f03e790](https://github.com/reactivex/rxjs/commit/f03e790))
810
+
811
+ <a name="6.3.2"></a>
812
+
813
+ ## [6.3.2](https://github.com/reactivex/rxjs/compare/6.3.1...6.3.2) (2018-09-04)
814
+
815
+ ### Bug Fixes
816
+
817
+ - **node:** will no longer error mixing RxJS 6.3 and 6.2 ([#4078](https://github.com/reactivex/rxjs/issues/4078)) ([69d9ccf](https://github.com/reactivex/rxjs/commit/69d9ccf)), closes [#4077](https://github.com/reactivex/rxjs/issues/4077)
818
+
819
+ <a name="6.3.1"></a>
820
+
821
+ ## [6.3.1](https://github.com/reactivex/rxjs/compare/6.3.0...6.3.1) (2018-08-31)
822
+
823
+ ### Bug Fixes
824
+
825
+ - **mergeMap:** fix nested mergeMaps ([#4072](https://github.com/reactivex/rxjs/issues/4072)) ([0ab701b](https://github.com/reactivex/rxjs/commit/0ab701b)), closes [#4071](https://github.com/reactivex/rxjs/issues/4071)
826
+
827
+ <a name="6.3.0"></a>
828
+
829
+ # [6.3.0](https://github.com/reactivex/rxjs/compare/6.2.2...6.3.0) (2018-08-30)
830
+
831
+ ### Bug Fixes
832
+
833
+ - **find:** unsubscribe from source when found ([#3968](https://github.com/reactivex/rxjs/issues/3968)) ([fd01f7b](https://github.com/reactivex/rxjs/commit/fd01f7b))
834
+ - convert [@internal](https://github.com/internal) comment to JSDoc ([#3932](https://github.com/reactivex/rxjs/issues/3932)) ([f8a9d6e](https://github.com/reactivex/rxjs/commit/f8a9d6e))
835
+ - **AjaxObservable:** notify with error if fails to parse json response ([#3139](https://github.com/reactivex/rxjs/issues/3139)) ([d8231e2](https://github.com/reactivex/rxjs/commit/d8231e2)), closes [#3138](https://github.com/reactivex/rxjs/issues/3138)
836
+ - **catchError:** stop listening to a synchronous inner-observable when unsubscribed ([456ef33](https://github.com/reactivex/rxjs/commit/456ef33))
837
+ - **distinctUntilKeyChanged:** improved key typing with keyof T ([#3988](https://github.com/reactivex/rxjs/issues/3988)) ([4ec4ff1](https://github.com/reactivex/rxjs/commit/4ec4ff1))
838
+ - **exhaustMap:** stop listening to a synchronous inner-observable when unsubscribed ([ee1a339](https://github.com/reactivex/rxjs/commit/ee1a339))
839
+ - **find:** add undefined to return type ([#3970](https://github.com/reactivex/rxjs/issues/3970)) ([5a6c90f](https://github.com/reactivex/rxjs/commit/5a6c90f)), closes [#3969](https://github.com/reactivex/rxjs/issues/3969)
840
+ - **IE10:** Remove dependency on Object.setPrototypeOf ([#3967](https://github.com/reactivex/rxjs/issues/3967)) ([5c52a73](https://github.com/reactivex/rxjs/commit/5c52a73)), closes [#3966](https://github.com/reactivex/rxjs/issues/3966)
841
+ - **mergeAll:** add source subscription to composite before actually subscribing ([#2479](https://github.com/reactivex/rxjs/issues/2479)) ([40852ff](https://github.com/reactivex/rxjs/commit/40852ff)), closes [#2476](https://github.com/reactivex/rxjs/issues/2476)
842
+ - **mergeScan:** stop listening to a synchronous inner-observable when unsubscribed ([c4002f3](https://github.com/reactivex/rxjs/commit/c4002f3))
843
+ - **Observable:** forEach will no longer next values after an error ([b4bad1f](https://github.com/reactivex/rxjs/commit/b4bad1f))
844
+ - **Observable:** use more granular Observable exports in compat mode ([#3974](https://github.com/reactivex/rxjs/issues/3974)) ([3f75564](https://github.com/reactivex/rxjs/commit/3f75564))
845
+ - **onErrorResumeNext:** stop listening to a synchronous inner-observable when unsubscribed ([1d14277](https://github.com/reactivex/rxjs/commit/1d14277))
846
+ - **pipe:** replace rest parameters overload ([#3945](https://github.com/reactivex/rxjs/issues/3945)) ([872b0ec](https://github.com/reactivex/rxjs/commit/872b0ec)), closes [#3841](https://github.com/reactivex/rxjs/issues/3841)
847
+ - **skipUntil:** stop listening to a synchronous notifier after its first nexted value ([1c257db](https://github.com/reactivex/rxjs/commit/1c257db))
848
+ - **startWith:** allow empty type signature and passing a different type ([b7866a0](https://github.com/reactivex/rxjs/commit/b7866a0))
849
+ - **subscribable:** make subscribe() signature match Observable ([#4050](https://github.com/reactivex/rxjs/issues/4050)) ([865d8d7](https://github.com/reactivex/rxjs/commit/865d8d7)), closes [#3891](https://github.com/reactivex/rxjs/issues/3891)
850
+ - **subscriber:** unsubscribe parents on error/complete ([ad8131b](https://github.com/reactivex/rxjs/commit/ad8131b))
851
+ - **switchMap:** stop listening to a synchronous inner-observable when unsubscribed ([260d52a](https://github.com/reactivex/rxjs/commit/260d52a))
852
+ - **takeUntil:** takeUntil should subscribe to the source if notifier sync completes without emitting ([#4039](https://github.com/reactivex/rxjs/issues/4039)) ([21fd0b4](https://github.com/reactivex/rxjs/commit/21fd0b4)), closes [#3504](https://github.com/reactivex/rxjs/issues/3504)
853
+ - **testscheduler:** type arguments to Observable creation functions ([#3928](https://github.com/reactivex/rxjs/issues/3928)) ([0e30ef1](https://github.com/reactivex/rxjs/commit/0e30ef1))
854
+
855
+ ### Features
856
+
857
+ - **delayWhen:** add index to the selector function ([#2473](https://github.com/reactivex/rxjs/issues/2473)) ([0979d31](https://github.com/reactivex/rxjs/commit/0979d31))
858
+ - **forEach:** deprecating passing promise constructor ([5178ab9](https://github.com/reactivex/rxjs/commit/5178ab9))
859
+ - **TestScheduler:** Add subscription schedule to expectObservable ([#3997](https://github.com/reactivex/rxjs/issues/3997)) ([0d20255](https://github.com/reactivex/rxjs/commit/0d20255))
860
+
861
+ <a name="6.2.2"></a>
862
+
863
+ ## [6.2.2](https://github.com/reactivex/rxjs/compare/6.2.1...6.2.2) (2018-07-13)
864
+
865
+ ### Bug Fixes
866
+
867
+ - **first:** improved type guards for TypeScript ([3e12f7a](https://github.com/reactivex/rxjs/commit/3e12f7a))
868
+ - **last:** improved type guards for TypeScript ([3e12f7a](https://github.com/reactivex/rxjs/commit/3e12f7a))
869
+
870
+ <a name="6.2.1"></a>
871
+
872
+ ## [6.2.1](https://github.com/reactivex/rxjs/compare/6.2.0...6.2.1) (2018-06-12)
873
+
874
+ ### Bug Fixes
875
+
876
+ - **ci:** do not trigger postbuild script on PR ([f82c085](https://github.com/reactivex/rxjs/commit/f82c085))
877
+ - **delayWhen:** Emit source value if duration selector completes synchronously ([#3664](https://github.com/reactivex/rxjs/issues/3664)) ([2c43af7](https://github.com/reactivex/rxjs/commit/2c43af7)), closes [#3663](https://github.com/reactivex/rxjs/issues/3663)
878
+ - **docs:** fix broken github links ([#3802](https://github.com/reactivex/rxjs/issues/3802)) ([9f9bf9b](https://github.com/reactivex/rxjs/commit/9f9bf9b))
879
+ - **docs:** fix code examples ([#3784](https://github.com/reactivex/rxjs/issues/3784)) ([a95441b](https://github.com/reactivex/rxjs/commit/a95441b))
880
+ - **from:** Objects implementing Symbol.observable take precedence over other types ([80ceea0](https://github.com/reactivex/rxjs/commit/80ceea0))
881
+ - **fromEvent:** Support React Native and node-compatible event sources. ([#3821](https://github.com/reactivex/rxjs/issues/3821)) ([1969f18](https://github.com/reactivex/rxjs/commit/1969f18))
882
+ - **Observable.prototype.pipe:** TS typings now more correct for >8 parameters ([#3789](https://github.com/reactivex/rxjs/issues/3789)) ([ad010ea](https://github.com/reactivex/rxjs/commit/ad010ea))
883
+ - **subscribe:** ignore syncError when deprecated ([#3749](https://github.com/reactivex/rxjs/issues/3749)) ([f94560c](https://github.com/reactivex/rxjs/commit/f94560c))
884
+ - **Symbol.observable:** make observable declaration readonly ([#3697](https://github.com/reactivex/rxjs/issues/3697)) ([#3773](https://github.com/reactivex/rxjs/issues/3773)) ([e1c203f](https://github.com/reactivex/rxjs/commit/e1c203f))
885
+ - **TypeScript:** resolved typings issue for TS 3.0 ([bf2cdeb](https://github.com/reactivex/rxjs/commit/bf2cdeb))
886
+ - **typings:** allow bufferCreationInterval null for bufferTime ([#3734](https://github.com/reactivex/rxjs/issues/3734)) ([0bda9cd](https://github.com/reactivex/rxjs/commit/0bda9cd)), closes [#3728](https://github.com/reactivex/rxjs/issues/3728)
887
+
888
+ ### Performance Improvements
889
+
890
+ - remove comments from js-files ([#3760](https://github.com/reactivex/rxjs/issues/3760)) ([bb2c334](https://github.com/reactivex/rxjs/commit/bb2c334))
891
+
892
+ <a name="6.2.0"></a>
893
+
894
+ # [6.2.0](https://github.com/ReactiveX/RxJS/compare/6.1.0...6.2.0) (2018-05-22)
895
+
896
+ ### Bug Fixes
897
+
898
+ - **ajax:** Handle timeouts as errors ([#3653](https://github.com/ReactiveX/RxJS/issues/3653)) ([e4128ea](https://github.com/ReactiveX/RxJS/commit/e4128ea))
899
+ - **ajax:** RxJS v6 TimeoutError is missing name property ([576d943](https://github.com/ReactiveX/RxJS/commit/576d943))
900
+ - **isObservable:** Fix throwing error when testing isObservable(null) ([#3688](https://github.com/ReactiveX/RxJS/issues/3688)) ([c9acc61](https://github.com/ReactiveX/RxJS/commit/c9acc61))
901
+ - **range:** Range should be same for every subscriber ([#3707](https://github.com/ReactiveX/RxJS/issues/3707)) ([9642133](https://github.com/ReactiveX/RxJS/commit/9642133))
902
+ - **skipUntil:** fix skipUntil when innerSubscription is null ([#3686](https://github.com/ReactiveX/RxJS/issues/3686)) ([4226432](https://github.com/ReactiveX/RxJS/commit/4226432))
903
+ - **TestScheduler:** restore run changes upon error ([27cb9b6](https://github.com/ReactiveX/RxJS/commit/27cb9b6))
904
+ - **TimeoutError:** Add name to TimeoutError ([44042d0](https://github.com/ReactiveX/RxJS/commit/44042d0))
905
+ - **WebSocketSubject:** Check to see if WebSocket exists in global scope ([#3694](https://github.com/ReactiveX/RxJS/issues/3694)) ([2db0788](https://github.com/ReactiveX/RxJS/commit/2db0788))
906
+
907
+ ### Features
908
+
909
+ - **endWith:** add new operator endWith ([#3679](https://github.com/ReactiveX/RxJS/issues/3679)) ([537fe7d](https://github.com/ReactiveX/RxJS/commit/537fe7d))
910
+
911
+ <a name="6.1.0"></a>
912
+
913
+ # [6.1.0](https://github.com/ReactiveX/RxJS/compare/6.0.0...6.1.0) (2018-05-03)
914
+
915
+ ### Bug Fixes
916
+
917
+ - **audit:** will not crash if duration is synchronous ([#3608](https://github.com/ReactiveX/RxJS/issues/3608)) ([76b7e27](https://github.com/ReactiveX/RxJS/commit/76b7e27)), closes [#2743](https://github.com/ReactiveX/RxJS/issues/2743)
918
+ - **delay:** fix memory leak ([#3605](https://github.com/ReactiveX/RxJS/issues/3605)) ([96f05b0](https://github.com/ReactiveX/RxJS/commit/96f05b0))
919
+
920
+ ### Features
921
+
922
+ - **isObservable:** a new method for checking to see if an object is an RxJS Observable ([edb33e5](https://github.com/ReactiveX/RxJS/commit/edb33e5))
923
+
924
+ <a name="6.0.0"></a>
925
+
926
+ # [6.0.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-uncanny-rc.7...v6.0.0) (2018-04-24)
927
+
928
+ ### Bug Fixes
929
+
930
+ - **websocket:** no longer throws errors in operators applied to it ([#3577](https://github.com/ReactiveX/RxJS/issues/3577)) ([cb38ddf](https://github.com/ReactiveX/RxJS/commit/cb38ddf))
931
+
932
+ ### Code Refactoring
933
+
934
+ - **webSocket:** rename back to webSocket ala 5.0 ([#3590](https://github.com/ReactiveX/RxJS/issues/3590)) ([d5658fe](https://github.com/ReactiveX/RxJS/commit/d5658fe))
935
+
936
+ ### Features
937
+
938
+ - **testing:** Add testScheduler.run() helper ([2d5b3b2](https://github.com/ReactiveX/RxJS/commit/2d5b3b2))
939
+ - **testing:** testScheduler.run() supports time progression syntax ([9322b7d](https://github.com/ReactiveX/RxJS/commit/9322b7d))
940
+
941
+ ### BREAKING CHANGES
942
+
943
+ - **webSocket:** UNBREAKING websocket to be named `webSocket` again, just like it was in 5.0. Now you should import from `rxjs/webSocket`
944
+
945
+ <a name="6.0.0-uncanny-rc.7"></a>
946
+
947
+ # [6.0.0-uncanny-rc.7](https://github.com/ReactiveX/RxJS/compare/6.0.0-ucandoit-rc.6...v6.0.0-uncanny-rc.7) (2018-04-13)
948
+
949
+ ### Bug Fixes
950
+
951
+ - **interop:** functions with `[Symbol.observable]` on them will now be accepted in operators like `mergeMap`, `from`, etc ([#3562](https://github.com/ReactiveX/RxJS/issues/3562)) ([c9570df](https://github.com/ReactiveX/RxJS/commit/c9570df))
952
+ - **migrations:** change the version the migration applies to ([#3564](https://github.com/ReactiveX/RxJS/issues/3564)) ([9217a03](https://github.com/ReactiveX/RxJS/commit/9217a03))
953
+ - **rxjs:** no longer requires `dom` lib ([#3566](https://github.com/ReactiveX/RxJS/issues/3566)) ([8b33ee2](https://github.com/ReactiveX/RxJS/commit/8b33ee2))
954
+ - **throttleTime:** emit throttled values when complete if trailing=true ([#3559](https://github.com/ReactiveX/RxJS/issues/3559)) ([3e846f2](https://github.com/ReactiveX/RxJS/commit/3e846f2)), closes [#3351](https://github.com/ReactiveX/RxJS/issues/3351)
955
+ - **websocket:** export WebSocketSubject, WebSocketSubjectConfig from rxjs/websocket ([#3557](https://github.com/ReactiveX/RxJS/issues/3557)) ([c365405](https://github.com/ReactiveX/RxJS/commit/c365405))
956
+
957
+ <a name="6.0.0-ucandoit-rc.6"></a>
958
+
959
+ # [6.0.0-ucandoit-rc.6](https://github.com/ReactiveX/RxJS/compare/6.0.0-uber-rc.5...v6.0.0-ucandoit-rc.6) (2018-04-13)
960
+
961
+ ### Bug Fixes
962
+
963
+ - **migrations:** make sure collection.json is present ([63e10a8](https://github.com/ReactiveX/RxJS/commit/63e10a8))
964
+
965
+ <a name="6.0.0-uber-rc.5"></a>
966
+
967
+ # [6.0.0-uber-rc.5](https://github.com/ReactiveX/RxJS/compare/6.0.0-turbo-rc.4...6.0.0-uber-rc.5) (2018-04-13)
968
+
969
+ ### Bug Fixes
970
+
971
+ - **migrations:** deploy compiled JS rather than just the TS files. ([9aed72f](https://github.com/ReactiveX/RxJS/commit/9aed72f))
972
+
973
+ <a name="6.0.0-turbo-rc.4"></a>
974
+
975
+ # [6.0.0-turbo-rc.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-terrific-rc.3...6.0.0-turbo-rc.4) (2018-04-12)
976
+
977
+ ### Bug Fixes
978
+
979
+ - **groupBy:** reexporting the GroupedObservable type ([#3556](https://github.com/ReactiveX/RxJS/issues/3556)) ([12d4933](https://github.com/ReactiveX/RxJS/commit/12d4933)), closes [#3551](https://github.com/ReactiveX/RxJS/issues/3551)
980
+ - **migrations:** build now properly copies migration into package ([#3555](https://github.com/ReactiveX/RxJS/issues/3555)) ([329a145](https://github.com/ReactiveX/RxJS/commit/329a145))
981
+
982
+ <a name="6.0.0-terrific-rc.3"></a>
983
+
984
+ # [6.0.0-terrific-rc.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-tenacious-rc.2...v6.0.0-terrific-rc.3) (2018-04-11)
985
+
986
+ ### Features
987
+
988
+ - **schematics:** add migration schematics for schematics users ([20a2f07](https://github.com/ReactiveX/RxJS/commit/20a2f07))
989
+
990
+ <a name="6.0.0-tenacious-rc.2"></a>
991
+
992
+ # [6.0.0-tenacious-rc.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-tactical-rc.1...v6.0.0-tenacious-rc.2) (2018-04-11)
993
+
994
+ ### Bug Fixes
995
+
996
+ - **compat:** fix first & last operators so undefined arguments won't create empty values ([#3542](https://github.com/ReactiveX/RxJS/issues/3542)) ([a327db2](https://github.com/ReactiveX/RxJS/commit/a327db2))
997
+ - **node/TS:** eliminate incompatible types to protected properties ([#3544](https://github.com/ReactiveX/RxJS/issues/3544)) ([21dd3bd](https://github.com/ReactiveX/RxJS/commit/21dd3bd))
998
+
999
+ ### BREAKING CHANGES
1000
+
1001
+ - **NodeJS** Dropping support for non-LTS versions of Node.
1002
+
1003
+ <a name="6.0.0-tactical-rc.1"></a>
1004
+
1005
+ # [6.0.0-tactical-rc.1](https://github.com/ReactiveX/RxJS/compare/6.0.0-rc.0...6.0.0-tactical-rc.1) (2018-04-07)
1006
+
1007
+ Why "tactical"? Because I _TOTALLY MEANT_ to ruin the release names by publishing an amazingly funny April Fool's joke about smooshMap. So this was "tactical". Super tactical. So very tactical.
1008
+
1009
+ ### Bug Fixes
1010
+
1011
+ - **closure-compiler:** adds nocollapse to static members ([#3519](https://github.com/ReactiveX/RxJS/issues/3519)) ([8758a5d](https://github.com/ReactiveX/RxJS/commit/8758a5d))
1012
+ - **closure-compiler:** remove internal flag from \_isScalar ([#3520](https://github.com/ReactiveX/RxJS/issues/3520)) ([b3a657d](https://github.com/ReactiveX/RxJS/commit/b3a657d))
1013
+ - **closure-compiler:** remove top level throws ([#3518](https://github.com/ReactiveX/RxJS/issues/3518)) ([b069473](https://github.com/ReactiveX/RxJS/commit/b069473))
1014
+ - **closure-compiler:** removes bad \[@params](https://github.com/params) comments that caused issues ([#3521](https://github.com/ReactiveX/RxJS/issues/3521)) ([09c874c](https://github.com/ReactiveX/RxJS/commit/09c874c))
1015
+ - **compat:** deprecate Observable.if/throw ([#3527](https://github.com/ReactiveX/RxJS/issues/3527)) ([3116275](https://github.com/ReactiveX/RxJS/commit/3116275))
1016
+ - **compat:** export TeardownLogic ([#3532](https://github.com/ReactiveX/RxJS/issues/3532)) ([0c76e64](https://github.com/ReactiveX/RxJS/commit/0c76e64)), closes [#3531](https://github.com/ReactiveX/RxJS/issues/3531)
1017
+ - **compat:** remove observable/scalar deep import as it wasn't previously available ([4566001](https://github.com/ReactiveX/RxJS/commit/4566001))
1018
+ - **Scheduler:** export but deprecate ([#3522](https://github.com/ReactiveX/RxJS/issues/3522)) ([a3e1fb8](https://github.com/ReactiveX/RxJS/commit/a3e1fb8))
1019
+ - **skipUntil:** properly manages notifier subscription ([889f84a](https://github.com/ReactiveX/RxJS/commit/889f84a)), closes [#1886](https://github.com/ReactiveX/RxJS/issues/1886)
1020
+ - fix type mismatch in NodeStyleEventEmitter ([#3530](https://github.com/ReactiveX/RxJS/issues/3530)) ([3f51ddd](https://github.com/ReactiveX/RxJS/commit/3f51ddd))
1021
+ - **sourcemaps:** fix mappings for source maps so they will work ([#3523](https://github.com/ReactiveX/RxJS/issues/3523)) ([32e7f75](https://github.com/ReactiveX/RxJS/commit/32e7f75)), closes [#3479](https://github.com/ReactiveX/RxJS/issues/3479)
1022
+
1023
+ ### Features
1024
+
1025
+ - **compat:** add Observable extension classes with static create() ([ecd7f68](https://github.com/ReactiveX/RxJS/commit/ecd7f68))
1026
+ - **compat:** add rxjs/interfaces exports ([ba5c266](https://github.com/ReactiveX/RxJS/commit/ba5c266))
1027
+
1028
+ <a name="6.0.0-rc.0"></a>
1029
+
1030
+ # [6.0.0-rc.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.4...6.0.0-rc.0) (2018-03-31)
1031
+
1032
+ ### Bug Fixes
1033
+
1034
+ - **ajax:** properly encode body with form data that includes URLs ([#3502](https://github.com/ReactiveX/RxJS/issues/3502)) ([4455d21](https://github.com/ReactiveX/RxJS/commit/4455d21)), closes [#2399](https://github.com/ReactiveX/RxJS/issues/2399)
1035
+ - **bindNodeCallback:** better type inference ([932bb7a](https://github.com/ReactiveX/RxJS/commit/932bb7a))
1036
+ - **elementAt:** now allows falsy defaultValues ([13706e7](https://github.com/ReactiveX/RxJS/commit/13706e7))
1037
+ - **lint_perf:** fix lint issues with newer perf tests ([1013754](https://github.com/ReactiveX/RxJS/commit/1013754))
1038
+ - **throttle:** now properly trailing throttles for individual values ([#3505](https://github.com/ReactiveX/RxJS/issues/3505)) ([3db18d1](https://github.com/ReactiveX/RxJS/commit/3db18d1)), closes [#2864](https://github.com/ReactiveX/RxJS/issues/2864)
1039
+
1040
+ ### Features
1041
+
1042
+ - **takeUntil:** no longer subscribes to source if notifier synchronously emits ([#3504](https://github.com/ReactiveX/RxJS/issues/3504)) ([7b8a3e3](https://github.com/ReactiveX/RxJS/commit/7b8a3e3)), closes [#2189](https://github.com/ReactiveX/RxJS/issues/2189)
1043
+
1044
+ ### Performance Improvements
1045
+
1046
+ - **pluck,bufferTime,asObservable:** add performance tests for pluck(), bufferTime() and asObservable() operators ([#2491](https://github.com/ReactiveX/RxJS/issues/2491)) ([24506b3](https://github.com/ReactiveX/RxJS/commit/24506b3))
1047
+ - **ReplaySubject:** slightly improved performance ([#2677](https://github.com/ReactiveX/RxJS/issues/2677)) ([9fea36d](https://github.com/ReactiveX/RxJS/commit/9fea36d))
1048
+
1049
+ ### BREAKING CHANGES
1050
+
1051
+ - **throttle:** This changes the behavior of throttle, in particular
1052
+ throttling with both leading and trailing behaviors set to true, to more
1053
+ closely match the throttling behavior of lodash and other libraries.
1054
+ Throttling now starts immediately after any emission from the
1055
+ observable, and values will not be double emitted for both leading and
1056
+ trailing values
1057
+
1058
+ <a name="6.0.0-beta.4"></a>
1059
+
1060
+ # [6.0.0-beta.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.3...v6.0.0-beta.4) (2018-03-29)
1061
+
1062
+ ### Bug Fixes
1063
+
1064
+ - **bindCallback:** add better type overloads ([#3480](https://github.com/ReactiveX/RxJS/issues/3480)) ([037cf34](https://github.com/ReactiveX/RxJS/commit/037cf34))
1065
+ - **compat:** add IScheduler to compat/Scheduler ([0a67df6](https://github.com/ReactiveX/RxJS/commit/0a67df6))
1066
+
1067
+ ### Features
1068
+
1069
+ - **compat:** add all utilities to internal-compatibility ([a9ecfe7](https://github.com/ReactiveX/RxJS/commit/a9ecfe7))
1070
+ - **websocket:** Add serializer/deserializer config settings ([#3489](https://github.com/ReactiveX/RxJS/issues/3489)) ([8d44124](https://github.com/ReactiveX/RxJS/commit/8d44124))
1071
+
1072
+ ### BREAKING CHANGES
1073
+
1074
+ - **websocket:** WebSocketSubject will now JSON serialize all messages sent over it by default, to return to the old behavior, pass a config setting of `serializer: x => x` like so: `websocket({ url, serializer: x => x })`
1075
+
1076
+ <a name="6.0.0-beta.3"></a>
1077
+
1078
+ # [6.0.0-beta.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.1...6.0.0-beta.3) (2018-03-27)
1079
+
1080
+ ### Bug Fixes
1081
+
1082
+ - **build:** update build-optimizer and point to correct sources ([6717a01](https://github.com/ReactiveX/RxJS/commit/6717a01))
1083
+ - **node:** Subscriber no longer trampled if from another copy of rxjs ([371b658](https://github.com/ReactiveX/RxJS/commit/371b658))
1084
+ - **Observable:** empty ctor returns valid Observable ([#3464](https://github.com/ReactiveX/RxJS/issues/3464)) ([58b8ebc](https://github.com/ReactiveX/RxJS/commit/58b8ebc))
1085
+ - **subscribeOn:** add subscribeOn back to the distribution ([d6556f2](https://github.com/ReactiveX/RxJS/commit/d6556f2))
1086
+
1087
+ <a name="6.0.0-beta.2"></a>
1088
+
1089
+ # [6.0.0-beta.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.1...6.0.0-beta.2) (2018-03-24)
1090
+
1091
+ ### Bug Fixes
1092
+
1093
+ - **build:** update build-optimizer and point to correct sources ([6717a01](https://github.com/ReactiveX/RxJS/commit/6717a01))
1094
+ - **Observable:** empty ctor returns valid Observable ([#3464](https://github.com/ReactiveX/RxJS/issues/3464)) ([58b8ebc](https://github.com/ReactiveX/RxJS/commit/58b8ebc))
1095
+ - **subscribeOn:** add subscribeOn back to the distribution ([d6556f2](https://github.com/ReactiveX/RxJS/commit/d6556f2))
1096
+
1097
+ <a name="6.0.0-beta.1"></a>
1098
+
1099
+ # [6.0.0-beta.1](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.0...v6.0.0-beta.1) (2018-03-21)
1100
+
1101
+ ### Bug Fixes
1102
+
1103
+ - remove duplicate Subscribable<T> interface declaration ([#3450](https://github.com/ReactiveX/RxJS/issues/3450)) ([ac78d89](https://github.com/ReactiveX/RxJS/commit/ac78d89))
1104
+ - **compat:** add package.json for internal-compatibility package ([#3455](https://github.com/ReactiveX/RxJS/issues/3455)) ([3b306ed](https://github.com/ReactiveX/RxJS/commit/3b306ed))
1105
+ - **config.useDeprecatedSynchronousErrorThrowing:** reentrant error throwing no longer trapped ([#3449](https://github.com/ReactiveX/RxJS/issues/3449)) ([0892a2d](https://github.com/ReactiveX/RxJS/commit/0892a2d)), closes [#3161](https://github.com/ReactiveX/RxJS/issues/3161)
1106
+
1107
+ ### Features
1108
+
1109
+ - **compat:** add interfaces export ([d8f8122](https://github.com/ReactiveX/RxJS/commit/d8f8122))
1110
+ - **compat:** add rxjs/observable/dom/\* APIs to compatibility package ([d9a618f](https://github.com/ReactiveX/RxJS/commit/d9a618f))
1111
+
1112
+ <a name="6.0.0-beta.0"></a>
1113
+
1114
+ # [6.0.0-beta.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.3...6.0.0-beta.0) (2018-03-16)
1115
+
1116
+ ### Bug Fixes
1117
+
1118
+ - **AjaxObservable:** 1xx,2xx,3xx requests shouldn't error, only 4xx,5xx ([#3438](https://github.com/ReactiveX/RxJS/issues/3438)) ([2128932](https://github.com/ReactiveX/RxJS/commit/2128932))
1119
+ - **compat:** adjustments to get rxjs-compat to build correctly ([dea6964](https://github.com/ReactiveX/RxJS/commit/dea6964))
1120
+ - **config:** expose configuration via rxjs exports ([#3441](https://github.com/ReactiveX/RxJS/issues/3441)) ([4287424](https://github.com/ReactiveX/RxJS/commit/4287424))
1121
+ - **config:** make sure that Promise config is undefined initially ([#3440](https://github.com/ReactiveX/RxJS/issues/3440)) ([469afe8](https://github.com/ReactiveX/RxJS/commit/469afe8))
1122
+ - **ESM:** Add [operators|ajax|websocket|testing]/package.json for ESM support, fixes [#3227](https://github.com/ReactiveX/RxJS/issues/3227) ([#3356](https://github.com/ReactiveX/RxJS/issues/3356)) ([725dcb4](https://github.com/ReactiveX/RxJS/commit/725dcb4))
1123
+ - **forkJoin:** fix forkJoin typings for forkJoin(Observable<any>[]) ([#3436](https://github.com/ReactiveX/RxJS/issues/3436)) ([17c7f8f](https://github.com/ReactiveX/RxJS/commit/17c7f8f))
1124
+ - **fromEvent:** Defines toString to fix Closure compilations ([#3417](https://github.com/ReactiveX/RxJS/issues/3417)) ([1558b43](https://github.com/ReactiveX/RxJS/commit/1558b43))
1125
+ - **fromEvent:** pass options in unsubscribe ([f1872b0](https://github.com/ReactiveX/RxJS/commit/f1872b0)), closes [#3349](https://github.com/ReactiveX/RxJS/issues/3349)
1126
+ - **publishReplay:** type inference improved ([#3437](https://github.com/ReactiveX/RxJS/issues/3437)) ([dd7c9f1](https://github.com/ReactiveX/RxJS/commit/dd7c9f1)), closes [#3260](https://github.com/ReactiveX/RxJS/issues/3260)
1127
+ - **rxjs:** add exports for symbols/interfaces that were missing ([#3380](https://github.com/ReactiveX/RxJS/issues/3380)) ([1622ee0](https://github.com/ReactiveX/RxJS/commit/1622ee0))
1128
+ - **rxjs:** make sure esm imports from index.js by default, not Rx.js ([#3316](https://github.com/ReactiveX/RxJS/issues/3316)) ([c2b00f4](https://github.com/ReactiveX/RxJS/commit/c2b00f4)), closes [#3315](https://github.com/ReactiveX/RxJS/issues/3315)
1129
+ - **rxjs:** once again exports custom error types ([#3371](https://github.com/ReactiveX/RxJS/issues/3371)) ([4465a9f](https://github.com/ReactiveX/RxJS/commit/4465a9f))
1130
+ - **rxjs:** remove types.ts importing from itself. ([#3383](https://github.com/ReactiveX/RxJS/issues/3383)) ([8fd50ad](https://github.com/ReactiveX/RxJS/commit/8fd50ad))
1131
+ - **spec:** get tests running using compatibility package ([916e968](https://github.com/ReactiveX/RxJS/commit/916e968))
1132
+ - correct internal module paths to be systemjs compatible ([#3412](https://github.com/ReactiveX/RxJS/issues/3412)) ([35abc9d](https://github.com/ReactiveX/RxJS/commit/35abc9d))
1133
+ - **Symbol.iterator:** correctly handle case where Symbol constructor itself is not defined ([#3394](https://github.com/ReactiveX/RxJS/issues/3394)) ([6725be1](https://github.com/ReactiveX/RxJS/commit/6725be1))
1134
+ - **typings:** fixed some cases where multicast and publish would not return a ConnectableObservable ([#3320](https://github.com/ReactiveX/RxJS/issues/3320)) ([ddffecc](https://github.com/ReactiveX/RxJS/commit/ddffecc))
1135
+ - reexport Symbol.observable typings patch ([4c4d7b0](https://github.com/ReactiveX/RxJS/commit/4c4d7b0))
1136
+ - remove the root operators.ts because it overshadows operators/package.json ([184b6d4](https://github.com/ReactiveX/RxJS/commit/184b6d4))
1137
+
1138
+ ### Code Refactoring
1139
+
1140
+ - **Observable.if:** remove ts hacks from Observable ([f46f261](https://github.com/ReactiveX/RxJS/commit/f46f261))
1141
+ - **Rx.ts:** move Rx.ts to internal ([#3400](https://github.com/ReactiveX/RxJS/issues/3400)) ([7ad2119](https://github.com/ReactiveX/RxJS/commit/7ad2119))
1142
+
1143
+ ### Features
1144
+
1145
+ - **ajax:** default to opting into CORS ([#3442](https://github.com/ReactiveX/RxJS/issues/3442)) ([aa3bf57](https://github.com/ReactiveX/RxJS/commit/aa3bf57)), closes [#3273](https://github.com/ReactiveX/RxJS/issues/3273)
1146
+ - **bindCallback:** remove result selector ([2535641](https://github.com/ReactiveX/RxJS/commit/2535641))
1147
+ - **bindNodeCallback:** remove resultSelector ([26e6e5c](https://github.com/ReactiveX/RxJS/commit/26e6e5c))
1148
+ - **compat:** add compatability package definition ([40aca82](https://github.com/ReactiveX/RxJS/commit/40aca82))
1149
+ - **compat:** add concat operator to compatibility layer ([6e84e78](https://github.com/ReactiveX/RxJS/commit/6e84e78))
1150
+ - **compat:** add legacy reexport compat layer for 'rxjs/Observable' and other top-level symbols ([70e562b](https://github.com/ReactiveX/RxJS/commit/70e562b))
1151
+ - **compat:** add Rx.ts to rxjs-compat ([df25de1](https://github.com/ReactiveX/RxJS/commit/df25de1))
1152
+ - **compat:** compatibility mode for combineLatest ([fd86df5](https://github.com/ReactiveX/RxJS/commit/fd86df5))
1153
+ - **compat:** compatibility mode for merge operator ([ffce980](https://github.com/ReactiveX/RxJS/commit/ffce980))
1154
+ - **compat:** compatibility mode for zip operator ([9f131d0](https://github.com/ReactiveX/RxJS/commit/9f131d0))
1155
+ - **compat:** make Rx.ts for compatability layer work as the default for rxjs-compat ([d43a4c2](https://github.com/ReactiveX/RxJS/commit/d43a4c2))
1156
+ - **compat:** set up correct imports & get build working for rxjs-comapt ([1a0dc97](https://github.com/ReactiveX/RxJS/commit/1a0dc97))
1157
+ - **deprecated-error-handling-warning:** add console warning when code sets the flag to bad mode ([49be56a](https://github.com/ReactiveX/RxJS/commit/49be56a))
1158
+ - **error-handling:** add deprecated sync error handling behind a flag ([583cd1d](https://github.com/ReactiveX/RxJS/commit/583cd1d))
1159
+ - **exhaustMap:** simplify interface ([42589d0](https://github.com/ReactiveX/RxJS/commit/42589d0))
1160
+ - **first:** simplify interface ([a011338](https://github.com/ReactiveX/RxJS/commit/a011338))
1161
+ - **forkJoin:** simplify interface ([4d2338b](https://github.com/ReactiveX/RxJS/commit/4d2338b))
1162
+ - **fromEvent:** remove resultSelector ([197f449](https://github.com/ReactiveX/RxJS/commit/197f449))
1163
+ - **fromEvent:** will now emit an array when event emits multiple arguments ([51b37fd](https://github.com/ReactiveX/RxJS/commit/51b37fd))
1164
+ - **fromEventPattern:** removed resultSelector ([6b34f9f](https://github.com/ReactiveX/RxJS/commit/6b34f9f))
1165
+ - **last:** simplify interface ([3240419](https://github.com/ReactiveX/RxJS/commit/3240419))
1166
+ - **mergeMap|concatMap|concatMapTo:** simplified the signatures ([d293245](https://github.com/ReactiveX/RxJS/commit/d293245))
1167
+ - **mergeMapTo:** simplify interface ([582c7be](https://github.com/ReactiveX/RxJS/commit/582c7be))
1168
+ - **never:** no longer export `never` function ([#3386](https://github.com/ReactiveX/RxJS/issues/3386)) ([53debc8](https://github.com/ReactiveX/RxJS/commit/53debc8))
1169
+ - **switchMap|switchMapTo:** simplify interface ([959fb6a](https://github.com/ReactiveX/RxJS/commit/959fb6a))
1170
+ - **Symbol.iterator:** no longer polyfilled ([#3389](https://github.com/ReactiveX/RxJS/issues/3389)) ([6319f3c](https://github.com/ReactiveX/RxJS/commit/6319f3c))
1171
+ - **Symbol.observable:** is no longer polyfilled ([#3387](https://github.com/ReactiveX/RxJS/issues/3387)) ([4a5aaaf](https://github.com/ReactiveX/RxJS/commit/4a5aaaf))
1172
+ - **throwIfEmpty:** adds throwIfEmpty operator ([#3368](https://github.com/ReactiveX/RxJS/issues/3368)) ([9b21458](https://github.com/ReactiveX/RxJS/commit/9b21458))
1173
+ - **typings:** updated typings for combineAll, mergeAll, concatAll, switch, exhaust, zipAll ([#3321](https://github.com/ReactiveX/RxJS/issues/3321)) ([f7e4c02](https://github.com/ReactiveX/RxJS/commit/f7e4c02))
1174
+ - **umd:** UMD now mirrors export schema for ESM and CJS ([#3426](https://github.com/ReactiveX/RxJS/issues/3426)) ([556c904](https://github.com/ReactiveX/RxJS/commit/556c904))
1175
+
1176
+ ### BREAKING CHANGES
1177
+
1178
+ - **ajax:** will no longer execute a CORS request by default, you must opt-in with the `crossDomain` flag in the config.
1179
+ - **mergeMap|concatMap|concatMapTo:** mergeMap, concatMap and concatMapTo no longer support a result selector, if you need to use a result selector, use the following pattern: `source.mergeMap(x => of(x + x).pipe(map(y => y + x))` (the pattern would be the same for `concatMap`).
1180
+ - **never:** no longer exported. Use the `NEVER` constant instead.
1181
+ - **bindCallback:** removes result selector, use `map` instead: `bindCallback(fn1, fn2)()` becomes `bindCallback(fn1)().pipe(map(fn2))`
1182
+ - **Rx.ts:** importing from `rxjs/Rx` is no longer available. Upcoming backwards compat solution will allow that
1183
+ - **Symbol.iterator:** We are no longer polyfilling `Symbol.iterator`. That would be done by a proper polyfilling library
1184
+ - **Observable.if:** TypeScript users using `Observable.if` will have to cast `Observable` as any to get to `if`. It is a better idea to just use `iif` directly via `import { iif } from 'rxjs';`
1185
+ - **bindNodeCallback:** resultSelector removed, use `map` instead: `bindNodeCallback(fn1, fn2)()` becomes `bindNodeCallback(fn1)().pipe(map(fn2))`
1186
+ - **Symbol.observable:** RxJS will no longer be polyfilling Symbol.observable. That should be done by an actual polyfill library. This is to prevent duplication of code, and also to prevent having modules with side-effects in rxjs.
1187
+ - **fromEvent:** result selector removed, use `map` instead: `fromEvent(target, 'click', fn)` becomes `fromEvent(target, 'click').pipe(map(fn))`
1188
+ - **last:** no longer accepts `resultSelector` argument. To get this same functionality, use `map`.
1189
+ - **first:** no longer supports `resultSelector` argument. The same functionality can be achieved by simply mapping either before or after `first` depending on your use case.
1190
+ - **exhaustMap:** `resultSelector` no longer supported, to get this functionality use: `source.pipe(exhaustMap(x => of(x + x).pipe(map(y => x + y))))`
1191
+ - **switchMap|switchMapTo:** `switchMap` and `switchMapTo` no longer take `resultSelector` arguments, to get the same functionality use `switchMap` and `map` in combination: `source.pipe(switchMap(x => of(x + x).pipe(y => x + y)))`.
1192
+ - **mergeMapTo:** `mergeMapTo` no longer accepts a resultSelector, to get this functionality, you'll want to use `mergeMap` and `map` together: `source.pipe(mergeMap(() => inner).pipe(map(y => x + y)))`
1193
+ - **fromEventPattern:** no longer supports a result selector, use `map` instead: `fromEventPattern(fn1, fn2, fn3)` becomes `fromEventPattern(fn1, fn2).pipe(map(fn3))`
1194
+
1195
+ <a name="6.0.0-alpha.4"></a>
1196
+
1197
+ # [6.0.0-alpha.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.3...v6.0.0-alpha.4) (2018-03-13)
1198
+
1199
+ ### Bug Fixes
1200
+
1201
+ - **ESM:** Add [operators|ajax|websocket|testing]/package.json for ESM support, fixes [#3227](https://github.com/ReactiveX/RxJS/issues/3227) ([#3356](https://github.com/ReactiveX/RxJS/issues/3356)) ([725dcb4](https://github.com/ReactiveX/RxJS/commit/725dcb4))
1202
+ - **fromEvent:** Defines toString to fix Closure compilations ([#3417](https://github.com/ReactiveX/RxJS/issues/3417)) ([1558b43](https://github.com/ReactiveX/RxJS/commit/1558b43))
1203
+ - **fromEvent:** pass options in unsubscribe ([f1872b0](https://github.com/ReactiveX/RxJS/commit/f1872b0)), closes [#3349](https://github.com/ReactiveX/RxJS/issues/3349)
1204
+ - **rxjs:** add exports for symbols/interfaces that were missing ([#3380](https://github.com/ReactiveX/RxJS/issues/3380)) ([1622ee0](https://github.com/ReactiveX/RxJS/commit/1622ee0))
1205
+ - **rxjs:** make sure esm imports from index.js by default, not Rx.js ([#3316](https://github.com/ReactiveX/RxJS/issues/3316)) ([c2b00f4](https://github.com/ReactiveX/RxJS/commit/c2b00f4)), closes [#3315](https://github.com/ReactiveX/RxJS/issues/3315)
1206
+ - **rxjs:** once again exports custom error types ([#3371](https://github.com/ReactiveX/RxJS/issues/3371)) ([4465a9f](https://github.com/ReactiveX/RxJS/commit/4465a9f))
1207
+ - **rxjs:** remove types.ts importing from itself. ([#3383](https://github.com/ReactiveX/RxJS/issues/3383)) ([8fd50ad](https://github.com/ReactiveX/RxJS/commit/8fd50ad))
1208
+ - correct internal module paths to be systemjs compatible ([#3412](https://github.com/ReactiveX/RxJS/issues/3412)) ([35abc9d](https://github.com/ReactiveX/RxJS/commit/35abc9d))
1209
+ - **Symbol.iterator:** correctly handle case where Symbol constructor itself is not defined ([#3394](https://github.com/ReactiveX/RxJS/issues/3394)) ([6725be1](https://github.com/ReactiveX/RxJS/commit/6725be1))
1210
+ - **typings:** fixed some cases where multicast and publish would not return a ConnectableObservable ([#3320](https://github.com/ReactiveX/RxJS/issues/3320)) ([ddffecc](https://github.com/ReactiveX/RxJS/commit/ddffecc))
1211
+ - reexport Symbol.observable typings patch ([4c4d7b0](https://github.com/ReactiveX/RxJS/commit/4c4d7b0))
1212
+ - remove the root operators.ts because it overshadows operators/package.json ([184b6d4](https://github.com/ReactiveX/RxJS/commit/184b6d4))
1213
+
1214
+ ### Code Refactoring
1215
+
1216
+ - **Observable.if:** remove ts hacks from Observable ([f46f261](https://github.com/ReactiveX/RxJS/commit/f46f261))
1217
+ - **Rx.ts:** move Rx.ts to internal ([#3400](https://github.com/ReactiveX/RxJS/issues/3400)) ([7ad2119](https://github.com/ReactiveX/RxJS/commit/7ad2119))
1218
+
1219
+ ### Features
1220
+
1221
+ - **bindCallback:** remove result selector ([2535641](https://github.com/ReactiveX/RxJS/commit/2535641))
1222
+ - **bindNodeCallback:** remove resultSelector ([26e6e5c](https://github.com/ReactiveX/RxJS/commit/26e6e5c))
1223
+ - **exhaustMap:** simplify interface ([42589d0](https://github.com/ReactiveX/RxJS/commit/42589d0))
1224
+ - **first:** simplify interface ([a011338](https://github.com/ReactiveX/RxJS/commit/a011338))
1225
+ - **forkJoin:** simplify interface ([4d2338b](https://github.com/ReactiveX/RxJS/commit/4d2338b))
1226
+ - **fromEvent:** remove resultSelector ([197f449](https://github.com/ReactiveX/RxJS/commit/197f449))
1227
+ - **fromEvent:** will now emit an array when event emits multiple arguments ([51b37fd](https://github.com/ReactiveX/RxJS/commit/51b37fd))
1228
+ - **fromEventPattern:** removed resultSelector ([6b34f9f](https://github.com/ReactiveX/RxJS/commit/6b34f9f))
1229
+ - **last:** simplify interface ([3240419](https://github.com/ReactiveX/RxJS/commit/3240419))
1230
+ - **mergeMap|concatMap|concatMapTo:** simplified the signatures ([d293245](https://github.com/ReactiveX/RxJS/commit/d293245))
1231
+ - **mergeMapTo:** simplify interface ([582c7be](https://github.com/ReactiveX/RxJS/commit/582c7be))
1232
+ - **never:** no longer export `never` function ([#3386](https://github.com/ReactiveX/RxJS/issues/3386)) ([53debc8](https://github.com/ReactiveX/RxJS/commit/53debc8))
1233
+ - **switchMap|switchMapTo:** simplify interface ([959fb6a](https://github.com/ReactiveX/RxJS/commit/959fb6a))
1234
+ - **Symbol.iterator:** no longer polyfilled ([#3389](https://github.com/ReactiveX/RxJS/issues/3389)) ([6319f3c](https://github.com/ReactiveX/RxJS/commit/6319f3c))
1235
+ - **Symbol.observable:** is no longer polyfilled ([#3387](https://github.com/ReactiveX/RxJS/issues/3387)) ([4a5aaaf](https://github.com/ReactiveX/RxJS/commit/4a5aaaf))
1236
+ - **throwIfEmpty:** adds throwIfEmpty operator ([#3368](https://github.com/ReactiveX/RxJS/issues/3368)) ([9b21458](https://github.com/ReactiveX/RxJS/commit/9b21458))
1237
+ - **typings:** updated typings for combineAll, mergeAll, concatAll, switch, exhaust, zipAll ([#3321](https://github.com/ReactiveX/RxJS/issues/3321)) ([f7e4c02](https://github.com/ReactiveX/RxJS/commit/f7e4c02))
1238
+ - **umd:** UMD now mirrors export schema for ESM and CJS ([#3426](https://github.com/ReactiveX/RxJS/issues/3426)) ([556c904](https://github.com/ReactiveX/RxJS/commit/556c904))
1239
+
1240
+ ### BREAKING CHANGES
1241
+
1242
+ - **Symbol.observable:** RxJS will no longer be polyfilling Symbol.observable. That should be done by an actual polyfill library. This is to prevent duplication of code, and also to prevent having modules with side-effects in rxjs.
1243
+ - **mergeMap|concatMap|concatMapTo:** mergeMap, concatMap and concatMapTo no longer support a result selector, if you need to use a result selector, use the following pattern: `source.mergeMap(x => of(x + x).pipe(map(y => y + x))` (the pattern would be the same for `concatMap`).
1244
+ - **bindCallback:** removes result selector, use `map` instead: `bindCallback(fn1, fn2)()` becomes `bindCallback(fn1)().pipe(map(fn2))`
1245
+ - **Rx.ts:** importing from `rxjs/Rx` is no longer available. Upcoming backwards compat solution will allow that
1246
+ - **Symbol.iterator:** We are no longer polyfilling `Symbol.iterator`. That would be done by a proper polyfilling library
1247
+ - **Observable.if:** TypeScript users using `Observable.if` will have to cast `Observable` as any to get to `if`. It is a better idea to just use `iif` directly via `import { iif } from 'rxjs';`
1248
+ - **bindNodeCallback:** resultSelector removed, use `map` instead: `bindNodeCallback(fn1, fn2)()` becomes `bindNodeCallback(fn1)().pipe(map(fn2))`
1249
+ - **never:** no longer exported. Use the `NEVER` constant instead.
1250
+ - **fromEvent:** result selector removed, use `map` instead: `fromEvent(target, 'click', fn)` becomes `fromEvent(target, 'click').pipe(map(fn))`
1251
+ - **last:** no longer accepts `resultSelector` argument. To get this same functionality, use `map`.
1252
+ - **first:** no longer supports `resultSelector` argument. The same functionality can be achieved by simply mapping either before or after `first` depending on your use case.
1253
+ - **exhaustMap:** `resultSelector` no longer supported, to get this functionality use: `source.pipe(exhaustMap(x => of(x + x).pipe(map(y => x + y))))`
1254
+ - **switchMap|switchMapTo:** `switchMap` and `switchMapTo` no longer take `resultSelector` arguments, to get the same functionality use `switchMap` and `map` in combination: `source.pipe(switchMap(x => of(x + x).pipe(y => x + y)))`.
1255
+ - **mergeMapTo:** `mergeMapTo` no longer accepts a resultSelector, to get this functionality, you'll want to use `mergeMap` and `map` together: `source.pipe(mergeMap(() => inner).pipe(map(y => x + y)))`
1256
+ - **fromEventPattern:** no longer supports a result selector, use `map` instead: `fromEventPattern(fn1, fn2, fn3)` becomes `fromEventPattern(fn1, fn2).pipe(map(fn3))`
1257
+
1258
+ <a name="6.0.0-alpha.3"></a>
1259
+
1260
+ # [6.0.0-alpha.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.2...v6.0.0-alpha.3) (2018-02-06)
1261
+
1262
+ ### Bug Fixes
1263
+
1264
+ - **animationFrame.spec:** spec description fix ([#3140](https://github.com/ReactiveX/RxJS/issues/3140)) ([ab6c325](https://github.com/ReactiveX/RxJS/commit/ab6c325))
1265
+ - **debounce:** support scalar selectors ([#3236](https://github.com/ReactiveX/RxJS/issues/3236)) ([1548393](https://github.com/ReactiveX/RxJS/commit/1548393)), closes [#3232](https://github.com/ReactiveX/RxJS/issues/3232)
1266
+ - **forkJoin:** catch and forward selector errors ([#3261](https://github.com/ReactiveX/RxJS/issues/3261)) ([e57bbb7](https://github.com/ReactiveX/RxJS/commit/e57bbb7)), closes [#3216](https://github.com/ReactiveX/RxJS/issues/3216)
1267
+ - **Observable:** expose pipe rest parameter overload ([#3292](https://github.com/ReactiveX/RxJS/issues/3292)) ([7ff5bc3](https://github.com/ReactiveX/RxJS/commit/7ff5bc3))
1268
+ - **onErrorResumeNext:** no longer holds onto subscriptions too long ([abbbdad](https://github.com/ReactiveX/RxJS/commit/abbbdad)), closes [#3178](https://github.com/ReactiveX/RxJS/issues/3178)
1269
+ - **scheduler:** prevent unwanted clearInterval ([#3226](https://github.com/ReactiveX/RxJS/issues/3226)) ([d7cfb42](https://github.com/ReactiveX/RxJS/commit/d7cfb42)), closes [#3042](https://github.com/ReactiveX/RxJS/issues/3042)
1270
+ - **timer:** multiple subscriptions to timer(Date) behaves correctly ([aafa7ff](https://github.com/ReactiveX/RxJS/commit/aafa7ff)), closes [#3252](https://github.com/ReactiveX/RxJS/issues/3252)
1271
+ - **typings:** correct compilation warnings from missing types in tests ([3aad6bc](https://github.com/ReactiveX/RxJS/commit/3aad6bc))
1272
+ - **typings:** relax debounce selector type ([c419ab4](https://github.com/ReactiveX/RxJS/commit/c419ab4)), closes [#3164](https://github.com/ReactiveX/RxJS/issues/3164)
1273
+ - **typings:** relax throttle selector type ([#3205](https://github.com/ReactiveX/RxJS/issues/3205)) ([e83fda7](https://github.com/ReactiveX/RxJS/commit/e83fda7)), closes [#3204](https://github.com/ReactiveX/RxJS/issues/3204)
1274
+ - **typings:** the return type of factory of defer should be ObservableInput<T> ([#3211](https://github.com/ReactiveX/RxJS/issues/3211)) ([dc41a5e](https://github.com/ReactiveX/RxJS/commit/dc41a5e))
1275
+
1276
+ ### Features
1277
+
1278
+ - **empty:** empty() returns the same instance ([5c7c749](https://github.com/ReactiveX/RxJS/commit/5c7c749))
1279
+ - **EMPTY:** observable constant EMPTY now exported ([08fb074](https://github.com/ReactiveX/RxJS/commit/08fb074))
1280
+ - **never:** always return the same instance ([#3249](https://github.com/ReactiveX/RxJS/issues/3249)) ([d57fa52](https://github.com/ReactiveX/RxJS/commit/d57fa52))
1281
+ - **rxjs:** move rxjs/create into rxjs ([#3299](https://github.com/ReactiveX/RxJS/issues/3299)) ([6711fe2](https://github.com/ReactiveX/RxJS/commit/6711fe2))
1282
+ - **throwError:** functional version of throwError ([639236e](https://github.com/ReactiveX/RxJS/commit/639236e))
1283
+
1284
+ ### BREAKING CHANGES
1285
+
1286
+ - **rxjs:** `rxjs/create` items are now exported from `rxjs`
1287
+ - **throwError:** Observable.throw no longer available in TypeScript without a cast
1288
+ - **empty:** `empty()` without a scheduler will return the same
1289
+ instance every time.
1290
+ - **empty:** In TypeScript, `empty()` no longer accepts a generic
1291
+ argument, as it returns `Observable<never>`
1292
+ - **never:** `never()` always returns the same instance
1293
+ - **never:** TypeScript typing for `never()` is now `Observable<never>` and the function no longer requires a generic type.
1294
+
1295
+ <a name="6.0.0-alpha.2"></a>
1296
+
1297
+ # [6.0.0-alpha.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-alpha.1...6.0.0-alpha.2) (2018-01-14)
1298
+
1299
+ ### Bug Fixes
1300
+
1301
+ - **build:** properly outputs subdirectories like `rxjs/operators` ([34fe560](https://github.com/ReactiveX/RxJS/commit/34fe560))
1302
+
1303
+ <a name="6.0.0-alpha.1"></a>
1304
+
1305
+ # [6.0.0-alpha.1](https://github.com/ReactiveX/RxJS/compare/5.5.3...v6.0.0-alpha.1) (2018-01-12)
1306
+
1307
+ ### Bug Fixes
1308
+
1309
+ - Revert "fix(scheduler): prevent unwanted clearInterval ([#3044](https://github.com/ReactiveX/RxJS/issues/3044))" ([ad5c7c6](https://github.com/ReactiveX/RxJS/commit/ad5c7c6))
1310
+ - Revert "fix(scheduler): prevent unwanted clearInterval ([#3044](https://github.com/ReactiveX/RxJS/issues/3044))" ([64f9285](https://github.com/ReactiveX/RxJS/commit/64f9285))
1311
+ - **debounceTime:** synchronous reentrancy of debounceTime no longer swallows the second value ([#3218](https://github.com/ReactiveX/RxJS/issues/3218)) ([598e9ce](https://github.com/ReactiveX/RxJS/commit/598e9ce)), closes [#2748](https://github.com/ReactiveX/RxJS/issues/2748)
1312
+ - **dependency:** move symbol-observable into devdependency ([4400628](https://github.com/ReactiveX/RxJS/commit/4400628))
1313
+ - **IteratorObservable:** get new iterator for each subscription ([#2497](https://github.com/ReactiveX/RxJS/issues/2497)) ([1bd0a58](https://github.com/ReactiveX/RxJS/commit/1bd0a58)), closes [#2496](https://github.com/ReactiveX/RxJS/issues/2496)
1314
+ - **Observable.toArray:** Fix toArray with multiple subscriptions. ([#3134](https://github.com/ReactiveX/RxJS/issues/3134)) ([3390926](https://github.com/ReactiveX/RxJS/commit/3390926))
1315
+ - **SystemJS:** avoid node module resolution of pipeable operators ([#3025](https://github.com/ReactiveX/RxJS/issues/3025)) ([0f3cf71](https://github.com/ReactiveX/RxJS/commit/0f3cf71)), closes [#2971](https://github.com/ReactiveX/RxJS/issues/2971) [#2996](https://github.com/ReactiveX/RxJS/issues/2996) [#3011](https://github.com/ReactiveX/RxJS/issues/3011)
1316
+ - **tap:** make next optional ([#3073](https://github.com/ReactiveX/RxJS/issues/3073)) ([e659f0c](https://github.com/ReactiveX/RxJS/commit/e659f0c)), closes [#2534](https://github.com/ReactiveX/RxJS/issues/2534)
1317
+ - **TSC:** Fixing TSC errors. Fixes [#3020](https://github.com/ReactiveX/RxJS/issues/3020) ([01d1575](https://github.com/ReactiveX/RxJS/commit/01d1575))
1318
+ - **typings:** the return type of project of mergeScan should be ObservableInput<R> ([23fe17d](https://github.com/ReactiveX/RxJS/commit/23fe17d))
1319
+
1320
+ ### Chores
1321
+
1322
+ - **TypeScript:** Bump up typescript to latest ([#3009](https://github.com/ReactiveX/RxJS/issues/3009)) ([2f395da](https://github.com/ReactiveX/RxJS/commit/2f395da))
1323
+
1324
+ ### Code Refactoring
1325
+
1326
+ - **asap:** Remove setImmediate polyfill ([5eb6af7](https://github.com/ReactiveX/RxJS/commit/5eb6af7))
1327
+ - **distinct:** Remove Set polyfill ([68ee499](https://github.com/ReactiveX/RxJS/commit/68ee499))
1328
+ - **groupBy:** Remove Map polyfill ([74b5b1a](https://github.com/ReactiveX/RxJS/commit/74b5b1a))
1329
+
1330
+ ### Features
1331
+
1332
+ - **Observable:** unhandled errors are now reported to HostReportErrors ([#3062](https://github.com/ReactiveX/RxJS/issues/3062)) ([cd9626a](https://github.com/ReactiveX/RxJS/commit/cd9626a))
1333
+ - **reorganize:** move ./interfaces.ts to internal/types.ts ([cfbfaac](https://github.com/ReactiveX/RxJS/commit/cfbfaac))
1334
+ - **reorganize:** internal utils hidden ([70058cd](https://github.com/ReactiveX/RxJS/commit/70058cd))
1335
+ - **reorganize:** add `rxjs/create` exports ([c9963bd](https://github.com/ReactiveX/RxJS/commit/c9963bd))
1336
+ - **reorganize:** ajax observable creator now exported from `rxjs/ajax` ([e971c93](https://github.com/ReactiveX/RxJS/commit/e971c93))
1337
+ - **reorganize:** all patch operators moved to `internal` directory ([7342401](https://github.com/ReactiveX/RxJS/commit/7342401))
1338
+ - **reorganize:** export `noop` and `identity` from `rxjs` ([810c4d0](https://github.com/ReactiveX/RxJS/commit/810c4d0))
1339
+ - **reorganize:** export `Notification` from `rxjs` ([8809b48](https://github.com/ReactiveX/RxJS/commit/8809b48))
1340
+ - **reorganize:** export schedulers from `rxjs` ([abd3b61](https://github.com/ReactiveX/RxJS/commit/abd3b61))
1341
+ - **reorganize:** export Subject, ReplaySubject, BehaviorSubject from rxjs ([bd683ca](https://github.com/ReactiveX/RxJS/commit/bd683ca))
1342
+ - **reorganize:** export the `pipe` utility function from `rxjs` ([4574310](https://github.com/ReactiveX/RxJS/commit/4574310))
1343
+ - **reorganize:** hid testing implementation details ([b981666](https://github.com/ReactiveX/RxJS/commit/b981666))
1344
+ - **reorganize:** move observable implementations under internal directory ([2d5c3f8](https://github.com/ReactiveX/RxJS/commit/2d5c3f8))
1345
+ - **reorganize:** move operator impls under internal directory ([207976f](https://github.com/ReactiveX/RxJS/commit/207976f))
1346
+ - **reorganize:** move top-level impls under internal directory ([c3bb705](https://github.com/ReactiveX/RxJS/commit/c3bb705))
1347
+ - **reorganize:** moved symbols to be internal ([80783ab](https://github.com/ReactiveX/RxJS/commit/80783ab))
1348
+ - **reorganize:** operators all exported from `rxjs/operators` ([b1f8bfe](https://github.com/ReactiveX/RxJS/commit/b1f8bfe))
1349
+ - **reorganize:** websocket subject creator now exported from `rxjs/websocket` ([5ac62c0](https://github.com/ReactiveX/RxJS/commit/5ac62c0))
1350
+
1351
+ ### BREAKING CHANGES
1352
+
1353
+ - **webSocket:** `webSocket` creator function now exported from `rxjs/websocket` as `websocket`.
1354
+ - **IteratorObservable:** IteratorObservable no longer share iterator between
1355
+ subscription
1356
+ - **utils:** Many internal use utilities like `isArray` are now hidden under `rxjs/internal`, they are implementation details and should not be used.
1357
+ - **testing observables:** `HotObservable` and `ColdObservable`, and other testing support types are no longer exported directly.
1358
+ - **creation functions:** All create functions such as `of`, `from`, `combineLatest` and `fromEvent` should now be imported from `rxjs/create`.
1359
+ - **types and interfaces:** Can no longer explicitly import types from `rxjs/interfaces`, import them from `rxjs` instead
1360
+ - **symbols:** Symbols are no longer exported directly from modules such as `rxjs/symbol/observable` please use `Symbol.observable` and `Symbol.iterator` (polyfills may be required)
1361
+ - **deep imports:** Can no longer deep import top-level types such as `rxjs/Observable`, `rxjs/Subject`, `rxjs/ReplaySubject`, et al. All imports should be done directly from `rxjs`, for example: `import \{ Observable, Subject \} from 'rxjs';`
1362
+ - **schedulers:** Scheduler instances have changed names to be suffixed with `Scheduler`, (e.g. `asap` -> `asapScheduler`)
1363
+ - **operators:** Pipeable operators must now be imported from `rxjs`
1364
+ like so: `import { map, filter, switchMap } from 'rxjs/operators';`. No deep imports.
1365
+ - **ajax:** Ajax observable should be imported from `rxjs/ajax`.
1366
+ - **Observable:** You should no longer deep import custom Observable
1367
+ implementations such as `ArrayObservable` or `ForkJoinObservable`.
1368
+ - **\_throw:** `_throw` is now exported as `throwError`
1369
+ - **if:** `if` is now exported as `iif`
1370
+ - **operators:** Deep imports to `rxjs/operator/*` will no longer work. Again, pipe operators are still where they were.
1371
+ - **error handling:** Unhandled errors are no longer caught and rethrown, rather they are caught and scheduled to be thrown, which causes them to be reported to window.onerror or process.on('error'), depending on the environment. Consequently, teardown after a synchronous, unhandled, error will no longer occur, as the teardown would not exist, and producer interference cannot occur
1372
+ - **distinct:** Using `distinct` requires a `Set` implementation and must be polyfilled in older runtimes
1373
+ - **asap:** Old runtimes must polyfill Promise in order to use ASAP scheduling.
1374
+ - **groupBy:** Older runtimes will require Map to be polyfilled to use
1375
+ `groupBy`
1376
+ - **TypeScript:** IE10 and lower will need to polyfill `Object.setPrototypeOf`
1377
+ - **operators removed:** Operator versions of static observable creators such as
1378
+ `merge`, `concat`, `zip`, `onErrorResumeNext`, and `race` have been
1379
+ removed. Please use the static versions of those operations. e.g.
1380
+ `a.pipe(concat(b, c))` becomes `concat(a, b, c)`.
1381
+
1382
+ <a name="5.5.6"></a>
1383
+
1384
+ ## [5.5.6](https://github.com/ReactiveX/RxJS/compare/5.5.5...v5.5.6) (2017-12-21)
1385
+
1386
+ ### Bug Fixes
1387
+
1388
+ - **Observable:** rethrow errors when syncErrorThrowable and inherit it from destination. Fixes [#2813](https://github.com/ReactiveX/RxJS/issues/2813) ([541b49d](https://github.com/ReactiveX/RxJS/commit/541b49d))
1389
+
1390
+ <a name="5.5.5"></a>
1391
+
1392
+ ## [5.5.5](https://github.com/ReactiveX/RxJS/compare/5.5.4...v5.5.5) (2017-12-06)
1393
+
1394
+ ### Support Added
1395
+
1396
+ - **Bazel:** Add files to support users that want Bazel builds with RxJS ([12dac3b](https://github.com/ReactiveX/rxjs/commit/12dac3b))
1397
+
1398
+ <a name="5.5.4"></a>
1399
+
1400
+ ## [5.5.4](https://github.com/ReactiveX/RxJS/compare/5.5.3...v5.5.4) (2017-12-05)
1401
+
1402
+ ### Bug Fixes
1403
+
1404
+ - **scheduler:** resolve regression on angular router with zones ([#3158](https://github.com/ReactiveX/RxJS/issues/3158)) ([520b06a](https://github.com/ReactiveX/RxJS/commit/520b06a))
1405
+ - **publish:** re-publish after having built with proper version of TypeScript. ([f0ff5bc](https://github.com/ReactiveX/RxJS/commit/f0ff5bc), closes[#3155](https://github.com/ReactiveX/rxjs/issues/3155))
1406
+
1407
+ <a name="5.5.3"></a>
1408
+
1409
+ ## [5.5.3](https://github.com/ReactiveX/RxJS/compare/5.5.2...v5.5.3) (2017-12-01)
1410
+
1411
+ ### Bug Fixes
1412
+
1413
+ - **concatStatic:** missing exports for mergeStatic and concatStatic ([#2999](https://github.com/ReactiveX/RxJS/issues/2999)) ([cae5f9b](https://github.com/ReactiveX/RxJS/commit/cae5f9b))
1414
+ - **scheduler:** prevent unwanted clearInterval ([#3044](https://github.com/ReactiveX/RxJS/issues/3044)) ([7d722d4](https://github.com/ReactiveX/RxJS/commit/7d722d4)), closes [#3042](https://github.com/ReactiveX/RxJS/issues/3042)
1415
+ - **SystemJS:** avoid node module resolution of pipeable operators ([#3025](https://github.com/ReactiveX/RxJS/issues/3025)) ([d77e3d7](https://github.com/ReactiveX/RxJS/commit/d77e3d7)), closes [#2971](https://github.com/ReactiveX/RxJS/issues/2971) [#2996](https://github.com/ReactiveX/RxJS/issues/2996) [#3011](https://github.com/ReactiveX/RxJS/issues/3011)
1416
+ - **typings:** fix subscribe overloads ([#3053](https://github.com/ReactiveX/RxJS/issues/3053)) ([1a9fd42](https://github.com/ReactiveX/RxJS/commit/1a9fd42)), closes [#3052](https://github.com/ReactiveX/RxJS/issues/3052)
1417
+
1418
+ <a name="5.5.2"></a>
1419
+
1420
+ ## [5.5.2](https://github.com/ReactiveX/RxJS/compare/5.5.1...v5.5.2) (2017-10-25)
1421
+
1422
+ ### Bug Fixes
1423
+
1424
+ - **package:** fixed import failures in Webpack ([#2987](https://github.com/ReactiveX/RxJS/issues/2987)) ([e16202d](https://github.com/ReactiveX/RxJS/commit/e16202d))
1425
+ - **typings:** improved type inference for arguments to publishReplay ([#2992](https://github.com/ReactiveX/RxJS/issues/2992)) ([0753ff7](https://github.com/ReactiveX/RxJS/commit/0753ff7)), closes [#2991](https://github.com/ReactiveX/RxJS/issues/2991)
1426
+ - **typings:** ensure TS types for `zip` and `combineLatest` are properly inferred. ([b8e6cf8](https://github.com/ReactiveX/RxJS/commit/b8e6cf8))
1427
+ - **typings:** publish variants will properly return ConnectableObservable([#2983](https://github.com/ReactiveX/RxJS/issues/2983)) ([d563bfa](https://github.com/ReactiveX/RxJS/commit/d563bfa))
1428
+
1429
+ <a name="5.5.1"></a>
1430
+
1431
+ ## [5.5.1](https://github.com/ReactiveX/RxJS/compare/5.5.0...v5.5.1) (2017-10-24)
1432
+
1433
+ ### Bug Fixes
1434
+
1435
+ - **build:** Remove `module` and `es2015` keys to avoid resolution conflicts ([5073139](https:/github.com/ReactiveX/RxJS/commit/5073139))
1436
+ - **ajaxobservable:** fix operator import path ([d9b62ed](https://github.com/ReactiveX/RxJS/commit/d9b62ed))
1437
+
1438
+ <a name="5.5.0"></a>
1439
+
1440
+ # [5.5.0](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.7...v5.5.0) (2017-10-18)
1441
+
1442
+ ### Bug Fixes
1443
+
1444
+ - **build:** CJS sourceMaps now inlined into sourcesContent ([39b4af5](https://github.com/ReactiveX/RxJS/commit/39b4af5)), closes [#2934](https://github.com/ReactiveX/RxJS/issues/2934)
1445
+
1446
+ ### Features
1447
+
1448
+ - **publishReplay:** add selector function to publishReplay ([#2885](https://github.com/ReactiveX/RxJS/issues/2885)) ([e0efd13](https://github.com/ReactiveX/RxJS/commit/e0efd13))
1449
+
1450
+ <a name="5.5.0-beta.7"></a>
1451
+
1452
+ # [5.5.0-beta.7](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.5...5.5.0-beta.7) (2017-10-13)
1453
+
1454
+ (Due to a publish snafu, there is no 5.5.0-beta.6) (womp womp 👎)
1455
+
1456
+ ### Bug Fixes
1457
+
1458
+ - **build:** sourceMaps updated to support CJS properly again ([75f7f11](https://github.com/ReactiveX/RxJS/commit/75f7f11)), closes [#2934](https://github.com/ReactiveX/RxJS/issues/2934)
1459
+ - **flatMap:** reexport flatMap as alias of mergeMap ([#2920](https://github.com/ReactiveX/RxJS/issues/2920)) ([9922c02](https://github.com/ReactiveX/RxJS/commit/9922c02))
1460
+ - **publish:** correct the name and republish to sync packages ([464b115](https://github.com/ReactiveX/RxJS/commit/464b115))
1461
+ - **shareReplay:** no longer exporting function unnecessarily ([#2928](https://github.com/ReactiveX/RxJS/issues/2928)) ([e159578](https://github.com/ReactiveX/RxJS/commit/e159578))
1462
+ - **shareReplay:** properly uses `lift` ([#2924](https://github.com/ReactiveX/RxJS/issues/2924)) ([3d9cf87](https://github.com/ReactiveX/RxJS/commit/3d9cf87)), closes [#2921](https://github.com/ReactiveX/RxJS/issues/2921)
1463
+ - **toPromise:** include toPromise in build output ([#2923](https://github.com/ReactiveX/RxJS/issues/2923)) ([f55bfa5](https://github.com/ReactiveX/RxJS/commit/f55bfa5)), closes [#2922](https://github.com/ReactiveX/RxJS/issues/2922)
1464
+
1465
+ <a name="5.5.0-beta.5"></a>
1466
+
1467
+ # [5.5.0-beta.5](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.4...v5.5.0-beta.5) (2017-10-06)
1468
+
1469
+ ### Bug Fixes
1470
+
1471
+ - **toPromise:** remove lettable version of toPromise ([031edca](https://github.com/ReactiveX/RxJS/commit/031edca)), closes [#2868](https://github.com/ReactiveX/RxJS/issues/2868)
1472
+
1473
+ ### Features
1474
+
1475
+ - **toPromise:** now exists as a permanent method on Observable ([2e49a5c](https://github.com/ReactiveX/RxJS/commit/2e49a5c))
1476
+
1477
+ <a name="5.5.0-beta.4"></a>
1478
+
1479
+ # [5.5.0-beta.4](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.3...v5.5.0-beta.4) (2017-10-06)
1480
+
1481
+ ### Bug Fixes
1482
+
1483
+ - **publish:** fix selector typings ([#2891](https://github.com/ReactiveX/RxJS/issues/2891)) ([9ee234d](https://github.com/ReactiveX/RxJS/commit/9ee234d)), closes [#2889](https://github.com/ReactiveX/RxJS/issues/2889)
1484
+ - **shareReplay:** properly retains history on subscribe ([#2910](https://github.com/ReactiveX/RxJS/issues/2910)) ([accbcd0](https://github.com/ReactiveX/RxJS/commit/accbcd0)), closes [#2908](https://github.com/ReactiveX/RxJS/issues/2908)
1485
+ - **subscribeOn:** remove subscribeOn from reexport to support treesha… ([#2899](https://github.com/ReactiveX/RxJS/issues/2899)) ([fb51a02](https://github.com/ReactiveX/RxJS/commit/fb51a02))
1486
+
1487
+ <a name="5.5.0-beta.3"></a>
1488
+
1489
+ # [5.5.0-beta.3](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.2...v5.5.0-beta.3) (2017-10-03)
1490
+
1491
+ ### Bug Fixes
1492
+
1493
+ - **build:** revert to 5.4.x build output for CJS & add configurable support for ESM ([#2878](https://github.com/ReactiveX/RxJS/issues/2878)) ([167456a](https://github.com/ReactiveX/RxJS/commit/167456a))
1494
+ - **concatAll:** use higher-order lettable version of concatAll ([60c96ab](https://github.com/ReactiveX/RxJS/commit/60c96ab))
1495
+ - **mergeAll:** use higher-order lettable version of mergeAll ([f0b703b](https://github.com/ReactiveX/RxJS/commit/f0b703b))
1496
+
1497
+ <a name="5.5.0-beta.2"></a>
1498
+
1499
+ # [5.5.0-beta.2](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.1...v5.5.0-beta.2) (2017-09-27)
1500
+
1501
+ ### Bug Fixes
1502
+
1503
+ - **build:** make CJS references to import X from '../operators' work correctly with SystemJS ([#2874](https://github.com/ReactiveX/RxJS/issues/2874)) ([3dd4cc4](https://github.com/ReactiveX/RxJS/commit/3dd4cc4))
1504
+
1505
+ <a name="5.5.0-beta.1"></a>
1506
+
1507
+ # [5.5.0-beta.1](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.0...v5.5.0-beta.1) (2017-09-27)
1508
+
1509
+ ### Bug Fixes
1510
+
1511
+ - **package:** published from a Linux machine to prevent a strange issue where
1512
+ the Observable directory was not showing up when installed on some Linux
1513
+ environments.
1514
+ - **build:** fix source maps by adding back sources and fixing path ([#2872](https://github.com/ReactiveX/RxJS/issues/2872)) ([daaf424](https://github.com/ReactiveX/RxJS/commit/daaf424))
1515
+ - **package:** remove src directory and fix typings location ([#2866](https://github.com/ReactiveX/RxJS/issues/2866)) ([c57eea7](https://github.com/ReactiveX/RxJS/commit/c57eea7))
1516
+
1517
+ ### Features
1518
+
1519
+ - **global:** export lettables as Rx.operators ([#2862](https://github.com/ReactiveX/RxJS/issues/2862)) ([ba2f586](https://github.com/ReactiveX/RxJS/commit/ba2f586)), closes [#2861](https://github.com/ReactiveX/RxJS/issues/2861)
1520
+
1521
+ <a name="5.5.0-beta.0"></a>
1522
+
1523
+ # [5.5.0-beta.0](https://github.com/ReactiveX/RxJS/compare/5.4.3...5.5.0-beta.0) (2017-09-22)
1524
+
1525
+ **Important! Checkout the explanation of the new [lettable operators features here](doc/lettable-operators.md)**
1526
+
1527
+ ### Bug Fixes
1528
+
1529
+ - **package:** correct errors generated during rollup for UMD generation ([#2839](https://github.com/ReactiveX/RxJS/issues/2839)) ([124cc93](https://github.com/ReactiveX/RxJS/commit/124cc93))
1530
+ - **partition:** update TypeScript signature to match docs and filter operator ([#2819](https://github.com/ReactiveX/RxJS/issues/2819)) ([755df9b](https://github.com/ReactiveX/RxJS/commit/755df9b))
1531
+ - **subscribeToResult:** throw error in subscriber with inner observable ([d7bffa9](https://github.com/ReactiveX/RxJS/commit/d7bffa9)), closes [#2618](https://github.com/ReactiveX/RxJS/issues/2618)
1532
+
1533
+ ### Features
1534
+
1535
+ - **ajax:** Include the response on instances of AjaxError ([3f6553c](https://github.com/ReactiveX/RxJS/commit/3f6553c))
1536
+ - **audit:** add higher-order lettable version of audit ([e2daefe](https://github.com/ReactiveX/RxJS/commit/e2daefe))
1537
+ - **auditTime:** add higher-order lettable version of auditTime ([9e963aa](https://github.com/ReactiveX/RxJS/commit/9e963aa))
1538
+ - **buffer:** add higher-order lettable version of buffer ([d8ca9de](https://github.com/ReactiveX/RxJS/commit/d8ca9de))
1539
+ - **bufferCount:** add higher-order lettable version of bufferCount ([0ae2ed5](https://github.com/ReactiveX/RxJS/commit/0ae2ed5))
1540
+ - **bufferTime:** add higher-order lettable version of bufferTime operator ([0377ca6](https://github.com/ReactiveX/RxJS/commit/0377ca6))
1541
+ - **bufferToggle:** add higher-order lettable version of bufferToggle ([ea1c3ee](https://github.com/ReactiveX/RxJS/commit/ea1c3ee))
1542
+ - **bufferWhen:** add higher-order lettable version of bufferWhen ([ec3eceb](https://github.com/ReactiveX/RxJS/commit/ec3eceb))
1543
+ - **catchError:** add higher-order lettable version of `catch` ([408a2af](https://github.com/ReactiveX/RxJS/commit/408a2af))
1544
+ - **combineAll:** add higher-order lettable version of combineAll ([97704b3](https://github.com/ReactiveX/RxJS/commit/97704b3))
1545
+ - **combineLatest:** add higher-order lettable version of combineLatest ([b7154f2](https://github.com/ReactiveX/RxJS/commit/b7154f2))
1546
+ - **concatMap:** add higher-order lettable version of concatMap ([c4125ff](https://github.com/ReactiveX/RxJS/commit/c4125ff))
1547
+ - **concatMapTo:** add higher-order lettable version of concatMapTo ([0a6672e](https://github.com/ReactiveX/RxJS/commit/0a6672e))
1548
+ - **count:** add higher-order lettable version of count ([caf713e](https://github.com/ReactiveX/RxJS/commit/caf713e))
1549
+ - **debounce:** add higher-order lettable version of debounce ([cb8ce46](https://github.com/ReactiveX/RxJS/commit/cb8ce46))
1550
+ - **debounceTime:** add higher-order lettable version of debounceTime ([df0d439](https://github.com/ReactiveX/RxJS/commit/df0d439))
1551
+ - **delay:** add higher-order lettable version of delay ([7efb803](https://github.com/ReactiveX/RxJS/commit/7efb803))
1552
+ - **delayWhen:** add higher-order lettable version of delayWhen ([cb91c3f](https://github.com/ReactiveX/RxJS/commit/cb91c3f))
1553
+ - **dematerialize:** add higher-order lettable version of dematerialize ([b5948f9](https://github.com/ReactiveX/RxJS/commit/b5948f9))
1554
+ - **distinct:** add higher-order lettable version of distinct ([0429a69](https://github.com/ReactiveX/RxJS/commit/0429a69))
1555
+ - **distinctUntilChanged:** add higher-order lettable version of distinctUntilChanged ([b2725e7](https://github.com/ReactiveX/RxJS/commit/b2725e7))
1556
+ - **distinctUntilKeyChanged:** add higher-order lettable version of distinctUntilKeyChanged ([9db141c](https://github.com/ReactiveX/RxJS/commit/9db141c))
1557
+ - **elementAt:** add higher-order lettable version of elementAt ([b8e956b](https://github.com/ReactiveX/RxJS/commit/b8e956b))
1558
+ - **every:** add higher-order lettable version of every ([13f3503](https://github.com/ReactiveX/RxJS/commit/13f3503))
1559
+ - **exhaust:** add higher-order lettable version of exhaust ([b145dca](https://github.com/ReactiveX/RxJS/commit/b145dca))
1560
+ - **exhaustMap:** add higher-order lettable exhaustMap ([b134e0c](https://github.com/ReactiveX/RxJS/commit/b134e0c))
1561
+ - **expand:** add higher-order lettable expand ([6ec8a19](https://github.com/ReactiveX/RxJS/commit/6ec8a19))
1562
+ - **filter:** add higher-order lettable version of filter ([2848556](https://github.com/ReactiveX/RxJS/commit/2848556))
1563
+ - **finalize:** add higher-order lettable version of finally, called finalize ([cfeae9f](https://github.com/ReactiveX/RxJS/commit/cfeae9f))
1564
+ - **find:** add higher-order lettable version of find ([ff6d5af](https://github.com/ReactiveX/RxJS/commit/ff6d5af))
1565
+ - **findIndex:** add higher-order lettable findIndex ([40e680e](https://github.com/ReactiveX/RxJS/commit/40e680e))
1566
+ - **first:** add higher-order lettable first ([33eac1e](https://github.com/ReactiveX/RxJS/commit/33eac1e))
1567
+ - **groupBy:** add higher-order lettable groupBy ([5281229](https://github.com/ReactiveX/RxJS/commit/5281229))
1568
+ - **ignoreElements:** add higher-order lettable version of ignoreElements ([68286d4](https://github.com/ReactiveX/RxJS/commit/68286d4))
1569
+ - **isEmpty:** add higher-order lettable version of isEmpty ([aad1833](https://github.com/ReactiveX/RxJS/commit/aad1833))
1570
+ - **last:** add higher-order lettable version of last ([bf33b97](https://github.com/ReactiveX/RxJS/commit/bf33b97))
1571
+ - **lettables:** add higher-order lettable versions of concat, concatAll, mergeAll ([d7e8be7](https://github.com/ReactiveX/RxJS/commit/d7e8be7))
1572
+ - **map:** add higher-order lettable map operator ([ce40b2d](https://github.com/ReactiveX/RxJS/commit/ce40b2d))
1573
+ - **mapTo:** add higher-order lettable version of mapTo ([e97530f](https://github.com/ReactiveX/RxJS/commit/e97530f))
1574
+ - **materialize:** add higher-order lettable materialize operator ([ce42477](https://github.com/ReactiveX/RxJS/commit/ce42477))
1575
+ - **merge:** add higher-order lettable version of merge ([#2809](https://github.com/ReactiveX/RxJS/issues/2809)) ([3136403](https://github.com/ReactiveX/RxJS/commit/3136403))
1576
+ - **mergeMap:** add higher-order lettable version of mergeMap ([417efde](https://github.com/ReactiveX/RxJS/commit/417efde))
1577
+ - **mergeMapTo:** add higher-order lettable version of mergeMapTo ([653b47a](https://github.com/ReactiveX/RxJS/commit/653b47a))
1578
+ - **mergeScan:** add higher-order lettable version of mergeScan ([fde7205](https://github.com/ReactiveX/RxJS/commit/fde7205))
1579
+ - **multicast:** add higher-order lettable variant of multicast ([fb6014d](https://github.com/ReactiveX/RxJS/commit/fb6014d))
1580
+ - **observeOn:** add higher-order lettable version of observeOn ([feb0f5a](https://github.com/ReactiveX/RxJS/commit/feb0f5a))
1581
+ - **onErrorResumeNext:** add higher-order lettable version of onErrorResumeNext ([badec6a](https://github.com/ReactiveX/RxJS/commit/badec6a))
1582
+ - **operators:** higher-order lettables of reduce, min, max and defaultIfEmpty added ([9974fc2](https://github.com/ReactiveX/RxJS/commit/9974fc2))
1583
+ - **package:** rxjs distribution now supports main, module and es2015 keys in package.json ([988e1af](https://github.com/ReactiveX/RxJS/commit/988e1af))
1584
+ - **pairwise:** add higher-order lettable version of pairwise ([bb21a44](https://github.com/ReactiveX/RxJS/commit/bb21a44))
1585
+ - **partition:** add higher-order lettable version of partition ([595e588](https://github.com/ReactiveX/RxJS/commit/595e588))
1586
+ - **pipe:** add pipe method ot Observable ([9f6312d](https://github.com/ReactiveX/RxJS/commit/9f6312d))
1587
+ - **pipe:** add pipe utility function([42f9daf](https://github.com/ReactiveX/RxJS/commit/42f9daf))
1588
+ - **pluck:** add higher-order lettable version of pluck ([8ab0914](https://github.com/ReactiveX/RxJS/commit/8ab0914))
1589
+ - **publish:** add higher-order lettable variant of publish ([4ccf794](https://github.com/ReactiveX/RxJS/commit/4ccf794))
1590
+ - **publishBehavior:** add higher-order lettable version of publishBehavior ([e911aef](https://github.com/ReactiveX/RxJS/commit/e911aef))
1591
+ - **publishLast:** add higher-order lettable version of publishLast ([684728c](https://github.com/ReactiveX/RxJS/commit/684728c))
1592
+ - **publishReplay:** add higher-order lettable version of publishReplay ([2958917](https://github.com/ReactiveX/RxJS/commit/2958917))
1593
+ - **race:** add higher-order lettable version of race ([e646851](https://github.com/ReactiveX/RxJS/commit/e646851))
1594
+ - **refCount:** add higher-order lettable version of refCount ([21fba63](https://github.com/ReactiveX/RxJS/commit/21fba63))
1595
+ - **repeat:** add higher-order lettable version of repeat ([8473fe5](https://github.com/ReactiveX/RxJS/commit/8473fe5))
1596
+ - **repeatWhen:** add higher-order lettable version of repeatWhen ([1d1cecd](https://github.com/ReactiveX/RxJS/commit/1d1cecd))
1597
+ - **retry:** add higher-order lettable version of retry ([28e9b13](https://github.com/ReactiveX/RxJS/commit/28e9b13))
1598
+ - **retryWhen:** add higher-order lettable version of retryWhen ([1290e3c](https://github.com/ReactiveX/RxJS/commit/1290e3c))
1599
+ - **sample:** add higher-order lettable version of sample ([8c73e6e](https://github.com/ReactiveX/RxJS/commit/8c73e6e))
1600
+ - **sampleTime:** add higher-order lettable version of sampleTime ([ba6a9ce](https://github.com/ReactiveX/RxJS/commit/ba6a9ce))
1601
+ - **scan:** add higher-order lettable version of scan ([2cc5d75](https://github.com/ReactiveX/RxJS/commit/2cc5d75))
1602
+ - **sequenceEqual:** add higher-order lettable version of sequenceEqual ([7cd3165](https://github.com/ReactiveX/RxJS/commit/7cd3165))
1603
+ - **share:** add higher-order lettable version of share ([f10c42e](https://github.com/ReactiveX/RxJS/commit/f10c42e))
1604
+ - **shareReplay:** add higher-order lettable version of shareReplay ([e8be197](https://github.com/ReactiveX/RxJS/commit/e8be197))
1605
+ - **single:** add higher-order lettable version of single ([3bc050a](https://github.com/ReactiveX/RxJS/commit/3bc050a))
1606
+ - **skip:** add higher-order lettable version of skip ([baed383](https://github.com/ReactiveX/RxJS/commit/baed383))
1607
+ - **skipLast:** add higher-order lettable version of skipLast ([6e1ff3c](https://github.com/ReactiveX/RxJS/commit/6e1ff3c))
1608
+ - **skipUntil:** add higher-order lettable version of skipUntil ([6cc2cd6](https://github.com/ReactiveX/RxJS/commit/6cc2cd6))
1609
+ - **skipWhile:** add higher-order lettable version of skipWhile ([76d8ffa](https://github.com/ReactiveX/RxJS/commit/76d8ffa))
1610
+ - **subscribeOn:** add higher-order lettable version of subscribeOn ([866af37](https://github.com/ReactiveX/RxJS/commit/866af37))
1611
+ - **switchAll:** add higher-order lettable version of switch ([2f12572](https://github.com/ReactiveX/RxJS/commit/2f12572))
1612
+ - **switchMap:** add higher-order lettable version of switchMap ([b6e5b56](https://github.com/ReactiveX/RxJS/commit/b6e5b56))
1613
+ - **switchMapTo:** add higher-order lettable version of switchMapTo ([2640184](https://github.com/ReactiveX/RxJS/commit/2640184))
1614
+ - **take:** add higher-order lettable version of take ([089a5a6](https://github.com/ReactiveX/RxJS/commit/089a5a6))
1615
+ - **takeLast:** add higher-order lettable version of takeLast ([cd7e7dd](https://github.com/ReactiveX/RxJS/commit/cd7e7dd))
1616
+ - **takeUntil:** add higher-order lettable version of takeUntil ([bb2ddaa](https://github.com/ReactiveX/RxJS/commit/bb2ddaa))
1617
+ - **takeWhile:** add higher-order lettable version of takeWhile ([f86c862](https://github.com/ReactiveX/RxJS/commit/f86c862))
1618
+ - **tap:** add higher-order lettable version of do ([f85c60e](https://github.com/ReactiveX/RxJS/commit/f85c60e))
1619
+ - **throttle:** add higher-order lettable version of throttle ([e4dd1fd](https://github.com/ReactiveX/RxJS/commit/e4dd1fd))
1620
+ - **throttleTime:** add higher-order lettable version of throttleTime ([34a592d](https://github.com/ReactiveX/RxJS/commit/34a592d))
1621
+ - **timeInterval:** add higher-order lettable version of timeInterval ([fcad034](https://github.com/ReactiveX/RxJS/commit/fcad034))
1622
+ - **timeout:** add higher-order lettable version of timeout ([2546750](https://github.com/ReactiveX/RxJS/commit/2546750))
1623
+ - **timeoutWith:** add higher-order lettable version of timeoutWith ([bd7f5ed](https://github.com/ReactiveX/RxJS/commit/bd7f5ed))
1624
+ - **timestamp:** add higher-order lettable version of timestamp ([a780bf2](https://github.com/ReactiveX/RxJS/commit/a780bf2))
1625
+ - **toArray:** add higher-order lettable version of toArray ([82480cf](https://github.com/ReactiveX/RxJS/commit/82480cf))
1626
+ - **toArray:** add higher-order lettable version of toArray ([a03a50c](https://github.com/ReactiveX/RxJS/commit/a03a50c))
1627
+ - **toPromise:** add higher-order lettable version of toPromise ([1627da2](https://github.com/ReactiveX/RxJS/commit/1627da2))
1628
+ - **window:** add higher-order lettable version of window ([9f6373e](https://github.com/ReactiveX/RxJS/commit/9f6373e))
1629
+ - **windowCount:** add higher-order lettable version of windowCount ([2a9e54c](https://github.com/ReactiveX/RxJS/commit/2a9e54c))
1630
+ - **windowTime:** add higher-order lettable version of windowTime ([29ffa1b](https://github.com/ReactiveX/RxJS/commit/29ffa1b))
1631
+ - **windowToggle:** add higher-order lettable version of windowToggle ([81ec389](https://github.com/ReactiveX/RxJS/commit/81ec389))
1632
+ - **windowWhen:** add higher-order lettable version of windowWhen ([0b73208](https://github.com/ReactiveX/RxJS/commit/0b73208))
1633
+ - **withLatestFrom:** add higher-order lettable version of withLatestFrom ([509c97c](https://github.com/ReactiveX/RxJS/commit/509c97c))
1634
+ - **zip:** add higher-order lettable version of zip ([8a9b9b2](https://github.com/ReactiveX/RxJS/commit/8a9b9b2))
1635
+ - **zipAll:** add higher-order lettable version of zipAll ([f6bd51f](https://github.com/ReactiveX/RxJS/commit/f6bd51f))
1636
+
1637
+ <a name="5.4.3"></a>
1638
+
1639
+ ## [5.4.3](https://github.com/ReactiveX/RxJS/compare/5.4.2...v5.4.3) (2017-08-10)
1640
+
1641
+ ### Bug Fixes
1642
+
1643
+ - **compilation:** compiles under typescript 2.4.2 ([#2780](https://github.com/ReactiveX/RxJS/issues/2780)) ([d2a32f9](https://github.com/ReactiveX/RxJS/commit/d2a32f9))
1644
+ - **exports:** add exports for missing static operators: generate, ([08c4196](https://github.com/ReactiveX/RxJS/commit/08c4196))
1645
+
1646
+ <a name="5.4.2"></a>
1647
+
1648
+ ## [5.4.2](https://github.com/ReactiveX/RxJS/compare/5.4.1...v5.4.2) (2017-07-05)
1649
+
1650
+ ### Bug Fixes
1651
+
1652
+ - **Notification:** Don't reference `this` from static methods. ([9f8e375](https://github.com/ReactiveX/RxJS/commit/9f8e375))
1653
+ - **Subject:** lift signature is now appropriate for stricter TypeScript 2.4 checks ([#2722](https://github.com/ReactiveX/RxJS/issues/2722)) ([9804de7](https://github.com/ReactiveX/RxJS/commit/9804de7))
1654
+
1655
+ <a name="5.4.1"></a>
1656
+
1657
+ ## [5.4.1](https://github.com/ReactiveX/RxJS/compare/5.4.0...v5.4.1) (2017-06-14)
1658
+
1659
+ ### Bug Fixes
1660
+
1661
+ - **ajax:** Only set timeout & responseType if request is asynchronous ([#2486](https://github.com/ReactiveX/RxJS/issues/2486)) ([380fbcf](https://github.com/ReactiveX/RxJS/commit/380fbcf))
1662
+ - **audit:** will now properly mirror source if durations are Observable.empty() ([#2595](https://github.com/ReactiveX/RxJS/issues/2595)) ([6ded82e](https://github.com/ReactiveX/RxJS/commit/6ded82e))
1663
+ - **elementAt:** will now properly unsubscribe when it completes or errors ([#2501](https://github.com/ReactiveX/RxJS/issues/2501)) ([a400cab](https://github.com/ReactiveX/RxJS/commit/a400cab))
1664
+ - **ErrorObservable:** will now propagate errors properly when used in a `catch` after `fromPromise`. ([#2552](https://github.com/ReactiveX/RxJS/issues/2552)) ([cf88a20](https://github.com/ReactiveX/RxJS/commit/cf88a20))
1665
+ - **groupBy:** group duration notifiers will now properly unsubscribe and clean up ([#2662](https://github.com/ReactiveX/RxJS/issues/2662)) ([ab92083](https://github.com/ReactiveX/RxJS/commit/ab92083)), closes [#2660](https://github.com/ReactiveX/RxJS/issues/2660) [#2661](https://github.com/ReactiveX/RxJS/issues/2661)
1666
+ - **Observable:** errors thrown in observer/handlers without an operator applied will no longer be swallowed ([#2626](https://github.com/ReactiveX/RxJS/issues/2626)) ([c250afc](https://github.com/ReactiveX/RxJS/commit/c250afc)), closes [#2565](https://github.com/ReactiveX/RxJS/issues/2565)
1667
+ - **reduce:** type definitions overloads for TypeScript are now in proper order ([#2523](https://github.com/ReactiveX/RxJS/issues/2523)) ([ccc0647](https://github.com/ReactiveX/RxJS/commit/ccc0647))
1668
+ - **Schedulers:** Fix issue where canceling an asap or animationFrame action early could throw ([#2638](https://github.com/ReactiveX/RxJS/issues/2638)) ([fc39043](https://github.com/ReactiveX/RxJS/commit/fc39043))
1669
+
1670
+ <a name="5.4.0"></a>
1671
+
1672
+ # [5.4.0](https://github.com/ReactiveX/RxJS/) (2017-05-09)
1673
+
1674
+ ### Features
1675
+
1676
+ - **shareReplay:** adds `shareReplay` variant of `publishReplay` ([#2443](https://github.com/ReactiveX/RxJS/issues/2443)) ([5a2266a](https://github.com/ReactiveX/RxJS/commit/5a2266a))
1677
+ - **skipLast:** add skipLast operator ([#2316](https://github.com/ReactiveX/RxJS/issues/2316)) ([4ffbbe5](https://github.com/ReactiveX/RxJS/commit/4ffbbe5)), closes [#1404](https://github.com/ReactiveX/RxJS/issues/1404)
1678
+ - **TypeScript:** fromPromise accepts PromiseLike object ([#2505](https://github.com/ReactiveX/RxJS/issues/2505)) ([ade1fd5](https://github.com/ReactiveX/RxJS/commit/ade1fd5))
1679
+
1680
+ <a name="5.3.3"></a>
1681
+
1682
+ ## [5.3.3](https://github.com/ReactiveX/RxJS/compare/5.3.1...5.3.3) (2017-05-09)
1683
+
1684
+ ### Bug Fixes
1685
+
1686
+ - **delayWhen:** correctly handle synchronous duration observable ([#2589](https://github.com/ReactiveX/RxJS/issues/2589)) ([695f280](https://github.com/ReactiveX/RxJS/commit/695f280)), closes [#2587](https://github.com/ReactiveX/RxJS/issues/2587)
1687
+ - **race:** allow TypeScript support for array of observables other than rest param ([#2548](https://github.com/ReactiveX/RxJS/issues/2548)) ([ace553c](https://github.com/ReactiveX/RxJS/commit/ace553c))
1688
+ - **Subscriber:** do not call complete with undefined value param ([#2559](https://github.com/ReactiveX/RxJS/issues/2559)) ([3d63de2](https://github.com/ReactiveX/RxJS/commit/3d63de2))
1689
+
1690
+ **(NOTE: 5.3.2 was a broken release and was removed)**
1691
+
1692
+ <a name="5.3.1"></a>
1693
+
1694
+ ## [5.3.1](https://github.com/ReactiveX/RxJS/compare/5.3.0...v5.3.1) (2017-05-02)
1695
+
1696
+ ### Bug Fixes
1697
+
1698
+ - **AsyncAction:** rescheduling an action with the same delay before it has executed will now schedule appropriately. ([#2580](https://github.com/ReactiveX/RxJS/issues/2580)) ([281760e](https://github.com/ReactiveX/RxJS/commit/281760e))
1699
+ - **closure:** make root.ts work with closure ([#2546](https://github.com/ReactiveX/RxJS/issues/2546)) ([0ecf55d](https://github.com/ReactiveX/RxJS/commit/0ecf55d))
1700
+ - **tests:** add missing babel-polyfill to package.json ([b277ce9](https://github.com/ReactiveX/RxJS/commit/b277ce9)), closes [#2261](https://github.com/ReactiveX/RxJS/issues/2261)
1701
+ - **withLatestFrom:** change from hot to cold observable in marble test ([0c65446](https://github.com/ReactiveX/RxJS/commit/0c65446)), closes [#2526](https://github.com/ReactiveX/RxJS/issues/2526)
1702
+
1703
+ <a name="5.3.0"></a>
1704
+
1705
+ # [5.3.0](https://github.com/ReactiveX/RxJS/compare/5.2.0...v5.3.0) (2017-04-03)
1706
+
1707
+ ### Bug Fixes
1708
+
1709
+ - **catch:** return type is now the union of input types ([#2478](https://github.com/ReactiveX/RxJS/issues/2478)) ([840def0](https://github.com/ReactiveX/RxJS/commit/840def0))
1710
+ - **forEach:** fix a temporal dead zone issue in forEach. ([#2474](https://github.com/ReactiveX/RxJS/issues/2474)) ([e9e9801](https://github.com/ReactiveX/RxJS/commit/e9e9801))
1711
+ - **multicast:** Ensure ConnectableObservables returned by multicast are state-isolated. ([aaa9e6b](https://github.com/ReactiveX/RxJS/commit/aaa9e6b))
1712
+ - **reduce:** proper TypeScript signature overload ordering ([#2382](https://github.com/ReactiveX/RxJS/issues/2382)) ([f6a4951](https://github.com/ReactiveX/RxJS/commit/f6a4951)), closes [#2338](https://github.com/ReactiveX/RxJS/issues/2338)
1713
+ - **SafeSubscriber:** SafeSubscriber shouldn't mutate incoming Observers. ([a1778e0](https://github.com/ReactiveX/RxJS/commit/a1778e0))
1714
+ - **timeout:** Cancels scheduled timeout, if no longer needed ([3e9d529](https://github.com/ReactiveX/RxJS/commit/3e9d529)), closes [#2134](https://github.com/ReactiveX/RxJS/issues/2134) [#2244](https://github.com/ReactiveX/RxJS/issues/2244) [#2355](https://github.com/ReactiveX/RxJS/issues/2355) [#2347](https://github.com/ReactiveX/RxJS/issues/2347) [#2353](https://github.com/ReactiveX/RxJS/issues/2353) [#2254](https://github.com/ReactiveX/RxJS/issues/2254) [#2372](https://github.com/ReactiveX/RxJS/issues/2372) [#1301](https://github.com/ReactiveX/RxJS/issues/1301)
1715
+ - **zipAll:** complete when the source is empty ([712fece](https://github.com/ReactiveX/RxJS/commit/712fece))
1716
+
1717
+ ### Features
1718
+
1719
+ - **delayWhen:** add index to the selector function ([5d6291e](https://github.com/ReactiveX/RxJS/commit/5d6291e))
1720
+ - **symbol exports:** symbols now also exported without `$$` prefix to work with Babel UMD exporting ([#2435](https://github.com/ReactiveX/RxJS/issues/2435)) ([747bef6](https://github.com/ReactiveX/RxJS/commit/747bef6)), closes [#2415](https://github.com/ReactiveX/RxJS/issues/2415)
1721
+
1722
+ ### Performance Improvements
1723
+
1724
+ - **bufferCount:** optimize bufferCount operator ([#2359](https://github.com/ReactiveX/RxJS/issues/2359)) ([28d0883](https://github.com/ReactiveX/RxJS/commit/28d0883))
1725
+
1726
+ ### April Fools
1727
+
1728
+ - **smooth:** `smooth()` was never really a thing. Sorry, folks. :D
1729
+
1730
+ <a name="5.2.0"></a>
1731
+
1732
+ # [5.2.0](https://github.com/ReactiveX/RxJS/compare/5.1.1...v5.2.0) (2017-02-21)
1733
+
1734
+ ### Bug Fixes
1735
+
1736
+ - **ajax:** will set `withCredentials` after `open` on XHR for IE10 ([#2332](https://github.com/ReactiveX/RxJS/issues/2332)) ([0ab1d3b](https://github.com/ReactiveX/RxJS/commit/0ab1d3b))
1737
+ - **bindCallback:** emit undefined when callback is without arguments ([915a2a8](https://github.com/ReactiveX/RxJS/commit/915a2a8))
1738
+ - **bindNodeCallback:** emit undefined when callback has no success arguments ([8b81fc6](https://github.com/ReactiveX/RxJS/commit/8b81fc6)), closes [#2254](https://github.com/ReactiveX/RxJS/issues/2254)
1739
+ - **bindNodeCallback:** errors thrown in callback will be scheduled if a scheduler is provided ([#2344](https://github.com/ReactiveX/RxJS/issues/2344)) ([82ec4f1](https://github.com/ReactiveX/RxJS/commit/82ec4f1))
1740
+ - **concat:** will now return Observable when given a single object implementing Symbol.observable ([#2387](https://github.com/ReactiveX/RxJS/issues/2387)) ([f5d035a](https://github.com/ReactiveX/RxJS/commit/f5d035a))
1741
+ - **ErrorObservable:** remove type constraint to error value ([2f951cd](https://github.com/ReactiveX/RxJS/commit/2f951cd)), closes [#2395](https://github.com/ReactiveX/RxJS/issues/2395)
1742
+ - **forkJoin:** add type signature for single observable with selector ([7983b91](https://github.com/ReactiveX/RxJS/commit/7983b91)), closes [#2347](https://github.com/ReactiveX/RxJS/issues/2347)
1743
+ - **merge:** return Observable when called with single lowerCaseO ([85752eb](https://github.com/ReactiveX/RxJS/commit/85752eb))
1744
+ - **mergeAll:** introduce variant support <T, R> for mergeMap ([656f2b3](https://github.com/ReactiveX/RxJS/commit/656f2b3)), closes [#2372](https://github.com/ReactiveX/RxJS/issues/2372)
1745
+ - **single:** predicate function receives indices starting at 0 ([#2396](https://github.com/ReactiveX/RxJS/issues/2396)) ([c81882f](https://github.com/ReactiveX/RxJS/commit/c81882f))
1746
+ - **subscribeToResult:** accept array-like as result ([14685ba](https://github.com/ReactiveX/RxJS/commit/14685ba))
1747
+
1748
+ ### Features
1749
+
1750
+ - **webSocket:** Add binaryType to config object ([86acbd1](https://github.com/ReactiveX/RxJS/commit/86acbd1)), closes [#2353](https://github.com/ReactiveX/RxJS/issues/2353)
1751
+ - **windowTime:** maxWindowSize parameter in windowTime operator ([381be3f](https://github.com/ReactiveX/RxJS/commit/381be3f)), closes [#1301](https://github.com/ReactiveX/RxJS/issues/1301)
1752
+
1753
+ <a name="5.1.1"></a>
1754
+
1755
+ ## [5.1.1](https://github.com/ReactiveX/RxJS/compare/5.1.0...v5.1.1) (2017-02-13)
1756
+
1757
+ ### Bug Fixes
1758
+
1759
+ - **bindCallback:** input function context can now be properly set via output function ([#2319](https://github.com/ReactiveX/RxJS/issues/2319)) ([cb91c76](https://github.com/ReactiveX/RxJS/commit/cb91c76))
1760
+ - **bindNodeCallback:** input function context can now be properly set via output function ([#2320](https://github.com/ReactiveX/RxJS/issues/2320)) ([3ec315d](https://github.com/ReactiveX/RxJS/commit/3ec315d))
1761
+ - **Subscription:** fold ChildSubscription logic into Subscriber to prevent operators from leaking ChildSubscriptions. ([#2360](https://github.com/ReactiveX/RxJS/issues/2360)) ([22e4c17](https://github.com/ReactiveX/RxJS/commit/22e4c17)), closes [#2244](https://github.com/ReactiveX/RxJS/issues/2244) [#2355](https://github.com/ReactiveX/RxJS/issues/2355)
1762
+
1763
+ <a name="5.1.0"></a>
1764
+
1765
+ # [5.1.0](https://github.com/ReactiveX/RxJS/compare/5.0.3...v5.1.0) (2017-02-01)
1766
+
1767
+ ### Bug Fixes
1768
+
1769
+ - **catch:** update the catch operator to dispose inner subscriptions if the catch subscription is di ([#2271](https://github.com/ReactiveX/RxJS/issues/2271)) ([8a1e089](https://github.com/ReactiveX/RxJS/commit/8a1e089))
1770
+ - **combineLatest:** Don't mutate array of observables passed to ([#2276](https://github.com/ReactiveX/RxJS/issues/2276)) ([9b73c46](https://github.com/ReactiveX/RxJS/commit/9b73c46))
1771
+ - **ISubscription:** update type definition of ISubscription::closed ([#2249](https://github.com/ReactiveX/RxJS/issues/2249)) ([0c304a2](https://github.com/ReactiveX/RxJS/commit/0c304a2))
1772
+ - **Observable:** Ensure the generic type of the Observer passed to Observable's initializer function is the same. ([51a0bc1](https://github.com/ReactiveX/RxJS/commit/51a0bc1)), closes [#2166](https://github.com/ReactiveX/RxJS/issues/2166)
1773
+ - **Observable:** errors thrown during subscription are now properly sent down error channel ([#2313](https://github.com/ReactiveX/RxJS/issues/2313)) ([d4a9aac](https://github.com/ReactiveX/RxJS/commit/d4a9aac)), closes [#1833](https://github.com/ReactiveX/RxJS/issues/1833)
1774
+ - **reduce:** index will properly start at 1 if no seed is provided, to match native Array reduce behavior ([30a4ca4](https://github.com/ReactiveX/RxJS/commit/30a4ca4)), closes [#2290](https://github.com/ReactiveX/RxJS/issues/2290)
1775
+ - **repeatWhen:** resulting observable will wait for the source to complete, even if a hot notifier completes first. ([#2209](https://github.com/ReactiveX/RxJS/issues/2209)) ([c65a098](https://github.com/ReactiveX/RxJS/commit/c65a098)), closes [#2054](https://github.com/ReactiveX/RxJS/issues/2054)
1776
+ - **Subject:** ensure subject properly throws ObjectUnsubscribedError when unsubscribed then resubscribed to ([#2318](https://github.com/ReactiveX/RxJS/issues/2318)) ([41489eb](https://github.com/ReactiveX/RxJS/commit/41489eb))
1777
+ - **TestScheduler:** helper methods return proper types, `HotObservable` and `ColdObservable` instead of Observable ([#2305](https://github.com/ReactiveX/RxJS/issues/2305)) ([758aae9](https://github.com/ReactiveX/RxJS/commit/758aae9))
1778
+ - **windowTime:** ensure windows created when only a timespan is passed are closed and cleaned up properly. ([#2278](https://github.com/ReactiveX/RxJS/issues/2278)) ([d4533c4](https://github.com/ReactiveX/RxJS/commit/d4533c4))
1779
+
1780
+ ### Features
1781
+
1782
+ - **fromEventPattern:** support optional removeHandler ([86960c2](https://github.com/ReactiveX/RxJS/commit/86960c2))
1783
+ - **fromEventPattern:** support pass signal from addHandler to removeHandler ([01d0622](https://github.com/ReactiveX/RxJS/commit/01d0622))
1784
+
1785
+ <a name="5.0.3"></a>
1786
+
1787
+ ## [5.0.3](https://github.com/ReactiveX/RxJS/compare/5.0.2...v5.0.3) (2017-01-05)
1788
+
1789
+ ### Bug Fixes
1790
+
1791
+ - **observeOn:** seal memory leak involving old notifications ([9664a38](https://github.com/ReactiveX/RxJS/commit/9664a38)), closes [#2244](https://github.com/ReactiveX/RxJS/issues/2244)
1792
+ - **Subscription:** `add` will return Subscription that `remove`s itself when unsubscribed ([375d4a5](https://github.com/ReactiveX/RxJS/commit/375d4a5))
1793
+ - **TypeScript:** interfaces that accepted `Scheduler` now accept `IScheduler` interface ([a0d28a8](https://github.com/ReactiveX/RxJS/commit/a0d28a8))
1794
+
1795
+ <a name="5.0.2"></a>
1796
+
1797
+ ## [5.0.2](https://github.com/ReactiveX/RxJS/compare/5.0.1...v5.0.2) (2016-12-23)
1798
+
1799
+ ### Bug Fixes
1800
+
1801
+ - **ajax:** upload progress is now set correctly ([#2200](https://github.com/ReactiveX/RxJS/issues/2200)) ([1a83041](https://github.com/ReactiveX/RxJS/commit/1a83041))
1802
+ - **groupBy:** Fix groupBy to dispose of outer subscription. ([#2201](https://github.com/ReactiveX/RxJS/issues/2201)) ([2269618](https://github.com/ReactiveX/RxJS/commit/2269618))
1803
+
1804
+ <a name="5.0.1"></a>
1805
+
1806
+ ## [5.0.1](https://github.com/ReactiveX/RxJS/compare/5.0.0...v5.0.1) (2016-12-13)
1807
+
1808
+ ### Bug Fixes
1809
+
1810
+ - **TypeScript:** pin to TypeScript 2.0.x, fix errors with Error subclassing ([300504c](https://github.com/ReactiveX/RxJS/commit/300504c))
1811
+
1812
+ <a name="5.0.0"></a>
1813
+
1814
+ # [5.0.0](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.5...v5.0.0) (2016-12-13)
1815
+
1816
+ ### Bug Fixes
1817
+
1818
+ - **race:** unsubscribe raced observables with immediate scheduler ([#2158](https://github.com/ReactiveX/RxJS/issues/2158)) ([7dd533b](https://github.com/ReactiveX/RxJS/commit/7dd533b))
1819
+ - **SubscribeOnObservable:** Add the source subscription to the action disposable so the source will ([64e3815](https://github.com/ReactiveX/RxJS/commit/64e3815))
1820
+
1821
+ <a name="5.0.0-rc.5"></a>
1822
+
1823
+ # [5.0.0-rc.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.4...v5.0.0-rc.5) (2016-12-07)
1824
+
1825
+ ### Bug Fixes
1826
+
1827
+ - **AjaxObservable:** catch XHR send failures to observer ([#2159](https://github.com/ReactiveX/RxJS/issues/2159)) ([128fb9c](https://github.com/ReactiveX/RxJS/commit/128fb9c))
1828
+ - **distinctKey:** Removed accidental leftover reference of `distinctKey` ([9fd8096](https://github.com/ReactiveX/RxJS/commit/9fd8096)), closes [#2161](https://github.com/ReactiveX/RxJS/issues/2161)
1829
+ - **errors:** Better error message when you return non-observable things, ([#2152](https://github.com/ReactiveX/RxJS/issues/2152)) ([86a909c](https://github.com/ReactiveX/RxJS/commit/86a909c)), closes [#215](https://github.com/ReactiveX/RxJS/issues/215)
1830
+ - **event:** uses `Object.prototype.toString.call` on objects ([#2143](https://github.com/ReactiveX/RxJS/issues/2143)) ([e036e79](https://github.com/ReactiveX/RxJS/commit/e036e79))
1831
+ - **typings:** type guard support for `last`, `first`, `find` and `filter`. ([5f2e849](https://github.com/ReactiveX/RxJS/commit/5f2e849))
1832
+
1833
+ ### Features
1834
+
1835
+ - **timeout:** remove `errorToSend` argument, always throw TimeoutError ([#2172](https://github.com/ReactiveX/RxJS/issues/2172)) ([98ea3d2](https://github.com/ReactiveX/RxJS/commit/98ea3d2))
1836
+
1837
+ ### BREAKING CHANGES
1838
+
1839
+ - timeout: `timeout` no longer accepts the `errorToSend` argument
1840
+
1841
+ related #2141
1842
+
1843
+ <a name="5.0.0-rc.4"></a>
1844
+
1845
+ # [5.0.0-rc.4](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.3...v5.0.0-rc.4) (2016-11-19)
1846
+
1847
+ ### Bug Fixes
1848
+
1849
+ - **partition:** handles `thisArg` as expected ([#2138](https://github.com/ReactiveX/RxJS/issues/2138)) ([6cf7296](https://github.com/ReactiveX/RxJS/commit/6cf7296))
1850
+ - **timeout:** throw traceable TimeoutError ([#2132](https://github.com/ReactiveX/RxJS/issues/2132)) ([9ebc46b](https://github.com/ReactiveX/RxJS/commit/9ebc46b))
1851
+
1852
+ <a name="5.0.0-rc.3"></a>
1853
+
1854
+ # [5.0.0-rc.3](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.2...v5.0.0-rc.3) (2016-11-15)
1855
+
1856
+ ### Bug Fixes
1857
+
1858
+ - **typings:** You no longer have to install the type definition for chai ([#2112](https://github.com/ReactiveX/rxjs/issues/2112))
1859
+
1860
+ ### Features
1861
+
1862
+ - **filter:** support type guards without casting ([68b7922](https://github.com/ReactiveX/RxJS/commit/68b7922))
1863
+ - **find:** support type guards without casting ([9058bf6](https://github.com/ReactiveX/RxJS/commit/9058bf6))
1864
+ - **first:** support type guards without casting ([3aa1988](https://github.com/ReactiveX/RxJS/commit/3aa1988))
1865
+ - **last:** support type guards without casting ([07ecd5e](https://github.com/ReactiveX/RxJS/commit/07ecd5e))
1866
+
1867
+ <a name="5.0.0-rc.2"></a>
1868
+
1869
+ # [5.0.0-rc.2](https://github.com/ReactiveX/RxJS/compare/5.0.0-rc.1...v5.0.0-rc.2) (2016-11-05)
1870
+
1871
+ ### Bug Fixes
1872
+
1873
+ - **AjaxObservable:** remove needless type param R from AjaxObservable.getJSON() ([#2069](https://github.com/ReactiveX/RxJS/issues/2069)) ([0c3d4a4](https://github.com/ReactiveX/RxJS/commit/0c3d4a4))
1874
+ - **bufferCount:** will behave as expected when `startBufferEvery` is less than `bufferSize` ([#2076](https://github.com/ReactiveX/RxJS/issues/2076)) ([d13dbb4](https://github.com/ReactiveX/RxJS/commit/d13dbb4)), closes [#2062](https://github.com/ReactiveX/RxJS/issues/2062)
1875
+ - **build_docs:** fix doc building ([#1974](https://github.com/ReactiveX/RxJS/issues/1974)) ([1bbbe8b](https://github.com/ReactiveX/RxJS/commit/1bbbe8b))
1876
+ - **ErrorObservable:** Add generic error type for ErrorObservable. ([#2071](https://github.com/ReactiveX/RxJS/issues/2071)) ([9df86ba](https://github.com/ReactiveX/RxJS/commit/9df86ba))
1877
+ - **first:** will now only emit one value in recursive cases ([#2100](https://github.com/ReactiveX/RxJS/issues/2100)) ([a047e7a](https://github.com/ReactiveX/RxJS/commit/a047e7a)), closes [#2098](https://github.com/ReactiveX/RxJS/issues/2098)
1878
+ - **fromEvent:** Throw if event target is invalid ([#2107](https://github.com/ReactiveX/RxJS/issues/2107)) ([147ce3e](https://github.com/ReactiveX/RxJS/commit/147ce3e))
1879
+ - **IteratorObservable:** clarify the return type of IteratorObservable.create() ([#2070](https://github.com/ReactiveX/RxJS/issues/2070)) ([4f0f865](https://github.com/ReactiveX/RxJS/commit/4f0f865))
1880
+ - **IteratorObservable:** Observables `from` generators will now finalize when subscription ends ([22d286a](https://github.com/ReactiveX/RxJS/commit/22d286a)), closes [#1938](https://github.com/ReactiveX/RxJS/issues/1938)
1881
+ - **multicast:** fix a bug that caused multicast to omit messages after termination ([#2021](https://github.com/ReactiveX/RxJS/issues/2021)) ([44fbc14](https://github.com/ReactiveX/RxJS/commit/44fbc14))
1882
+ - **Notification:** `materialize` output will now match Rx4 ([#2106](https://github.com/ReactiveX/RxJS/issues/2106)) ([c83bab9](https://github.com/ReactiveX/RxJS/commit/c83bab9)), closes [#2105](https://github.com/ReactiveX/RxJS/issues/2105)
1883
+ - **Object.assign:** stop polyfilling Object assign ([#2080](https://github.com/ReactiveX/RxJS/issues/2080)) ([b5f8ab3](https://github.com/ReactiveX/RxJS/commit/b5f8ab3))
1884
+ - **Observable/Ajax:** mount properties to origin readystatechange fn ([#2025](https://github.com/ReactiveX/RxJS/issues/2025)) ([76a9abb](https://github.com/ReactiveX/RxJS/commit/76a9abb))
1885
+ - **operator/do:** fix typings ([9a40297](https://github.com/ReactiveX/RxJS/commit/9a40297))
1886
+ - **reduce/scan:** both scan/reduce operators now accepts `undefined` itself as a valid seed ([#2050](https://github.com/ReactiveX/RxJS/issues/2050)) ([fee7585](https://github.com/ReactiveX/RxJS/commit/fee7585)), closes [#2047](https://github.com/ReactiveX/RxJS/issues/2047)
1887
+ - **ReplaySubject:** observer now subscribed prior to running subscription function ([#2046](https://github.com/ReactiveX/RxJS/issues/2046)) ([fea08e9](https://github.com/ReactiveX/RxJS/commit/fea08e9)), closes [#2044](https://github.com/ReactiveX/RxJS/issues/2044)
1888
+ - **sample:** source is now subscribed to before the notifier ([ffe99e8](https://github.com/ReactiveX/RxJS/commit/ffe99e8)), closes [#2075](https://github.com/ReactiveX/RxJS/issues/2075)
1889
+ - **Symbol.iterator:** will not polyfill Symbol iterator unless Symbol exists ([#2082](https://github.com/ReactiveX/RxJS/issues/2082)) ([1138c99](https://github.com/ReactiveX/RxJS/commit/1138c99))
1890
+ - **typings:** fixed Subject<T>.lift to have the same shape as Observable<T>.lift ([b07f597](https://github.com/ReactiveX/RxJS/commit/b07f597))
1891
+ - **WebSocketSubject.prototype.multiplex:** no longer nulls out socket after first unsubscribe ([#2039](https://github.com/ReactiveX/RxJS/issues/2039)) ([a5e9cfe](https://github.com/ReactiveX/RxJS/commit/a5e9cfe)), closes [#2037](https://github.com/ReactiveX/RxJS/issues/2037)
1892
+
1893
+ ### Features
1894
+
1895
+ - **distinct:** remove `distinctKey`, `distinct` signature change and perf improvements ([#2049](https://github.com/ReactiveX/RxJS/issues/2049)) ([89612b2](https://github.com/ReactiveX/RxJS/commit/89612b2)), closes [#2009](https://github.com/ReactiveX/RxJS/issues/2009)
1896
+ - **groupBy:** Adds subjectSelector argument to groupBy ([#2023](https://github.com/ReactiveX/RxJS/issues/2023)) ([f94ceb9](https://github.com/ReactiveX/RxJS/commit/f94ceb9))
1897
+ - **typescript:** remove dependency to 3rd party es2015 definition ([#2027](https://github.com/ReactiveX/RxJS/issues/2027)) ([4c31974](https://github.com/ReactiveX/RxJS/commit/4c31974)), closes [#2016](https://github.com/ReactiveX/RxJS/issues/2016)
1898
+
1899
+ ### BREAKING CHANGES
1900
+
1901
+ - Notification: `Notification.prototype.exception` is now `Notification.prototype.error` to match Rx4 semantics
1902
+ - Symbol.iterator: RxJS will no longer polyfill `Symbol.iterator` if `Symbol` does not exist. This may break code that inadvertently relies on this behavior
1903
+ - Object.assign: RxJS will no longer polyfill `Object.assign`. It does
1904
+ not require `Object.assign` to function, however, your code may be
1905
+ inadvertently relying on this polyfill.
1906
+ - AjaxObservable: Observable.ajax.getJSON() now only supports a single type parameter,
1907
+ `getJSON<T>(url: string, headers?: Object): Observable<T>`.
1908
+ The extra type parameter it accepted previously was superfluous.
1909
+ - distinct: `distinctKey` has been removed. Use `distinct`
1910
+ - distinct: `distinct` operator has changed, first argument is an
1911
+ optional `keySelector`. The custom `compare` function is no longer
1912
+ supported.
1913
+
1914
+ <a name="5.0.0-rc.1"></a>
1915
+
1916
+ # [5.0.0-rc.1](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.12...v5.0.0-rc.1) (2016-10-11)
1917
+
1918
+ ### Bug Fixes
1919
+
1920
+ - **AjaxObservable:** Fix for [#1921](https://github.com/ReactiveX/RxJS/issues/1921) exposed AjaxObservable unsubscription error calling xhr.abort(). ([4d23f87](https://github.com/ReactiveX/RxJS/commit/4d23f87))
1921
+ - **AnonymousSubject:** is now exposed on Rx namespace ([0a6f049](https://github.com/ReactiveX/RxJS/commit/0a6f049)), closes [#2002](https://github.com/ReactiveX/RxJS/issues/2002)
1922
+ - **bufferTime:** no errors with take after bufferTime with maxBufferSize ([ecec640](https://github.com/ReactiveX/RxJS/commit/ecec640)), closes [#1944](https://github.com/ReactiveX/RxJS/issues/1944)
1923
+ - **docs:** Fix esdoc for Observable.merge spread argument ([b794e9b](https://github.com/ReactiveX/RxJS/commit/b794e9b))
1924
+ - **Observer:** fix Observable#subscribe() signature to suggest correct usable ([459d2a2](https://github.com/ReactiveX/RxJS/commit/459d2a2))
1925
+ - **operator:** Fix take to complete when the source is re-entrant. ([86615cb](https://github.com/ReactiveX/RxJS/commit/86615cb))
1926
+ - **root:** find global context (window/self/global) in a more safe way ([a098132](https://github.com/ReactiveX/RxJS/commit/a098132)), closes [#1930](https://github.com/ReactiveX/RxJS/issues/1930)
1927
+ - **schedulers:** Queue, Asap, and AnimationFrame Schedulers should be Async if delay > 0 ([d5c682c](https://github.com/ReactiveX/RxJS/commit/d5c682c))
1928
+ - **util/toSubscriber:** Supplies the Subscriber constructor with emptyObserver as destination if no ([8e7e4e3](https://github.com/ReactiveX/RxJS/commit/8e7e4e3))
1929
+ - **WebSocketSubject:** ensure all internal state properly reset when socket is nulled out ([62d242e](https://github.com/ReactiveX/RxJS/commit/62d242e)), closes [#1863](https://github.com/ReactiveX/RxJS/issues/1863)
1930
+
1931
+ ### Features
1932
+
1933
+ - **cache:** remove `cache` operator ([1b23ace](https://github.com/ReactiveX/RxJS/commit/1b23ace))
1934
+ - **ES2015:** stop publishing `rxjs-es`, ES2015 output no longer included in `@reactivex/rxjs` package under `/dist/es6` ([6be9968](https://github.com/ReactiveX/RxJS/commit/6be9968)), closes [#1671](https://github.com/ReactiveX/RxJS/issues/1671)
1935
+ - **filter:** Observable<T>.filter() can take type guard as the predicate function ([d62fbf0](https://github.com/ReactiveX/RxJS/commit/d62fbf0))
1936
+ - **find:** Observable<T>.find() can take type guard as the predicate function ([b952718](https://github.com/ReactiveX/RxJS/commit/b952718))
1937
+ - **first:** Observable<T>.first() can take type guard as the predicate function ([f99ca49](https://github.com/ReactiveX/RxJS/commit/f99ca49))
1938
+ - **last:** Observable<T>.last() can take type guard as the predicate function ([76a8a57](https://github.com/ReactiveX/RxJS/commit/76a8a57))
1939
+ - **operators:** Use lift in the operators that don't currently use lift. ([68af9ef](https://github.com/ReactiveX/RxJS/commit/68af9ef))
1940
+ - **TypeScript:** update TypeScript to v2.0 ([3478b0b](https://github.com/ReactiveX/RxJS/commit/3478b0b))
1941
+
1942
+ ### BREAKING CHANGES
1943
+
1944
+ - **cache:** The .cache() operator has been removed, pending further discussion ([1b23ace](https://github.com/ReactiveX/RxJS/commit/1b23ace))
1945
+ - ES2015: `rxjs-es` is no longer being published
1946
+ - ES2015: `@reactivex/rxjs` no longer has `/dist/es6` output
1947
+
1948
+ related #2016
1949
+ related #1992
1950
+
1951
+ - package.json: TypeScript definitions are now for TS 2.0 and higher
1952
+
1953
+ Even if we use getter for class, they are marked with `readonly` properties
1954
+ in d.ts.
1955
+
1956
+ - operators: Removes MulticastObservable subclass in favor of a MulticastOperator.
1957
+
1958
+ <a name="5.0.0-beta.12"></a>
1959
+
1960
+ # [5.0.0-beta.12](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.11...v5.0.0-beta.12) (2016-09-09)
1961
+
1962
+ ### Bug Fixes
1963
+
1964
+ - **ajaxObservable:** remove implicit dependency to map operator patch ([1744ae9](https://github.com/ReactiveX/RxJS/commit/1744ae9)), closes [#1874](https://github.com/ReactiveX/RxJS/issues/1874)
1965
+ - **AjaxObservable:** return null value from JSON.Parse (#1904) ([6ba374e](https://github.com/ReactiveX/RxJS/commit/6ba374e))
1966
+ - **catch:** removed unneeded overload for catch ([dd0e586](https://github.com/ReactiveX/RxJS/commit/dd0e586))
1967
+ - **max:** do not return comparer values ([f454e93](https://github.com/ReactiveX/RxJS/commit/f454e93)), closes [#1892](https://github.com/ReactiveX/RxJS/issues/1892)
1968
+ - **min:** do not return comparer values ([222fd17](https://github.com/ReactiveX/RxJS/commit/222fd17)), closes [#1892](https://github.com/ReactiveX/RxJS/issues/1892)
1969
+ - **operators:** export reserved name operators on prototype ([34c39dd](https://github.com/ReactiveX/RxJS/commit/34c39dd)), closes [#1924](https://github.com/ReactiveX/RxJS/issues/1924)
1970
+ - **VirtualTimeScheduler:** remove default maxFrame limit ([1de86f1](https://github.com/ReactiveX/RxJS/commit/1de86f1)), closes [#1889](https://github.com/ReactiveX/RxJS/issues/1889)
1971
+ - **WebSocketSubject:** pass constructor errors onto observable ([49c7d67](https://github.com/ReactiveX/RxJS/commit/49c7d67))
1972
+
1973
+ ### Features
1974
+
1975
+ - **operator:** Add repeatWhen operator ([c288d88](https://github.com/ReactiveX/RxJS/commit/c288d88))
1976
+ - **sequenceEqual:** adds sequenceEqual operator ([3c30293](https://github.com/ReactiveX/RxJS/commit/3c30293)), closes [#1882](https://github.com/ReactiveX/RxJS/issues/1882)
1977
+
1978
+ <a name="5.0.0-beta.11"></a>
1979
+
1980
+ # [5.0.0-beta.11](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.10...v5.0.0-beta.11) (2016-08-09)
1981
+
1982
+ ### Bug Fixes
1983
+
1984
+ - **ajaxObservable:** only set default Content-Type header when no body is sent (#1830) ([5a895e8](https://github.com/ReactiveX/RxJS/commit/5a895e8))
1985
+ - **AjaxObservable:** drop resultSelector support in ajax method ([7a77437](https://github.com/ReactiveX/RxJS/commit/7a77437)), closes [#1783](https://github.com/ReactiveX/RxJS/issues/1783)
1986
+ - **AsyncSubject:** do not allow change value after complete ([801f282](https://github.com/ReactiveX/RxJS/commit/801f282)), closes [#1800](https://github.com/ReactiveX/RxJS/issues/1800)
1987
+ - **BoundNodeCallbackObservable:** cast to `any` to access to private field in `source` ([54f342f](https://github.com/ReactiveX/RxJS/commit/54f342f))
1988
+ - **catch:** accept selector returns ObservableInput ([e55c62d](https://github.com/ReactiveX/RxJS/commit/e55c62d)), closes [#1857](https://github.com/ReactiveX/RxJS/issues/1857)
1989
+ - **combineLatest:** emit unique array instances with the default projection ([2e30fd1](https://github.com/ReactiveX/RxJS/commit/2e30fd1))
1990
+ - **Observable.from:** standardise arguments (remove map/context) ([aa30af2](https://github.com/ReactiveX/RxJS/commit/aa30af2))
1991
+ - **schedulers:** fix asap and animationFrame schedulers to execute across async boundaries. (#182 ([548ec2a](https://github.com/ReactiveX/RxJS/commit/548ec2a)), closes [(#1820](https://github.com/(/issues/1820) [#1814](https://github.com/ReactiveX/RxJS/issues/1814)
1992
+ - **subscribeToResult:** update subscription to iterables ([5d6339a](https://github.com/ReactiveX/RxJS/commit/5d6339a))
1993
+ - **WebSocketSubject:** prevent early close (#1831) ([848a527](https://github.com/ReactiveX/RxJS/commit/848a527)), closes [(#1831](https://github.com/(/issues/1831)
1994
+
1995
+ ### Features
1996
+
1997
+ - **fromEvent:** Pass through event listener options (#1845) ([8f0dc01](https://github.com/ReactiveX/RxJS/commit/8f0dc01))
1998
+ - **PairsObservable:** add PairsObservable creation method ([26bafff](https://github.com/ReactiveX/RxJS/commit/26bafff)), closes [#1804](https://github.com/ReactiveX/RxJS/issues/1804)
1999
+
2000
+ ### BREAKING CHANGES
2001
+
2002
+ - Observable.from: - Observable.from no longer supports the optional map function and associated context argument.
2003
+ This change has been reflected in the related constructors and their properties have been standardised.
2004
+ - AjaxObservable: ajax.\*() method no longer support resultSelector, encourage to use `map` instead
2005
+
2006
+ <a name="5.0.0-beta.10"></a>
2007
+
2008
+ # [5.0.0-beta.10](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.9...v5.0.0-beta.10) (2016-07-06)
2009
+
2010
+ ### Bug Fixes
2011
+
2012
+ - **AjaxObservable:** ignore content-type for formdata (#1746) ([43d05e7](https://github.com/ReactiveX/RxJS/commit/43d05e7))
2013
+ - **AjaxObservable:** support withCredentials for CORS request ([8084572](https://github.com/ReactiveX/RxJS/commit/8084572)), closes [#1732](https://github.com/ReactiveX/RxJS/issues/1732) [#1711](https://github.com/ReactiveX/RxJS/issues/1711)
2014
+ - **babel:** fix an issue where babel could not compile `Scheduler.async` (#1807) ([12c5c74](https://github.com/ReactiveX/RxJS/commit/12c5c74)), closes [(#1807](https://github.com/(/issues/1807) [#1806](https://github.com/ReactiveX/RxJS/issues/1806)
2015
+ - **bufferTime:** handle closing context when synchronously unsubscribed ([4ce4433](https://github.com/ReactiveX/RxJS/commit/4ce4433)), closes [#1763](https://github.com/ReactiveX/RxJS/issues/1763)
2016
+ - **multicast:** Fixes multicast with selector to create a new source connection per subscriber. ([c3ac852](https://github.com/ReactiveX/RxJS/commit/c3ac852)), closes [(#1774](https://github.com/(/issues/1774)
2017
+ - **Subject:** allow optional next value in type definition ([3e0c6d9](https://github.com/ReactiveX/RxJS/commit/3e0c6d9)), closes [#1728](https://github.com/ReactiveX/RxJS/issues/1728)
2018
+ - **WebSocketSubject:** respect WebSocketCtor, support source/destination arguments in constructor. (#179 ([cd8cdd0](https://github.com/ReactiveX/RxJS/commit/cd8cdd0)), closes [#1745](https://github.com/ReactiveX/RxJS/issues/1745) [#1784](https://github.com/ReactiveX/RxJS/issues/1784)
2019
+
2020
+ <a name="5.0.0-beta.9"></a>
2021
+
2022
+ # [5.0.0-beta.9](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.8...v5.0.0-beta.9) (2016-06-14)
2023
+
2024
+ ### Bug Fixes
2025
+
2026
+ - **cache:** get correct caching behavior (#1765) ([cb0b806](https://github.com/ReactiveX/RxJS/commit/cb0b806)), closes [#1628](https://github.com/ReactiveX/RxJS/issues/1628)
2027
+ - **ConnectableObservable:** fix ConnectableObservable connection handling issue ([41ce80c](https://github.com/ReactiveX/RxJS/commit/41ce80c))
2028
+ - **typings:** make HotObservable.\_subscribe protected ([1c3d6ea](https://github.com/ReactiveX/RxJS/commit/1c3d6ea))
2029
+ - **WebSocketSubject:** WebSocketSubject will now chain operators properly (#1752) ([bf54db4](https://github.com/ReactiveX/RxJS/commit/bf54db4)), closes [#1745](https://github.com/ReactiveX/RxJS/issues/1745)
2030
+ - **window:** don't track internal window subjects as subscriptions. ([f3357b9](https://github.com/ReactiveX/RxJS/commit/f3357b9))
2031
+
2032
+ ### Performance Improvements
2033
+
2034
+ - **fromEventPattern:** ~3x improvement in speed ([3dc1c00](https://github.com/ReactiveX/RxJS/commit/3dc1c00))
2035
+
2036
+ <a name="5.0.0-beta.8"></a>
2037
+
2038
+ # [5.0.0-beta.8](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.7...v5.0.0-beta.8) (2016-05-22)
2039
+
2040
+ ### Bug Fixes
2041
+
2042
+ - **AnonymousSubject:** allow anonymous observers as destination ([0e2c28b](https://github.com/ReactiveX/RxJS/commit/0e2c28b))
2043
+ - **combineLatest:** rxjs/observable/combineLatest is now properly exported ([21fab73](https://github.com/ReactiveX/RxJS/commit/21fab73)), closes [#1722](https://github.com/ReactiveX/RxJS/issues/1722)
2044
+ - **ConnectableObservable:** fix race conditions in ConnectableObservable and refCount. ([d1412bc](https://github.com/ReactiveX/RxJS/commit/d1412bc))
2045
+ - **Rx:** remove kitchenSink and DOM, let Rx export all ([f5090b4](https://github.com/ReactiveX/RxJS/commit/f5090b4)), closes [#1650](https://github.com/ReactiveX/RxJS/issues/1650)
2046
+ - **ScalarObservable:** set \_isScalar to false when initialized with a scheduler ([5037b3a](https://github.com/ReactiveX/RxJS/commit/5037b3a))
2047
+ - **Subject:** correct Subject behaviors to be more like Rx4 ([ba9ef2b](https://github.com/ReactiveX/RxJS/commit/ba9ef2b))
2048
+ - **subscriptions:** fixes bug that tracked subscriber subscriptions twice. ([29ff794](https://github.com/ReactiveX/RxJS/commit/29ff794))
2049
+
2050
+ ### Features
2051
+
2052
+ - **bufferTime:** add `maxBufferSize` optional argument ([cf45540](https://github.com/ReactiveX/RxJS/commit/cf45540)), closes [#1295](https://github.com/ReactiveX/RxJS/issues/1295)
2053
+ - **multicast:** subjectfactory allows selectors ([32fa3a4](https://github.com/ReactiveX/RxJS/commit/32fa3a4))
2054
+ - **onErrorResumeNext:** add onErrorResumeNext operator ([51e022b](https://github.com/ReactiveX/RxJS/commit/51e022b)), closes [#1665](https://github.com/ReactiveX/RxJS/issues/1665)
2055
+ - **publish:** support optional selectors ([0e5991d](https://github.com/ReactiveX/RxJS/commit/0e5991d)), closes [#1629](https://github.com/ReactiveX/RxJS/issues/1629)
2056
+
2057
+ ### Performance Improvements
2058
+
2059
+ - **combineLatest:** avoid splice and indexOf ([33599cd](https://github.com/ReactiveX/RxJS/commit/33599cd))
2060
+
2061
+ ### BREAKING CHANGES
2062
+
2063
+ - Subject: Subjects no longer duck-type as Subscriptions
2064
+ - Subject: Subjects will no longer throw when re-subscribed to if they are not unsubscribed
2065
+ - Subject: Subjects no longer automatically unsubscribe when completed or errored
2066
+ BREAKING CHANGE: Minor scheduling changes to groupBy to ensure proper emission ordering
2067
+ - Rx: `Rx.kitchenSink` and `Rx.DOM` are removed, `Rx`
2068
+ export everything.
2069
+
2070
+ <a name="5.0.0-beta.7"></a>
2071
+
2072
+ # [5.0.0-beta.7](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.6...v5.0.0-beta.7) (2016-04-27)
2073
+
2074
+ ### Bug Fixes
2075
+
2076
+ - **race:** handle observables completes immediately ([abac3d1](https://github.com/ReactiveX/RxJS/commit/abac3d1)), closes [#1615](https://github.com/ReactiveX/RxJS/issues/1615)
2077
+ - **scan:** accumulator passes current index ([a3ec896](https://github.com/ReactiveX/RxJS/commit/a3ec896)), closes [#1614](https://github.com/ReactiveX/RxJS/issues/1614)
2078
+
2079
+ ### Features
2080
+
2081
+ - **Observable.generate:** add generate static creation method ([c03434c](https://github.com/ReactiveX/RxJS/commit/c03434c))
2082
+
2083
+ <a name="5.0.0-beta.6"></a>
2084
+
2085
+ # [5.0.0-beta.6](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.5...v5.0.0-beta.6) (2016-04-12)
2086
+
2087
+ ### Bug Fixes
2088
+
2089
+ - **AjaxObservable:** support json responseType on IE ([bba13d8](https://github.com/ReactiveX/RxJS/commit/bba13d8)), closes [#1381](https://github.com/ReactiveX/RxJS/issues/1381)
2090
+ - **bufferToggle:** accepts closing selector returns promise ([b1c575c](https://github.com/ReactiveX/RxJS/commit/b1c575c))
2091
+ - **bufferToggle:** accepts promise as openings ([3d22c7a](https://github.com/ReactiveX/RxJS/commit/3d22c7a))
2092
+ - **bufferToggle:** handle closingSelector completes immediately ([02239fb](https://github.com/ReactiveX/RxJS/commit/02239fb))
2093
+ - **typings:** explicitly export typings for arguments to functions that destructure configuration objects ([ef305af](https://github.com/ReactiveX/RxJS/commit/ef305af))
2094
+
2095
+ ### Features
2096
+
2097
+ - **UnsubscriptionError:** add messages from inner errors to output message ([dd01279](https://github.com/ReactiveX/RxJS/commit/dd01279)), closes [#1590](https://github.com/ReactiveX/RxJS/issues/1590)
2098
+
2099
+ ### Performance Improvements
2100
+
2101
+ - **DeferSubscriber:** split up 'tryDefer()' into a method to call a factory function. ([566f46b](https://github.com/ReactiveX/RxJS/commit/566f46b))
2102
+
2103
+ <a name="5.0.0-beta.5"></a>
2104
+
2105
+ # [5.0.0-beta.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.4...v5.0.0-beta.5) (2016-04-05)
2106
+
2107
+ ### Bug Fixes
2108
+
2109
+ - **take:** make 'take' unsubscribe when it reaches the total ([9858aa3](https://github.com/ReactiveX/RxJS/commit/9858aa3))
2110
+
2111
+ ### BREAKING CHANGES
2112
+
2113
+ - Operator: `Operator.prototype.call` has been refactored to include both the destination Subscriber, and the source Observable
2114
+ the Operator is now responsible for describing it's own subscription process. ([26423f4](https://github.com/ReactiveX/rxjs/pull/1570/commits/26423f4))
2115
+
2116
+ <a name="5.0.0-beta.4"></a>
2117
+
2118
+ # [5.0.0-beta.4](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.3...v5.0.0-beta.4) (2016-03-29)
2119
+
2120
+ ### Bug Fixes
2121
+
2122
+ - **AjaxObservable:** enhance compatibility ([0ac7e1e](https://github.com/ReactiveX/RxJS/commit/0ac7e1e))
2123
+ - **Observable.if:** accept promise as source ([147166e](https://github.com/ReactiveX/RxJS/commit/147166e))
2124
+ - **mergeMap:** allow concurrent to be set as the second argument for mergeMap and mergeMapTo ([c003468](https://github.com/ReactiveX/RxJS/commit/c003468))
2125
+ - **observable:** ensure the subscriber chain is complete before calling this.\_subscribe ([1631224](https://github.com/ReactiveX/RxJS/commit/1631224))
2126
+ - **Symbol:** fixed issue where \$\$observable is not defined ([e66b2d8](https://github.com/ReactiveX/RxJS/commit/e66b2d8))
2127
+ - **Observable.using:** accepts factory returns promise ([f8d7d1b](https://github.com/ReactiveX/RxJS/commit/f8d7d1b))
2128
+ - **windowToggle:** handle closingSelector completes immediately ([c755587](https://github.com/ReactiveX/RxJS/commit/c755587)), closes [#1487](https://github.com/ReactiveX/RxJS/issues/1487)
2129
+
2130
+ ### Features
2131
+
2132
+ - **ajax:** add FormData support in AjaxObservable and add percent encoding for parameters ([1f6119c](https://github.com/ReactiveX/RxJS/commit/1f6119c))
2133
+ - **Subscription:** `add()` now returns a Subscription reference ([a3f4552](https://github.com/ReactiveX/RxJS/commit/a3f4552))
2134
+ - **timestamp:** add timestamp operator ([80b1646](https://github.com/ReactiveX/RxJS/commit/80b1646)), closes [#1515](https://github.com/ReactiveX/RxJS/issues/1515)
2135
+
2136
+ ### Performance Improvements
2137
+
2138
+ - **forkJoin:** improve forkJoin perf slightly by removing unnecessary context tracking ([280b985](https://github.com/ReactiveX/RxJS/commit/280b985))
2139
+
2140
+ ### BREAKING CHANGES
2141
+
2142
+ - Observable: `Observable.fromArray` was removed since it's deprecated on RxJS 4. You should use `Observable.from` instead.
2143
+
2144
+ <a name="5.0.0-beta.3"></a>
2145
+
2146
+ # [5.0.0-beta.3](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.2...v5.0.0-beta.3) (2016-03-21)
2147
+
2148
+ ### Bug Fixes
2149
+
2150
+ - **AjaxObservable:** update type definition for AjaxObservable ([3f5c269](https://github.com/ReactiveX/RxJS/commit/3f5c269)), closes [#1382](https://github.com/ReactiveX/RxJS/issues/1382)
2151
+ - **deferObservable:** accepts factory returns promise ([0cb44e1](https://github.com/ReactiveX/RxJS/commit/0cb44e1))
2152
+ - **do:** fix do operator to invoke observer message handlers in the right context. ([67a2f25](https://github.com/ReactiveX/RxJS/commit/67a2f25))
2153
+ - **exhaustMap:** remove innersubscription when it completes ([7ca0859](https://github.com/ReactiveX/RxJS/commit/7ca0859))
2154
+ - **forEach:** ensure that teardown logic is called when nextHandler throws ([c50f528](https://github.com/ReactiveX/RxJS/commit/c50f528)), closes [#1411](https://github.com/ReactiveX/RxJS/issues/1411)
2155
+ - **forkJoin:** accepts observables emitting null or undefined ([6279d6b](https://github.com/ReactiveX/RxJS/commit/6279d6b)), closes [#1362](https://github.com/ReactiveX/RxJS/issues/1362)
2156
+ - **forkJoin:** dispose the inner subscriptions when the outer subscription is disposed ([c7bf30c](https://github.com/ReactiveX/RxJS/commit/c7bf30c))
2157
+ - **FutureAction:** add support for periodic scheduling with setInterval instead of setTimeout ([c4f5408](https://github.com/ReactiveX/RxJS/commit/c4f5408))
2158
+ - **Observable:** introduce Subscribable interface that will be used instead of Observable in input ([2256e7b](https://github.com/ReactiveX/RxJS/commit/2256e7b))
2159
+ - **Observable.prototype.forEach:** removed thisArg to match es-observable spec ([d5f1bcd](https://github.com/ReactiveX/RxJS/commit/d5f1bcd))
2160
+ - **package.json:** install typings only after packages are installed ([a48d796](https://github.com/ReactiveX/RxJS/commit/a48d796))
2161
+ - **Schedulers:** ensure schedulers can be reused after error in execution ([202b79a](https://github.com/ReactiveX/RxJS/commit/202b79a))
2162
+ - **takeLast:** fix takeLast behavior to emit correct order ([73eb658](https://github.com/ReactiveX/RxJS/commit/73eb658)), closes [#1407](https://github.com/ReactiveX/RxJS/issues/1407)
2163
+ - **typings:** set map function parameter for Observable.from as optional ([efa4dc3](https://github.com/ReactiveX/RxJS/commit/efa4dc3))
2164
+
2165
+ ### Features
2166
+
2167
+ - **AsyncScheduler:** add AsyncScheduler implementation ([4486c1f](https://github.com/ReactiveX/RxJS/commit/4486c1f))
2168
+ - **if:** add static Observable.if creation operator. ([f7ff7ec](https://github.com/ReactiveX/RxJS/commit/f7ff7ec))
2169
+ - **let:** adds the let operator to Rx.KitchenSink ([dca6504](https://github.com/ReactiveX/RxJS/commit/dca6504))
2170
+ - **using:** add static Observable.using creation operator. ([6c76593](https://github.com/ReactiveX/RxJS/commit/6c76593))
2171
+
2172
+ ### BREAKING CHANGES
2173
+
2174
+ - Observable.prototype.forEach: thisArg removed to match es-observable spec
2175
+
2176
+ <a name="5.0.0-beta.2"></a>
2177
+
2178
+ # [5.0.0-beta.2](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.1...v5.0.0-beta.2) (2016-02-10)
2179
+
2180
+ ### Bug Fixes
2181
+
2182
+ - **ajax:** fixes error in Chrome accessing responseText when responseType isn't text. ([f3e2f73](https://github.com/ReactiveX/RxJS/commit/f3e2f73))
2183
+ - **benchpress:** fix issues with benchmarks ([16894bb](https://github.com/ReactiveX/RxJS/commit/16894bb))
2184
+ - **every:** remove eager predicate calls ([74c2c44](https://github.com/ReactiveX/RxJS/commit/74c2c44))
2185
+ - **forkJoin:** fix forkJoin to complete if sources Array is empty. ([412b13b](https://github.com/ReactiveX/RxJS/commit/412b13b))
2186
+ - **groupBy:** does not emit on unsubscribed group ([6d08705](https://github.com/ReactiveX/RxJS/commit/6d08705))
2187
+ - **groupBy:** fix groupBy to use lift(), supports composability ([815cfae](https://github.com/ReactiveX/RxJS/commit/815cfae)), closes [#1085](https://github.com/ReactiveX/RxJS/issues/1085)
2188
+ - **merge/concat:** passed scalar observables will now complete properly ([c01b92f](https://github.com/ReactiveX/RxJS/commit/c01b92f)), closes [#1150](https://github.com/ReactiveX/RxJS/issues/1150)
2189
+ - **MergeMapSubscriber:** clarify type definitions for MergeMapSubscriber's members ([4ee5f02](https://github.com/ReactiveX/RxJS/commit/4ee5f02))
2190
+ - **Observable.forEach:** errors thrown in nextHandler reject returned promise ([c5ead88](https://github.com/ReactiveX/RxJS/commit/c5ead88)), closes [#1184](https://github.com/ReactiveX/RxJS/issues/1184)
2191
+ - **Observer:** fix typing to allow observation via partial observables with PartialObservable<T ([7b6da90](https://github.com/ReactiveX/RxJS/commit/7b6da90))
2192
+ - **Subject:** align parameter order to match with RxJS4 ([44dfa07](https://github.com/ReactiveX/RxJS/commit/44dfa07)), closes [#1285](https://github.com/ReactiveX/RxJS/issues/1285)
2193
+ - **Subject:** throw ObjectUnsubscribedError when unsubscribed ([29b630b](https://github.com/ReactiveX/RxJS/commit/29b630b)), closes [#859](https://github.com/ReactiveX/RxJS/issues/859)
2194
+ - **Subscriber:** adds unsubscription when errors are thrown from user-land handlers. ([dc67d21](https://github.com/ReactiveX/RxJS/commit/dc67d21))
2195
+ - **Subscription:** fix leaks caused by unsubscribe functions that throw ([9e88c2e](https://github.com/ReactiveX/RxJS/commit/9e88c2e))
2196
+ - **subscriptions:** unsubscribe correctly when a Subscriber throws during synchronous dispatch. ([b1698fe](https://github.com/ReactiveX/RxJS/commit/b1698fe))
2197
+ - **typings:** don't expose PromiseConstructor dependency ([f59225b](https://github.com/ReactiveX/RxJS/commit/f59225b)), closes [#1270](https://github.com/ReactiveX/RxJS/issues/1270)
2198
+ - **typings:** remove R from Operator.call, update operators accordingly ([f27902d](https://github.com/ReactiveX/RxJS/commit/f27902d))
2199
+ - **typings:** remove redundant generics from call<T, R> and lift<T, R> ([603c9eb](https://github.com/ReactiveX/RxJS/commit/603c9eb))
2200
+ - **windowTime:** does not emit on unsubscribed window ([595f4ef](https://github.com/ReactiveX/RxJS/commit/595f4ef))
2201
+
2202
+ ### Features
2203
+
2204
+ - **cache:** add cache operator ([4308a04](https://github.com/ReactiveX/RxJS/commit/4308a04))
2205
+ - **delayWhen:** add delayWhen operator ([17122f9](https://github.com/ReactiveX/RxJS/commit/17122f9))
2206
+ - **distinct:** add distinct operator ([94a034d](https://github.com/ReactiveX/RxJS/commit/94a034d))
2207
+ - **distinctKey:** add distinctKey operator ([fe4d57f](https://github.com/ReactiveX/RxJS/commit/fe4d57f))
2208
+ - **from:** allow Observable.from to handle array-like objects ([7245005](https://github.com/ReactiveX/RxJS/commit/7245005))
2209
+ - **MapPolyfill:** implement clear interface ([e3fbd05](https://github.com/ReactiveX/RxJS/commit/e3fbd05))
2210
+ - **operator:** adds inspect and inspectTime operators ([54f957b](https://github.com/ReactiveX/RxJS/commit/54f957b))
2211
+ - **OuterSubscriber:** notifyNext passes innersubscriber when next emits ([1df8928](https://github.com/ReactiveX/RxJS/commit/1df8928)), closes [#1250](https://github.com/ReactiveX/RxJS/issues/1250)
2212
+ - **Subject:** implement asObservable ([aca3dd0](https://github.com/ReactiveX/RxJS/commit/aca3dd0)), closes [#1108](https://github.com/ReactiveX/RxJS/issues/1108)
2213
+ - **takeLast:** adds takeLast operator. ([3583cd3](https://github.com/ReactiveX/RxJS/commit/3583cd3))
2214
+
2215
+ ### Performance Improvements
2216
+
2217
+ - **catch:** remove tryCatch/errorObject for custom tryCatching, 1.3M -> 1.5M ops/sec ([35caf74](https://github.com/ReactiveX/RxJS/commit/35caf74))
2218
+ - **combineLatest:** remove tryCatch/errorObject, 156k -> 221k ops/sec ([1c7d639](https://github.com/ReactiveX/RxJS/commit/1c7d639))
2219
+ - **count:** remove tryCatch/errorObject for custom tryCatching, 1.84M -> 1.97M ops/sec ([869718d](https://github.com/ReactiveX/RxJS/commit/869718d))
2220
+ - **debounce:** remove tryCatch/errorObject for custom tryCatching ([90bf3f1](https://github.com/ReactiveX/RxJS/commit/90bf3f1))
2221
+ - **distinct:** increase perf from 60% of Rx4 to 1000% Rx4 ([d026c41](https://github.com/ReactiveX/RxJS/commit/d026c41))
2222
+ - **do:** remove tryCatch/errorObject use, 104k -> 263k ops/sec improvement ([ccba39d](https://github.com/ReactiveX/RxJS/commit/ccba39d))
2223
+ - **every:** remove tryCatch/errorObject (~1.8x improvement) ([14afeb6](https://github.com/ReactiveX/RxJS/commit/14afeb6))
2224
+ - **exhaustMap:** remove tryCatch/errorObject (~10% improvement) ([a55f459](https://github.com/ReactiveX/RxJS/commit/a55f459))
2225
+ - **filter:** remove tryCatch/errorObject for 2x perf improvement ([086c4bf](https://github.com/ReactiveX/RxJS/commit/086c4bf))
2226
+ - **find:** remove tryCatch/errorObject (~2x improvement) ([aa35b2a](https://github.com/ReactiveX/RxJS/commit/aa35b2a))
2227
+ - **first:** remove tryCatch/errorObject for custom tryCatching, 970k ops -> 1.27M ops/sec ([d8c835a](https://github.com/ReactiveX/RxJS/commit/d8c835a))
2228
+ - **groupBy:** remove tryCatch/errorObject for custom tryCatching, 38% faster. ([40c43f7](https://github.com/ReactiveX/RxJS/commit/40c43f7))
2229
+ - **last:** remove tryCatch/errorObject for custom tryCatching, 960k -> 1.38M ops/sec ([243ace3](https://github.com/ReactiveX/RxJS/commit/243ace3))
2230
+ - **map:** 2x increase from removing tryCatch/errorObject ([231f729](https://github.com/ReactiveX/RxJS/commit/231f729))
2231
+ - **mergeMap:** extra 1x factor gains from custom tryCatch member function ([c4ce2fb](https://github.com/ReactiveX/RxJS/commit/c4ce2fb))
2232
+ - **mergeMapTo:** remove tryCatch/errorObject (~2x improvement) ([42bcced](https://github.com/ReactiveX/RxJS/commit/42bcced))
2233
+ - **reduce:** remove tryCatch/errorObject, optimize calls, 2-3x perf improvement ([6186d46](https://github.com/ReactiveX/RxJS/commit/6186d46))
2234
+ - **scan:** remove tryCatch/errorObject for custom tryCatcher 1.75x improvement ([338135d](https://github.com/ReactiveX/RxJS/commit/338135d))
2235
+ - **single:** remove tryCatch/errorObject (~2.5x improvement) ([2515cfb](https://github.com/ReactiveX/RxJS/commit/2515cfb))
2236
+ - **skipWhile:** remove tryCatch/errorObject (~1.6x improvement) ([cf002db](https://github.com/ReactiveX/RxJS/commit/cf002db))
2237
+ - **Subscriber:** double performance adding tryOrUnsub to Subscriber ([4e75466](https://github.com/ReactiveX/RxJS/commit/4e75466))
2238
+ - **switchMap:** remove tryCatch/errorObject ~20% improvement ([ec0199f](https://github.com/ReactiveX/RxJS/commit/ec0199f))
2239
+ - **switchMapTo:** remove tryCatch/errorObject (~2x improvement) ([c8cf72a](https://github.com/ReactiveX/RxJS/commit/c8cf72a))
2240
+ - **takeWhile:** remove tryCatch/errorObject (~6x improvement) ([ef6c3c3](https://github.com/ReactiveX/RxJS/commit/ef6c3c3))
2241
+ - **withLatestFrom:** remove tryCatch/errorObject, 92k -> 107k (16% improvement) ([e4ccb44](https://github.com/ReactiveX/RxJS/commit/e4ccb44))
2242
+ - **zip:** extra 1x-2x factor gains from custom tryCatch member function ([a1b0e52](https://github.com/ReactiveX/RxJS/commit/a1b0e52))
2243
+
2244
+ ### BREAKING CHANGES
2245
+
2246
+ - Subject: Subject.create arguments have been swapped to match Rx 4 signature. `Subject.create(observable, observer)` is now `Subject.create(observer, observable)`
2247
+ - Observable patching: Patch files for static observable methods such as `of` and `from` can now be found in `rxjs/add/observable/of`, `rxjs/add/observable/from`, etc.
2248
+ - Observable modules: Observable modules for subclassed Observables like `PromiseObservable`, `ArrayObservable` are now in appropriately named files like `rxjs/observable/PromiseObservable` and `rxjs/observable/ArrayObservable`
2249
+ as opposed to `rxjs/observable/fromPromise` and `rxjs/observable/fromArray`, since they're not patching, they simply house the Observable implementations.
2250
+
2251
+ <a name="5.0.0-beta.1"></a>
2252
+
2253
+ # [5.0.0-beta.1](https://github.com/ReactiveX/RxJS/compare/5.0.0-beta.0...v5.0.0-beta.1) (2016-01-13)
2254
+
2255
+ ### Bug Fixes
2256
+
2257
+ - **ajax:** ensure post sending values ([7aae0a3](https://github.com/ReactiveX/RxJS/commit/7aae0a3))
2258
+ - **ajax:** ensure that headers are set properly ([1100bdd](https://github.com/ReactiveX/RxJS/commit/1100bdd))
2259
+ - **ajax:** ensure XHR props are set after open ([4a6a579](https://github.com/ReactiveX/RxJS/commit/4a6a579))
2260
+ - **ajax:** ensure XHR send is being called ([c569e3e](https://github.com/ReactiveX/RxJS/commit/c569e3e))
2261
+ - **ajax:** remove unnecessary onAbort handling ([ed8240e](https://github.com/ReactiveX/RxJS/commit/ed8240e))
2262
+ - **ajax:** response properly based off responseType ([b2a27a2](https://github.com/ReactiveX/RxJS/commit/b2a27a2))
2263
+ - **ajax:** should no longer succeed on 300 status ([4d4fa32](https://github.com/ReactiveX/RxJS/commit/4d4fa32))
2264
+ - **animationFrame:** req/cancel animationFrame has to be called within the context of root. ([30a11ee](https://github.com/ReactiveX/RxJS/commit/30a11ee))
2265
+ - **debounceTime:** align value emit behavior as same as RxJS4 ([5ee11e0](https://github.com/ReactiveX/RxJS/commit/5ee11e0)), closes [#1081](https://github.com/ReactiveX/RxJS/issues/1081)
2266
+ - **distinctUntilChanged:** implement optional keySelector ([f6a897c](https://github.com/ReactiveX/RxJS/commit/f6a897c))
2267
+ - **fromEvent:** added spread operator for emitters that pass multiple arguments ([3f8eabb](https://github.com/ReactiveX/RxJS/commit/3f8eabb))
2268
+ - **fromObservable:** expand compatibility for iterating string source ([8f7924f](https://github.com/ReactiveX/RxJS/commit/8f7924f)), closes [#1147](https://github.com/ReactiveX/RxJS/issues/1147)
2269
+ - **Immediate:** update setImmediate compatibility on IE ([39e6c0e](https://github.com/ReactiveX/RxJS/commit/39e6c0e)), closes [#1163](https://github.com/ReactiveX/RxJS/issues/1163)
2270
+ - **inspect:** remove inspect and inspectTime operators ([17341a4](https://github.com/ReactiveX/RxJS/commit/17341a4))
2271
+ - **Readme:** update link to bundle on npmcdn ([44a8ca7](https://github.com/ReactiveX/RxJS/commit/44a8ca7))
2272
+ - **ReplaySubject:** Fix case-sensitive import. ([de31f32](https://github.com/ReactiveX/RxJS/commit/de31f32))
2273
+ - **ScalarObservable:** fix issue where scalar map fired twice ([c18c42e](https://github.com/ReactiveX/RxJS/commit/c18c42e)), closes [#1142](https://github.com/ReactiveX/RxJS/issues/1142) [#1140](https://github.com/ReactiveX/RxJS/issues/1140)
2274
+ - **scheduling:** Fixes bugs in scheduled actions. ([e050f01](https://github.com/ReactiveX/RxJS/commit/e050f01))
2275
+ - **Subscriber:** errors in nextHandler no longer propagate to errorHandler ([f42eed2](https://github.com/ReactiveX/RxJS/commit/f42eed2)), closes [#1135](https://github.com/ReactiveX/RxJS/issues/1135)
2276
+ - **WebSocketSubject:** ensure error codes passed to WebSocket close method ([3b1655e](https://github.com/ReactiveX/RxJS/commit/3b1655e))
2277
+ - **WebSocketSubject:** ensure WebSocketSubject can be resubscribed ([861a0c1](https://github.com/ReactiveX/RxJS/commit/861a0c1))
2278
+ - **WebSocketSubject:** resultSelector and protocols specifications work properly ([580f69a](https://github.com/ReactiveX/RxJS/commit/580f69a))
2279
+
2280
+ ### Features
2281
+
2282
+ - **ajax:** add resultSelector and improve perf ([6df755f](https://github.com/ReactiveX/RxJS/commit/6df755f))
2283
+ - **ajax:** adds ajax methods from rx-dom. ([2ca4236](https://github.com/ReactiveX/RxJS/commit/2ca4236))
2284
+ - **bindNodeCallback:** add Observable.bindNodeCallback ([497bb0d](https://github.com/ReactiveX/RxJS/commit/497bb0d)), closes [#736](https://github.com/ReactiveX/RxJS/issues/736)
2285
+ - **Observable:** add let to allow fluent style query building ([5a2014c](https://github.com/ReactiveX/RxJS/commit/5a2014c))
2286
+ - **Observable:** add pairwise operator ([1432e59](https://github.com/ReactiveX/RxJS/commit/1432e59))
2287
+ - **Operator:** Expose the Operator interface to library consumers ([29aa3af](https://github.com/ReactiveX/RxJS/commit/29aa3af))
2288
+ - **pluck:** add pluck operator ([8026906](https://github.com/ReactiveX/RxJS/commit/8026906)), closes [#1134](https://github.com/ReactiveX/RxJS/issues/1134)
2289
+ - **race:** add race operator ([ee3b593](https://github.com/ReactiveX/RxJS/commit/ee3b593))
2290
+ - **scheduler:** adds animationFrame scheduler. ([e637b78](https://github.com/ReactiveX/RxJS/commit/e637b78))
2291
+ - **WebSocketSubject:** add basic WebSocketSubject implementation ([58cd806](https://github.com/ReactiveX/RxJS/commit/58cd806))
2292
+ - **WebSocketSubject.multiplex:** add multiplex operator to WebSocketSubject ([904d617](https://github.com/ReactiveX/RxJS/commit/904d617))
2293
+
2294
+ ### BREAKING CHANGES
2295
+
2296
+ - inspect: `inspect` and `inspectTime` were removed. Use `withLatestFrom` instead.
2297
+ - Subscriber/Observable: errors thrown in nextHandlers by consumer code will no longer propagate to the errorHandler.
2298
+
2299
+ <a name="5.0.0-beta.0"></a>
2300
+
2301
+ # [5.0.0-beta.0](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.14...v5.0.0-beta.0) (2015-12-15)
2302
+
2303
+ ### Bug Fixes
2304
+
2305
+ - **micro-perf:** rename immediate to queue scheduler ([fe56b28](https://github.com/ReactiveX/RxJS/commit/fe56b28)), closes [#1040](https://github.com/ReactiveX/RxJS/issues/1040)
2306
+ - **micro-perf:** use the current scheduler on current-thread tests ([3dff5eb](https://github.com/ReactiveX/RxJS/commit/3dff5eb))
2307
+ - **operators:** emit declarations for patch modules ([676f82d](https://github.com/ReactiveX/RxJS/commit/676f82d))
2308
+ - **test:** make explicit unsubscription for observable ([7f67b09](https://github.com/ReactiveX/RxJS/commit/7f67b09))
2309
+ - **test:** make explicit unsubscription for observable ([65e65e2](https://github.com/ReactiveX/RxJS/commit/65e65e2))
2310
+ - **window:** fix window() to dispose window Subjects ([5168f73](https://github.com/ReactiveX/RxJS/commit/5168f73))
2311
+ - **windowCount:** fix windowCount to dispose window Subjects ([f29ee29](https://github.com/ReactiveX/RxJS/commit/f29ee29))
2312
+ - **windowTime:** fix windowTime to dispose window Subjects ([b73e260](https://github.com/ReactiveX/RxJS/commit/b73e260))
2313
+ - **windowToggle:** fix windowToggle to dispose window Subjects ([15ff3f7](https://github.com/ReactiveX/RxJS/commit/15ff3f7))
2314
+ - **windowWhen:** fix windowWhen to dispose window Subjects ([91c1941](https://github.com/ReactiveX/RxJS/commit/91c1941))
2315
+
2316
+ ### Features
2317
+
2318
+ - **inspect:** added inspect operator ([f9944ae](https://github.com/ReactiveX/RxJS/commit/f9944ae))
2319
+ - **inspectTime:** add inspectTime operator ([6835dcd](https://github.com/ReactiveX/RxJS/commit/6835dcd))
2320
+ - **sample:** readd `sample` operator ([e93bffc](https://github.com/ReactiveX/RxJS/commit/e93bffc))
2321
+ - **sampleTime:** reimplement `sampleTime` with RxJS 4 behavior ([6b77e69](https://github.com/ReactiveX/RxJS/commit/6b77e69))
2322
+ - **TestScheduler:** add createTime() parser to return number ([cb8cf6b](https://github.com/ReactiveX/RxJS/commit/cb8cf6b))
2323
+
2324
+ ### BREAKING CHANGES
2325
+
2326
+ - sampleTime: `sampleTime` now has the same behavior `sample(number, scheduler)` did in RxJS 4
2327
+ - sample: `sample` behavior returned to RxJS 4 behavior
2328
+ - inspectTime: `sampleTime` is now `inspectTime`
2329
+ - inspect: RxJS 5 `sample` behavior is now `inspect`
2330
+ - extended operators: All extended operators are now under the same operator directory as all others. This means that
2331
+ `import "rxjs/add/operator/extended/min"` is now `import "rxjs/add/operator/min"`
2332
+
2333
+ <a name="5.0.0-alpha.14"></a>
2334
+
2335
+ # [5.0.0-alpha.14](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.13...v5.0.0-alpha.14) (2015-12-09)
2336
+
2337
+ ### Bug Fixes
2338
+
2339
+ - **every:** handle thisArg for scalar and array observables ([eae4b00](https://github.com/ReactiveX/RxJS/commit/eae4b00))
2340
+ - **SymbolShim:** ensure for function even if Symbol already exists ([e942776](https://github.com/ReactiveX/RxJS/commit/e942776)), closes [#999](https://github.com/ReactiveX/RxJS/issues/999)
2341
+ - **SymbolShim:** Symbol polyfill is a function ([1f57157](https://github.com/ReactiveX/RxJS/commit/1f57157)), closes [#988](https://github.com/ReactiveX/RxJS/issues/988)
2342
+ - **timeoutWith:** fix to avoid unnecessary inner subscription ([6e63752](https://github.com/ReactiveX/RxJS/commit/6e63752))
2343
+
2344
+ ### Features
2345
+
2346
+ - **count:** remove thisArg ([878a1fd](https://github.com/ReactiveX/RxJS/commit/878a1fd))
2347
+ - **distinctUntilChanged:** remove thisArg ([bfc52d6](https://github.com/ReactiveX/RxJS/commit/bfc52d6))
2348
+ - **exhaust:** rename switchFirst operators to exhaust ([9b565c9](https://github.com/ReactiveX/RxJS/commit/9b565c9)), closes [#915](https://github.com/ReactiveX/RxJS/issues/915)
2349
+ - **finally:** remove thisArg ([d4b02fc](https://github.com/ReactiveX/RxJS/commit/d4b02fc))
2350
+ - **forEach:** add thisArg ([14ffce6](https://github.com/ReactiveX/RxJS/commit/14ffce6)), closes [#878](https://github.com/ReactiveX/RxJS/issues/878)
2351
+ - **single:** remove thisArg ([43af805](https://github.com/ReactiveX/RxJS/commit/43af805))
2352
+
2353
+ ### BREAKING CHANGES
2354
+
2355
+ - exhaust: switchFirst is now exhaust
2356
+ - exhaust: switchFirstMap is now exhaustMap
2357
+ - forEach: Observable.prototype.forEach argument order changed to accommodate thisArg. Optional PromiseCtor argument moved to third arg from second
2358
+
2359
+ <a name="5.0.0-alpha.13"></a>
2360
+
2361
+ # [5.0.0-alpha.13](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.12...v5.0.0-alpha.13) (2015-12-08)
2362
+
2363
+ ### Bug Fixes
2364
+
2365
+ - **Observable:** fix circular dependency issue. ([b7672f4](https://github.com/ReactiveX/RxJS/commit/b7672f4))
2366
+ - **bufferToggle:** fix unsubscriptions of closing Observable ([439b641](https://github.com/ReactiveX/RxJS/commit/439b641))
2367
+ - **expand:** accept scheduler parameter ([79e9084](https://github.com/ReactiveX/RxJS/commit/79e9084)), closes [#841](https://github.com/ReactiveX/RxJS/issues/841)
2368
+ - **publish:** make script generate correct package names ([10563d3](https://github.com/ReactiveX/RxJS/commit/10563d3))
2369
+ - **repeat:** preserve Subscriber chain in repeat() ([d9a7328](https://github.com/ReactiveX/RxJS/commit/d9a7328))
2370
+ - **retry:** preserve Subscriber chain in retry() ([b429dac](https://github.com/ReactiveX/RxJS/commit/b429dac))
2371
+ - **retryWhen:** preserve Subscriber chain in retryWhen() ([c9cb958](https://github.com/ReactiveX/RxJS/commit/c9cb958))
2372
+
2373
+ ### Features
2374
+
2375
+ - **AsapScheduler:** rename NextTickScheduler to AsapScheduler ([3255fb3](https://github.com/ReactiveX/RxJS/commit/3255fb3)), closes [#838](https://github.com/ReactiveX/RxJS/issues/838)
2376
+ - **BehaviorSubject:** add getValue method to access value ([33b387b](https://github.com/ReactiveX/RxJS/commit/33b387b)), closes [#758](https://github.com/ReactiveX/RxJS/issues/758)
2377
+ - **BehaviorSubject:** now throws when getValue is called after unsubscription ([1ddf116](https://github.com/ReactiveX/RxJS/commit/1ddf116))
2378
+ - **ObjectUnsubscribedError:** add ObjectUnsubscribed error class ([39836af](https://github.com/ReactiveX/RxJS/commit/39836af))
2379
+ - **Observable:** subscribe accepts objects with rxSubscriber symbol ([b7672f4](https://github.com/ReactiveX/RxJS/commit/b7672f4))
2380
+ - **QueueScheduler:** rename ImmediateScheduler to QueueScheduler ([66eb537](https://github.com/ReactiveX/RxJS/commit/66eb537))
2381
+ - **Rx.Symbol.rxSubscriber:** add rxSubscriber symbol ([d4f1670](https://github.com/ReactiveX/RxJS/commit/d4f1670))
2382
+ - **Subject:** add rxSubscriber symbol ([d2e4257](https://github.com/ReactiveX/RxJS/commit/d2e4257))
2383
+ - **Subscriber:** add rxSubscriber symbol ([7bda360](https://github.com/ReactiveX/RxJS/commit/7bda360))
2384
+ - **switchFirstMap:** rename switchMapFirst to switchFirstMap ([eddd4dc](https://github.com/ReactiveX/RxJS/commit/eddd4dc))
2385
+
2386
+ ### BREAKING CHANGES
2387
+
2388
+ - AsapScheduler: `Rx.Scheduler.nextTick` (Rx 4's "default" scheduler) is now `Rx.Scheduler.asap`
2389
+ - QueueScheduler: `Rx.Scheduler.immediate` (Rx 4's "currentThread" scheduler) is now `Rx.Scheduler.queue`
2390
+ related #838
2391
+ - switchFirstMap: `switchMapFirst` is now `switchFirstMap`
2392
+
2393
+ <a name="5.0.0-alpha.12"></a>
2394
+
2395
+ # [5.0.0-alpha.12](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.10...v5.0.0-alpha.12) (2015-12-04)
2396
+
2397
+ ### Bug Fixes
2398
+
2399
+ - **AsyncSubject:** emit value when it's subscribed after complete ([ed0eaf6](https://github.com/ReactiveX/RxJS/commit/ed0eaf6))
2400
+ - **bindCallback:** only call function once even while scheduled ([8637d47](https://github.com/ReactiveX/RxJS/commit/8637d47)), closes [#881](https://github.com/ReactiveX/RxJS/issues/881)
2401
+ - **bufferToggle:** fix disposal of subscriptions when errors occur ([a20325c](https://github.com/ReactiveX/RxJS/commit/a20325c))
2402
+ - **catch:** fix catch to dispose old subscriptions ([280f7ed](https://github.com/ReactiveX/RxJS/commit/280f7ed)), closes [#763](https://github.com/ReactiveX/RxJS/issues/763)
2403
+ - **catch:** fix catch() to preserve Subscriber chain ([e1447ac](https://github.com/ReactiveX/RxJS/commit/e1447ac))
2404
+ - **concat:** accept scheduler parameter ([8859702](https://github.com/ReactiveX/RxJS/commit/8859702))
2405
+ - **ConnectableObservable:** fix ConnectableObservable connectability and refCounting ([aef9578](https://github.com/ReactiveX/RxJS/commit/aef9578)), closes [#678](https://github.com/ReactiveX/RxJS/issues/678)
2406
+ - **debounce:** Fix debounce to unsubscribe duration Observables ([dea7847](https://github.com/ReactiveX/RxJS/commit/dea7847))
2407
+ - **expand:** fix expand's concurrency behavior ([01f86e5](https://github.com/ReactiveX/RxJS/commit/01f86e5))
2408
+ - **expand:** terminate recursive call when destination completes ([3b8cf94](https://github.com/ReactiveX/RxJS/commit/3b8cf94))
2409
+ - **Observable:** Subjects no longer wrapped in Subscriber ([5cb0f2b](https://github.com/ReactiveX/RxJS/commit/5cb0f2b)), closes [#825](https://github.com/ReactiveX/RxJS/issues/825) [#748](https://github.com/ReactiveX/RxJS/issues/748)
2410
+ - **Observer:** anonymous observers now allow missing handlers ([a11c763](https://github.com/ReactiveX/RxJS/commit/a11c763)), closes [#723](https://github.com/ReactiveX/RxJS/issues/723)
2411
+ - **operators:** Remove shareReplay and shareBehavior ([536a6a6](https://github.com/ReactiveX/RxJS/commit/536a6a6)), closes [#710](https://github.com/ReactiveX/RxJS/issues/710)
2412
+ - **publish:** copy readme and license, remove scripts ([439a2f3](https://github.com/ReactiveX/RxJS/commit/439a2f3)), closes [#845](https://github.com/ReactiveX/RxJS/issues/845)
2413
+ - **throttleTime:** fix and rename throttleTime operator ([3b0c1f3](https://github.com/ReactiveX/RxJS/commit/3b0c1f3))
2414
+ - **TimerObservable:** accepts absolute date for dueTime ([e284fb8](https://github.com/ReactiveX/RxJS/commit/e284fb8)), closes [#648](https://github.com/ReactiveX/RxJS/issues/648)
2415
+
2416
+ ### Features
2417
+
2418
+ - **AsyncSubject:** add AsyncSubject ([34c05fe](https://github.com/ReactiveX/RxJS/commit/34c05fe))
2419
+ - **bindCallback:** remove thisArg ([feea9a1](https://github.com/ReactiveX/RxJS/commit/feea9a1))
2420
+ - **bindCallback:** rename fromCallback to bindCallback ([305d66d](https://github.com/ReactiveX/RxJS/commit/305d66d)), closes [#876](https://github.com/ReactiveX/RxJS/issues/876)
2421
+ - **callback:** Add Observable.fromCallback ([9f751e7](https://github.com/ReactiveX/RxJS/commit/9f751e7))
2422
+ - **combineLatest:** accept array of observable as parameter ([2edd92c](https://github.com/ReactiveX/RxJS/commit/2edd92c)), closes [#594](https://github.com/ReactiveX/RxJS/issues/594)
2423
+ - **forkJoin:** accept array of observable as parameter ([d45f672](https://github.com/ReactiveX/RxJS/commit/d45f672))
2424
+ - **mergeScan:** support concurrency parameter for mergeScan ([fe0eb37](https://github.com/ReactiveX/RxJS/commit/fe0eb37)), closes [#868](https://github.com/ReactiveX/RxJS/issues/868)
2425
+ - **usage:** add auto-patching operators ([1ab3508](https://github.com/ReactiveX/RxJS/commit/1ab3508)), closes [#860](https://github.com/ReactiveX/RxJS/issues/860)
2426
+ - **skipWhile:** add skipWhile operator ([a2244e0](https://github.com/ReactiveX/RxJS/commit/a2244e0))
2427
+ - **switchFirst:** add switchFirst and switchMapFirst ([71e3dd1](https://github.com/ReactiveX/RxJS/commit/71e3dd1))
2428
+ - **publishLast:** add publishLast operator ([9bef228](https://github.com/ReactiveX/RxJS/commit/9bef228)), closes [#883](https://github.com/ReactiveX/RxJS/issues/883)
2429
+ - **takeWhile:** add takeWhile operator ([48e53ea](https://github.com/ReactiveX/RxJS/commit/48e53ea)), closes [#695](https://github.com/ReactiveX/RxJS/issues/695)
2430
+ - **takeWhile:** remove thisArg ([b5219a4](https://github.com/ReactiveX/RxJS/commit/b5219a4))
2431
+ - **throttle:** add throttle operator with durationSelector ([c3bf3e7](https://github.com/ReactiveX/RxJS/commit/c3bf3e7)), closes [#496](https://github.com/ReactiveX/RxJS/issues/496)
2432
+
2433
+ ### Performance Improvements
2434
+
2435
+ - **ReplaySubject:** fix memory leak of growing buffer ([0a73b4d](https://github.com/ReactiveX/RxJS/commit/0a73b4d)), closes [#578](https://github.com/ReactiveX/RxJS/issues/578)
2436
+
2437
+ <a name="5.0.0-alpha.11"></a>
2438
+
2439
+ # [5.0.0-alpha.11](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.10...v5.0.0-alpha.11) (2015-12-01)
2440
+
2441
+ ### Bug Fixes
2442
+
2443
+ - **catch:** fix catch to dispose old subscriptions ([280f7ed](https://github.com/ReactiveX/RxJS/commit/280f7ed)), closes [#763](https://github.com/ReactiveX/RxJS/issues/763)
2444
+ - **concat:** accept scheduler parameter ([8859702](https://github.com/ReactiveX/RxJS/commit/8859702))
2445
+ - **ConnectableObservable:** fix ConnectableObservable connectability and refCounting ([aef9578](https://github.com/ReactiveX/RxJS/commit/aef9578)), closes [#678](https://github.com/ReactiveX/RxJS/issues/678)
2446
+ - **debounce:** Fix debounce to unsubscribe duration Observables ([dea7847](https://github.com/ReactiveX/RxJS/commit/dea7847))
2447
+ - **expand:** fix expand's concurrency behavior ([01f86e5](https://github.com/ReactiveX/RxJS/commit/01f86e5))
2448
+ - **expand:** terminate recursive call when destination completes ([3b8cf94](https://github.com/ReactiveX/RxJS/commit/3b8cf94))
2449
+ - **Observer:** anonymous observers now allow missing handlers ([a11c763](https://github.com/ReactiveX/RxJS/commit/a11c763)), closes [#723](https://github.com/ReactiveX/RxJS/issues/723)
2450
+ - **operators:** Remove shareReplay and shareBehavior ([536a6a6](https://github.com/ReactiveX/RxJS/commit/536a6a6)), closes [#710](https://github.com/ReactiveX/RxJS/issues/710)
2451
+ - **test:** make explicit unsubscription for observable ([505f5b7](https://github.com/ReactiveX/RxJS/commit/505f5b7))
2452
+ - **throttleTime:** fix and rename throttleTime operator ([3b0c1f3](https://github.com/ReactiveX/RxJS/commit/3b0c1f3))
2453
+ - **TimerObservable:** accepts absolute date for dueTime ([e284fb8](https://github.com/ReactiveX/RxJS/commit/e284fb8)), closes [#648](https://github.com/ReactiveX/RxJS/issues/648)
2454
+
2455
+ ### Features
2456
+
2457
+ - **callback:** Add Observable.fromCallback ([9f751e7](https://github.com/ReactiveX/RxJS/commit/9f751e7))
2458
+ - **combineLatest:** accept array of observable as parameter ([2edd92c](https://github.com/ReactiveX/RxJS/commit/2edd92c)), closes [#594](https://github.com/ReactiveX/RxJS/issues/594)
2459
+ - **forkJoin:** accept array of observable as parameter ([d45f672](https://github.com/ReactiveX/RxJS/commit/d45f672))
2460
+ - **operator:** add skipWhile operator ([a2244e0](https://github.com/ReactiveX/RxJS/commit/a2244e0))
2461
+ - **operator:** add switchFirst and switchMapFirst ([71e3dd1](https://github.com/ReactiveX/RxJS/commit/71e3dd1))
2462
+ - **takeWhile:** add takeWhile operator ([48e53ea](https://github.com/ReactiveX/RxJS/commit/48e53ea)), closes [#695](https://github.com/ReactiveX/RxJS/issues/695)
2463
+ - **throttle:** add throttle operator with durationSelector ([c3bf3e7](https://github.com/ReactiveX/RxJS/commit/c3bf3e7)), closes [#496](https://github.com/ReactiveX/RxJS/issues/496)
2464
+
2465
+ ### Performance Improvements
2466
+
2467
+ - **ReplaySubject:** fix memory leak of growing buffer ([0a73b4d](https://github.com/ReactiveX/RxJS/commit/0a73b4d)), closes [#578](https://github.com/ReactiveX/RxJS/issues/578)
2468
+
2469
+ <a name="5.0.0-alpha.10"></a>
2470
+
2471
+ # [5.0.0-alpha.10](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.9...v5.0.0-alpha.10) (2015-11-10)
2472
+
2473
+ ### Bug Fixes
2474
+
2475
+ - **Immediate:** set immediate should no longer throw in Chrome ([a3de7d9](https://github.com/ReactiveX/RxJS/commit/a3de7d9)), closes [#690](https://github.com/ReactiveX/RxJS/issues/690)
2476
+
2477
+ <a name="5.0.0-alpha.9"></a>
2478
+
2479
+ # [5.0.0-alpha.9](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.8...v5.0.0-alpha.9) (2015-11-10)
2480
+
2481
+ ### Bug Fixes
2482
+
2483
+ - **util:** incorrect Symbol.iterator for es6-shim ([15bf32c](https://github.com/ReactiveX/RxJS/commit/15bf32c))
2484
+
2485
+ ### Features
2486
+
2487
+ - **forkJoin:** accept promise, resultselector as parameter of forkJoin ([190f349](https://github.com/ReactiveX/RxJS/commit/190f349)), closes [#507](https://github.com/ReactiveX/RxJS/issues/507)
2488
+
2489
+ <a name="5.0.0-alpha.8"></a>
2490
+
2491
+ # [5.0.0-alpha.8](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.7...v5.0.0-alpha.8) (2015-11-06)
2492
+
2493
+ ### Bug Fixes
2494
+
2495
+ - **concat:** handle a given scheduler correctly ([8745216](https://github.com/ReactiveX/RxJS/commit/8745216))
2496
+ - **package.json:** loosen the engines/npm semver range to prevent false warnings ([df791c6](https://github.com/ReactiveX/RxJS/commit/df791c6))
2497
+ - **skipUntil:** unsubscribe source when it completes ([8a4162b](https://github.com/ReactiveX/RxJS/commit/8a4162b)), closes [#577](https://github.com/ReactiveX/RxJS/issues/577)
2498
+ - **take:** deal with total <= 0 and add tests ([c5cc06f](https://github.com/ReactiveX/RxJS/commit/c5cc06f))
2499
+ - **windowWhen:** fix windowWhen with regard to unsubscriptions ([8174947](https://github.com/ReactiveX/RxJS/commit/8174947))
2500
+
2501
+ ### Features
2502
+
2503
+ - **mergeScan:** add new mergeScan operator. ([0ebb5bd](https://github.com/ReactiveX/RxJS/commit/0ebb5bd))
2504
+ - **multicast:** support both Subject and subjectFactory arguments ([f779027](https://github.com/ReactiveX/RxJS/commit/f779027))
2505
+
2506
+ ### BREAKING CHANGES
2507
+
2508
+ - **publish:** reverted to RxJS 4 behavior
2509
+ - **publishBehavior:** reverted to RxJS 4 behavior
2510
+ - **publishReplay:** reverted to RxJS 4 behavior
2511
+ - **shareBehavior:** removed
2512
+ - **shareReplay:** removed
2513
+
2514
+ <a name="5.0.0-alpha.7"></a>
2515
+
2516
+ # [5.0.0-alpha.7](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.6...v5.0.0-alpha.7) (2015-10-27)
2517
+
2518
+ ### Bug Fixes
2519
+
2520
+ - **NextTickAction:** fix unsubscription behavior ([3d8264c](https://github.com/ReactiveX/RxJS/commit/3d8264c)), closes [#582](https://github.com/ReactiveX/RxJS/issues/582)
2521
+ - **buffer:** cleanup notifier subscription when unsubscribed ([1b30aa9](https://github.com/ReactiveX/RxJS/commit/1b30aa9))
2522
+ - **delay:** accepts absolute time delay ([b109100](https://github.com/ReactiveX/RxJS/commit/b109100))
2523
+ - **mergeMapTo:** mergeMapTo result should complete ([6f9859e](https://github.com/ReactiveX/RxJS/commit/6f9859e))
2524
+ - **operator:** update type definitions for union types ([9d90c75](https://github.com/ReactiveX/RxJS/commit/9d90c75)), closes [#581](https://github.com/ReactiveX/RxJS/issues/581)
2525
+ - **repeat:** fix inner subscription semantics for repeat ([f67a596](https://github.com/ReactiveX/RxJS/commit/f67a596)), closes [#554](https://github.com/ReactiveX/RxJS/issues/554)
2526
+ - **switchMapTo:** reimplement switchMapTo to pass tests ([d4789cd](https://github.com/ReactiveX/RxJS/commit/d4789cd))
2527
+ - **takeUntil:** unsubscribe notifier when it completes ([9415196](https://github.com/ReactiveX/RxJS/commit/9415196))
2528
+
2529
+ ### Features
2530
+
2531
+ - **operator:** add max operator ([7fda036](https://github.com/ReactiveX/RxJS/commit/7fda036))
2532
+ - **operator:** add min operator ([79cb6cf](https://github.com/ReactiveX/RxJS/commit/79cb6cf))
2533
+ - **shareBehavior:** add shareBehavior and its tests ([97ff1ec](https://github.com/ReactiveX/RxJS/commit/97ff1ec))
2534
+
2535
+ <a name="5.0.0-alpha.6"></a>
2536
+
2537
+ # [5.0.0-alpha.6](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.5...v5.0.0-alpha.6) (2015-10-17)
2538
+
2539
+ ### Bug Fixes
2540
+
2541
+ - **retryWhen:** fix internal unsubscriptions ([5aff5e8](https://github.com/ReactiveX/RxJS/commit/5aff5e8))
2542
+ - **scan:** scan now behaves like RxJS 4 scan ([27f9c09](https://github.com/ReactiveX/RxJS/commit/27f9c09))
2543
+
2544
+ <a name="5.0.0-alpha.5"></a>
2545
+
2546
+ # [5.0.0-alpha.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.4...v5.0.0-alpha.5) (2015-10-16)
2547
+
2548
+ ### Bug Fixes
2549
+
2550
+ - **bufferToggle:** fix bugs in order to pass tests ([949fa31](https://github.com/ReactiveX/RxJS/commit/949fa31))
2551
+ - **mergeAll:** fix mergeAll micro performance tests to use mapTo instead of map. ([616e86e](https://github.com/ReactiveX/RxJS/commit/616e86e))
2552
+ - **package:** correct typings path ([a501b06](https://github.com/ReactiveX/RxJS/commit/a501b06))
2553
+ - **repeat:** add additional resubscription behavior ([4f9f33b](https://github.com/ReactiveX/RxJS/commit/4f9f33b)), closes [#516](https://github.com/ReactiveX/RxJS/issues/516)
2554
+ - **retry:** fix internal unsubscriptions for retry ([cc92f45](https://github.com/ReactiveX/RxJS/commit/cc92f45)), closes [#546](https://github.com/ReactiveX/RxJS/issues/546)
2555
+ - **windowToggle:** fix window closing and unsubscription semantics ([0cb21e6](https://github.com/ReactiveX/RxJS/commit/0cb21e6))
2556
+
2557
+ <a name="5.0.0-alpha.4"></a>
2558
+
2559
+ # [5.0.0-alpha.4](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.3...5.0.0-alpha.4) (2015-10-15)
2560
+
2561
+ ### Bug Fixes
2562
+
2563
+ - **Subject:** fix missing unsubscribe call ([9dd27d6](https://github.com/ReactiveX/RxJS/commit/9dd27d6))
2564
+ - **Subscriber:** avoid implicit any ([08faaa9](https://github.com/ReactiveX/RxJS/commit/08faaa9))
2565
+ - **bufferWhen:** onComplete of closings determine buffers ([5d28a38](https://github.com/ReactiveX/RxJS/commit/5d28a38))
2566
+ - **fromEvent:** make selector argument optional in fromEvent static method ([71d90b4](https://github.com/ReactiveX/RxJS/commit/71d90b4))
2567
+ - **skipUntil:** update skipUntil behavior with error, completion ([6f0d98f](https://github.com/ReactiveX/RxJS/commit/6f0d98f)), closes [#518](https://github.com/ReactiveX/RxJS/issues/518)
2568
+ - **windowCount:** fix windowCount window opening times ([908ae56](https://github.com/ReactiveX/RxJS/commit/908ae56)), closes [#273](https://github.com/ReactiveX/RxJS/issues/273)
2569
+
2570
+ ### Features
2571
+
2572
+ - **operator:** add debounce operator ([a1e652f](https://github.com/ReactiveX/RxJS/commit/a1e652f)), closes [#493](https://github.com/ReactiveX/RxJS/issues/493)
2573
+ - **operator:** add debounceTime operator ([dd2ba40](https://github.com/ReactiveX/RxJS/commit/dd2ba40))
2574
+
2575
+ ### Performance Improvements
2576
+
2577
+ - **ScalarObservable:** add fast-path for mapping scalar observables ([7b0d3dc](https://github.com/ReactiveX/RxJS/commit/7b0d3dc))
2578
+ - **count:** fast-path for counting over scalars ([c35a120](https://github.com/ReactiveX/RxJS/commit/c35a120))
2579
+ - **filter:** add fast-path for filtering scalar observables ([e2e8954](https://github.com/ReactiveX/RxJS/commit/e2e8954))
2580
+ - **reduce:** add fast-path for reducing over scalar observables ([4c65136](https://github.com/ReactiveX/RxJS/commit/4c65136))
2581
+ - **scan:** fast-path for scanning scalars ([0201b92](https://github.com/ReactiveX/RxJS/commit/0201b92))
2582
+ - **skip:** fast-path for skip over scalar observable ([9b49936](https://github.com/ReactiveX/RxJS/commit/9b49936))
2583
+ - **take:** add fast-path for take over scalars ([33053b1](https://github.com/ReactiveX/RxJS/commit/33053b1))
2584
+
2585
+ <a name="5.0.0-alpha.3"></a>
2586
+
2587
+ # [5.0.0-alpha.3](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.2...5.0.0-alpha.3) (2015-10-13)
2588
+
2589
+ ### Bug Fixes
2590
+
2591
+ - **Observable:** fix type signature of some static operators ([e5364de](https://github.com/ReactiveX/RxJS/commit/e5364de))
2592
+ - **Subject.create:** ensure operator property not required for Observable subscription ([2259de2](https://github.com/ReactiveX/RxJS/commit/2259de2)), closes [#483](https://github.com/ReactiveX/RxJS/issues/483)
2593
+ - **TestScheduler:** stop sorting actual results ([51db0b8](https://github.com/ReactiveX/RxJS/commit/51db0b8)), closes [#422](https://github.com/ReactiveX/RxJS/issues/422)
2594
+ - **benchpress:** update benchpress dependencies and config ([8513eaa](https://github.com/ReactiveX/RxJS/commit/8513eaa)), closes [#348](https://github.com/ReactiveX/RxJS/issues/348)
2595
+ - **buffer:** change behavior of buffer to more closely match RxJS 4 ([b66592d](https://github.com/ReactiveX/RxJS/commit/b66592d))
2596
+ - **combineLatest:** fix type signature ([a3e6deb](https://github.com/ReactiveX/RxJS/commit/a3e6deb))
2597
+ - **defer:** fix type signature ([11327b9](https://github.com/ReactiveX/RxJS/commit/11327b9))
2598
+ - **empty:** fix type signature ([893cb7e](https://github.com/ReactiveX/RxJS/commit/893cb7e))
2599
+ - **fromPromise:** fix type signature ([17415fa](https://github.com/ReactiveX/RxJS/commit/17415fa))
2600
+ - **groupBy:** durationSelector cannot keep source alive ([57e4207](https://github.com/ReactiveX/RxJS/commit/57e4207))
2601
+ - **groupBy:** fix bugs related to group resets ([23a7574](https://github.com/ReactiveX/RxJS/commit/23a7574))
2602
+ - **groupBy:** fix bugs with groupBy ([86992c6](https://github.com/ReactiveX/RxJS/commit/86992c6))
2603
+ - **interval:** fix signature type ([9c238c0](https://github.com/ReactiveX/RxJS/commit/9c238c0))
2604
+ - **operator:** startWith operator accepts scheduler, multiple values ([d1d339a](https://github.com/ReactiveX/RxJS/commit/d1d339a))
2605
+ - **operators:** reorder signature of resultSelectors ([fc1724d](https://github.com/ReactiveX/RxJS/commit/fc1724d))
2606
+ - **range:** fix type signature ([9237d0b](https://github.com/ReactiveX/RxJS/commit/9237d0b))
2607
+ - **timeout:** fix absolute timeout behavior ([8ec06cf](https://github.com/ReactiveX/RxJS/commit/8ec06cf))
2608
+ - **timeout:** update behavior of timeout, timeoutWith ([16bd691](https://github.com/ReactiveX/RxJS/commit/16bd691))
2609
+ - **timer:** fix type signature ([fffb96c](https://github.com/ReactiveX/RxJS/commit/fffb96c))
2610
+ - **window:** handle closingNotifier errors/completes ([42beff1](https://github.com/ReactiveX/RxJS/commit/42beff1))
2611
+
2612
+ ### Features
2613
+
2614
+ - **TestScheduler:** support unsubscription marbles ([ffb0bb9](https://github.com/ReactiveX/RxJS/commit/ffb0bb9))
2615
+ - **count:** add predicate support in count() ([42d1add](https://github.com/ReactiveX/RxJS/commit/42d1add)), closes [#425](https://github.com/ReactiveX/RxJS/issues/425)
2616
+ - **dematerialize:** add dematerialize operator ([0a8b074](https://github.com/ReactiveX/RxJS/commit/0a8b074)), closes [#475](https://github.com/ReactiveX/RxJS/issues/475)
2617
+ - **do:** do will now handle an observer as an argument ([c1a4994](https://github.com/ReactiveX/RxJS/commit/c1a4994)), closes [#476](https://github.com/ReactiveX/RxJS/issues/476)
2618
+ - **first:** add resultSelector ([3c20fcc](https://github.com/ReactiveX/RxJS/commit/3c20fcc)), closes [#417](https://github.com/ReactiveX/RxJS/issues/417)
2619
+ - **last:** add resultSelector argument ([5a4896c](https://github.com/ReactiveX/RxJS/commit/5a4896c)), closes [#418](https://github.com/ReactiveX/RxJS/issues/418)
2620
+ - **operator:** add every operator ([d11f32e](https://github.com/ReactiveX/RxJS/commit/d11f32e))
2621
+ - **operator:** add timeInterval operator ([6cc0615](https://github.com/ReactiveX/RxJS/commit/6cc0615))
2622
+ - **share:** add the share operator ([c36f2be](https://github.com/ReactiveX/RxJS/commit/c36f2be)), closes [#439](https://github.com/ReactiveX/RxJS/issues/439)
2623
+ - **shareReplay:** add the shareReplay() operator ([65c84ea](https://github.com/ReactiveX/RxJS/commit/65c84ea))
2624
+
2625
+ ### Performance Improvements
2626
+
2627
+ - **ReplaySubject:** remove unnecessary computation ([488ac2e](https://github.com/ReactiveX/RxJS/commit/488ac2e))
2628
+
2629
+ ### BREAKING CHANGES
2630
+
2631
+ - **operators with resultSelectors** (mergeMap, concatMap, switchMap, etc):
2632
+ The function signature of resultSelectors used to be (innerValue,
2633
+ outerValue, innerIndex, outerIndex) but this commits changes it to
2634
+ be (outerValue, innerValue, outerIndex, innerIndex), to match
2635
+ signatures in RxJS 4.
2636
+
2637
+ <a name="5.0.0-alpha.2"></a>
2638
+
2639
+ # [5.0.0-alpha.2](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.1...5.0.0-alpha.2) (2015-09-30)
2640
+
2641
+ ### Bug Fixes
2642
+
2643
+ - **concat:** let observable concat instead of merge ([c17e832](https://github.com/ReactiveX/RxJS/commit/c17e832))
2644
+
2645
+ ### Features
2646
+
2647
+ - **operator:** add find, findIndex operator ([7c6cc9d](https://github.com/ReactiveX/RxJS/commit/7c6cc9d))
2648
+ - **operator:** add first operator ([274c233](https://github.com/ReactiveX/RxJS/commit/274c233))
2649
+ - **operator:** add ignoreElements operator ([fe1a952](https://github.com/ReactiveX/RxJS/commit/fe1a952))
2650
+ - **zip:** zip now supports never-ending iterables ([a5684ba](https://github.com/ReactiveX/RxJS/commit/a5684ba)), closes [#397](https://github.com/ReactiveX/RxJS/issues/397)
2651
+
2652
+ <a name="5.0.0-alpha.1"></a>
2653
+
2654
+ # [5.0.0-alpha.1](https://github.com/ReactiveX/RxJS/compare/0.0.0-prealpha.3...5.0.0-alpha.1) (2015-09-23)
2655
+
2656
+ ### Bug Fixes
2657
+
2658
+ - **Promises:** escape promise error trap ([c69088a](https://github.com/ReactiveX/RxJS/commit/c69088a))
2659
+ - **TestScheduler:** ensure TestScheduler subscribes to expectations before hot subjects ([b9b2ba5](https://github.com/ReactiveX/RxJS/commit/b9b2ba5))
2660
+ - **TestScheduler:** properly schedule actions added dynamically ([069ede4](https://github.com/ReactiveX/RxJS/commit/069ede4))
2661
+ - **buffer:** do not emit empty buffer when completes ([252fccb](https://github.com/ReactiveX/RxJS/commit/252fccb))
2662
+ - **bufferTime:** inner intervals will now clean up properly ([4ef41b0](https://github.com/ReactiveX/RxJS/commit/4ef41b0))
2663
+ - **expand:** Fix expand to stay open until the source Observable completes. ([20ef785](https://github.com/ReactiveX/RxJS/commit/20ef785))
2664
+ - **expand:** fix expand operator to match Rx3 ([67f9623](https://github.com/ReactiveX/RxJS/commit/67f9623))
2665
+ - **last:** emit value matches with predicate instead of result of predicate ([0f635ee](https://github.com/ReactiveX/RxJS/commit/0f635ee))
2666
+ - **merge:** fix issues with async in merge ([7a15304](https://github.com/ReactiveX/RxJS/commit/7a15304))
2667
+ - **mergeAll:** merge all will properly handle async observables ([43b63cc](https://github.com/ReactiveX/RxJS/commit/43b63cc))
2668
+ - **package:** specify supported npm version ([f72e622](https://github.com/ReactiveX/RxJS/commit/f72e622))
2669
+ - **switchAll:** switch all will properly handle async observables ([c2e2d29](https://github.com/ReactiveX/RxJS/commit/c2e2d29))
2670
+ - **switchAll/switchLatest:** inner subscriptions should now properly unsub ([38a45f8](https://github.com/ReactiveX/RxJS/commit/38a45f8)), closes [#302](https://github.com/ReactiveX/RxJS/issues/302)
2671
+
2672
+ ### Features
2673
+
2674
+ - **combineLatest:** supports promises, iterables, lowercase-o observables and Observables ([ce76e4e](https://github.com/ReactiveX/RxJS/commit/ce76e4e))
2675
+ - **config:** add global configuration of Promise capability ([e7eb5d7](https://github.com/ReactiveX/RxJS/commit/e7eb5d7)), closes [#115](https://github.com/ReactiveX/RxJS/issues/115)
2676
+ - **expand:** now handles promises, iterables and lowercase-o observables ([c5239e9](https://github.com/ReactiveX/RxJS/commit/c5239e9))
2677
+ - **mergeAll:** now supports promises, iterables and lowercase-o observables ([4c16aa6](https://github.com/ReactiveX/RxJS/commit/4c16aa6))
2678
+ - **operator:** add elementAt operator ([cd562c4](https://github.com/ReactiveX/RxJS/commit/cd562c4))
2679
+ - **operator:** add isEmpty operator ([80f72c5](https://github.com/ReactiveX/RxJS/commit/80f72c5))
2680
+ - **operator:** add last operator ([d841b11](https://github.com/ReactiveX/RxJS/commit/d841b11)), closes [#304](https://github.com/ReactiveX/RxJS/issues/304) [#306](https://github.com/ReactiveX/RxJS/issues/306)
2681
+ - **operator:** add single operator ([49484a2](https://github.com/ReactiveX/RxJS/commit/49484a2))
2682
+ - **switch:** add promise, iterable and array support ([24fdd34](https://github.com/ReactiveX/RxJS/commit/24fdd34))
2683
+ - **withLatestFrom:** default array output, handle other types ([cb393dc](https://github.com/ReactiveX/RxJS/commit/cb393dc))
2684
+ - **zip:** supports promises, iterables and lowercase-o observables ([d332a0e](https://github.com/ReactiveX/RxJS/commit/d332a0e))
2685
+
2686
+ <a name="0.0.0-prealpha.3"></a>
2687
+
2688
+ # [0.0.0-prealpha.3](https://github.com/ReactiveX/RxJS/compare/0.0.0-prealpha.2...0.0.0-prealpha.3) (2015-09-11)
2689
+
2690
+ ### Bug Fixes
2691
+
2692
+ - **root:** use self as the root object when available ([0428a85](https://github.com/ReactiveX/RxJS/commit/0428a85))
2693
+
2694
+ <a name="0.0.0-prealpha.2"></a>
2695
+
2696
+ # [0.0.0-prealpha.2](https://github.com/ReactiveX/RxJS/compare/0.0.0-prealpha.1...0.0.0-prealpha.2) (2015-09-11)
2697
+
2698
+ ### Bug Fixes
2699
+
2700
+ - **bufferCount:** set default value for skip argument, do not emit empty buffer at the end ([2c1a9dc](https://github.com/ReactiveX/RxJS/commit/2c1a9dc))
2701
+ - **windowCount:** set default value for skip argument, do not emit empty buffer at the end ([a513dbb](https://github.com/ReactiveX/RxJS/commit/a513dbb))
2702
+
2703
+ ### Features
2704
+
2705
+ - **Observable:** add static create method ([e0d27ba](https://github.com/ReactiveX/RxJS/commit/e0d27ba)), closes [#255](https://github.com/ReactiveX/RxJS/issues/255)
2706
+ - **TestScheduler:** add TestScheduler ([b23daf1](https://github.com/ReactiveX/RxJS/commit/b23daf1)), closes [#270](https://github.com/ReactiveX/RxJS/issues/270)
2707
+ - **VirtualTimeScheduler:** add VirtualTimeScheduler ([96f9386](https://github.com/ReactiveX/RxJS/commit/96f9386)), closes [#269](https://github.com/ReactiveX/RxJS/issues/269)
2708
+ - **operator:** add sample and sampleTime ([9e62789](https://github.com/ReactiveX/RxJS/commit/9e62789)), closes [#178](https://github.com/ReactiveX/RxJS/issues/178)
2709
+
2710
+ <a name="0.0.0-prealpha.1"></a>
2711
+
2712
+ # [0.0.0-prealpha.1](https://github.com/ReactiveX/RxJS/compare/0441dea...0.0.0-prealpha.1) (2015-09-02)
2713
+
2714
+ ### Bug Fixes
2715
+
2716
+ - **combineLatest:** check for limits higher than total observable count ([81e5dfb](https://github.com/ReactiveX/RxJS/commit/81e5dfb))
2717
+ - **rx:** add hack to export global until better global build exists ([1a543b0](https://github.com/ReactiveX/RxJS/commit/1a543b0))
2718
+ - **subscription-ref:** add setter for isDisposed ([6fe5427](https://github.com/ReactiveX/RxJS/commit/6fe5427))
2719
+ - **take:** complete on limit reached ([801a711](https://github.com/ReactiveX/RxJS/commit/801a711))
2720
+
2721
+ ### Features
2722
+
2723
+ - **benchpress:** add benchpress config and flatmap spec ([0441dea](https://github.com/ReactiveX/RxJS/commit/0441dea))
2724
+ - **catch:** add catch operator, related to #141, closes #130 ([94b4c01](https://github.com/ReactiveX/RxJS/commit/94b4c01)), closes [#130](https://github.com/ReactiveX/RxJS/issues/130)
2725
+ - **from:** let from handle any "observablesque" ([526d4c3](https://github.com/ReactiveX/RxJS/commit/526d4c3)), closes [#156](https://github.com/ReactiveX/RxJS/issues/156) [#236](https://github.com/ReactiveX/RxJS/issues/236)
2726
+ - **index:** add index module which requires commonjs build ([379d2d1](https://github.com/ReactiveX/RxJS/commit/379d2d1)), closes [#117](https://github.com/ReactiveX/RxJS/issues/117)
2727
+ - **observable:** add Observable.all (forkJoin) ([44a4ee1](https://github.com/ReactiveX/RxJS/commit/44a4ee1))
2728
+ - **operator:** Add count operator. ([30dd894](https://github.com/ReactiveX/RxJS/commit/30dd894))
2729
+ - **operator:** Add distinctUntilChanged and distinctUntilKeyChanged ([f9ba4da](https://github.com/ReactiveX/RxJS/commit/f9ba4da))
2730
+ - **operator:** Add do operator. ([7d9b52b](https://github.com/ReactiveX/RxJS/commit/7d9b52b))
2731
+ - **operator:** Add expand operator. ([47b178b](https://github.com/ReactiveX/RxJS/commit/47b178b))
2732
+ - **operator:** Add minimal delay operator. ([7851885](https://github.com/ReactiveX/RxJS/commit/7851885))
2733
+ - **operator:** add buffer operators: buffer, bufferWhen, bufferTime, bufferCount, and bufferTog ([9f8347f](https://github.com/ReactiveX/RxJS/commit/9f8347f)), closes [#207](https://github.com/ReactiveX/RxJS/issues/207)
2734
+ - **operator:** add debounce ([f03adaf](https://github.com/ReactiveX/RxJS/commit/f03adaf)), closes [#193](https://github.com/ReactiveX/RxJS/issues/193)
2735
+ - **operator:** add defaultIfEmpty ([c80688b](https://github.com/ReactiveX/RxJS/commit/c80688b))
2736
+ - **operator:** add finally ([526e4c9](https://github.com/ReactiveX/RxJS/commit/526e4c9))
2737
+ - **operator:** add fromEventPattern creator function ([1095d4c](https://github.com/ReactiveX/RxJS/commit/1095d4c))
2738
+ - **operator:** add groupBy ([1e13aea](https://github.com/ReactiveX/RxJS/commit/1e13aea)), closes [#165](https://github.com/ReactiveX/RxJS/issues/165)
2739
+ - **operator:** add materialize. closes #132 ([6d9f6ae](https://github.com/ReactiveX/RxJS/commit/6d9f6ae)), closes [#132](https://github.com/ReactiveX/RxJS/issues/132)
2740
+ - **operator:** add publishBehavior operator and spec ([249ab8d](https://github.com/ReactiveX/RxJS/commit/249ab8d))
2741
+ - **operator:** add publishReplay operator and spec ([a0c47d6](https://github.com/ReactiveX/RxJS/commit/a0c47d6))
2742
+ - **operator:** add retry ([4451db5](https://github.com/ReactiveX/RxJS/commit/4451db5))
2743
+ - **operator:** add retryWhen operator. closes #129 ([65eb50e](https://github.com/ReactiveX/RxJS/commit/65eb50e)), closes [#129](https://github.com/ReactiveX/RxJS/issues/129)
2744
+ - **operator:** add skipUntil ([ef2620e](https://github.com/ReactiveX/RxJS/commit/ef2620e)), closes [#180](https://github.com/ReactiveX/RxJS/issues/180)
2745
+ - **operator:** add throttle ([1d735b9](https://github.com/ReactiveX/RxJS/commit/1d735b9)), closes [#191](https://github.com/ReactiveX/RxJS/issues/191)
2746
+ - **operator:** add timeout and timeoutWith ([bb440ad](https://github.com/ReactiveX/RxJS/commit/bb440ad)), closes [#244](https://github.com/ReactiveX/RxJS/issues/244)
2747
+ - **operator:** add toPromise operator. closes #159 ([361a53b](https://github.com/ReactiveX/RxJS/commit/361a53b)), closes [#159](https://github.com/ReactiveX/RxJS/issues/159)
2748
+ - **operator:** add window operators: window, windowWhen, windowTime, windowCount, windowToggle ([9f5d510](https://github.com/ReactiveX/RxJS/commit/9f5d510)), closes [#195](https://github.com/ReactiveX/RxJS/issues/195)
2749
+ - **operator:** add withLatestFrom ([322218a](https://github.com/ReactiveX/RxJS/commit/322218a)), closes [#209](https://github.com/ReactiveX/RxJS/issues/209)
2750
+ - **operator:** implement startWith(). ([1f36d99](https://github.com/ReactiveX/RxJS/commit/1f36d99))