@simplysm/sd-cli 13.0.100 → 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.
- package/README.md +218 -191
- package/dist/angular/client-transform-stylesheet.d.ts +16 -0
- package/dist/angular/client-transform-stylesheet.d.ts.map +1 -0
- package/dist/angular/client-transform-stylesheet.js +59 -0
- package/dist/angular/client-transform-stylesheet.js.map +1 -0
- package/dist/angular/vite-angular-plugin.d.ts +35 -0
- package/dist/angular/vite-angular-plugin.d.ts.map +1 -0
- package/dist/angular/vite-angular-plugin.js +320 -0
- package/dist/angular/vite-angular-plugin.js.map +1 -0
- package/dist/angular/vite-postcss-inline-plugin.d.ts +18 -0
- package/dist/angular/vite-postcss-inline-plugin.d.ts.map +1 -0
- package/dist/angular/vite-postcss-inline-plugin.js +105 -0
- package/dist/angular/vite-postcss-inline-plugin.js.map +1 -0
- package/dist/capacitor/capacitor.d.ts +70 -66
- package/dist/capacitor/capacitor.d.ts.map +1 -1
- package/dist/capacitor/capacitor.js +747 -666
- package/dist/capacitor/capacitor.js.map +1 -6
- package/dist/commands/build.js +29 -19
- package/dist/commands/build.js.map +1 -6
- package/dist/commands/check.d.ts +1 -0
- package/dist/commands/check.d.ts.map +1 -1
- package/dist/commands/check.js +171 -116
- package/dist/commands/check.js.map +1 -6
- package/dist/commands/dev.d.ts +6 -7
- package/dist/commands/dev.d.ts.map +1 -1
- package/dist/commands/dev.js +24 -14
- package/dist/commands/dev.js.map +1 -6
- package/dist/commands/lint.d.ts +23 -23
- package/dist/commands/lint.d.ts.map +1 -1
- package/dist/commands/lint.js +158 -116
- package/dist/commands/lint.js.map +1 -6
- package/dist/commands/publish.d.ts +13 -13
- package/dist/commands/publish.d.ts.map +1 -1
- package/dist/commands/publish.js +628 -510
- package/dist/commands/publish.js.map +1 -6
- package/dist/commands/replace-deps.js +12 -12
- package/dist/commands/replace-deps.js.map +1 -6
- package/dist/commands/typecheck.d.ts +22 -36
- package/dist/commands/typecheck.d.ts.map +1 -1
- package/dist/commands/typecheck.js +227 -207
- package/dist/commands/typecheck.js.map +1 -6
- package/dist/commands/watch.d.ts +6 -4
- package/dist/commands/watch.d.ts.map +1 -1
- package/dist/commands/watch.js +25 -16
- package/dist/commands/watch.js.map +1 -6
- package/dist/electron/electron.d.ts +3 -63
- package/dist/electron/electron.d.ts.map +1 -1
- package/dist/electron/electron.js +253 -242
- package/dist/electron/electron.js.map +1 -6
- package/dist/engines/BaseEngine.d.ts +103 -0
- package/dist/engines/BaseEngine.d.ts.map +1 -0
- package/dist/engines/BaseEngine.js +137 -0
- package/dist/engines/BaseEngine.js.map +1 -0
- package/dist/engines/NgtscEngine.d.ts +32 -0
- package/dist/engines/NgtscEngine.d.ts.map +1 -0
- package/dist/engines/NgtscEngine.js +51 -0
- package/dist/engines/NgtscEngine.js.map +1 -0
- package/dist/engines/ServerEsbuildEngine.d.ts +32 -0
- package/dist/engines/ServerEsbuildEngine.d.ts.map +1 -0
- package/dist/engines/ServerEsbuildEngine.js +59 -0
- package/dist/engines/ServerEsbuildEngine.js.map +1 -0
- package/dist/engines/TscEngine.d.ts +32 -0
- package/dist/engines/TscEngine.d.ts.map +1 -0
- package/dist/engines/TscEngine.js +53 -0
- package/dist/engines/TscEngine.js.map +1 -0
- package/dist/engines/ViteEngine.d.ts +55 -0
- package/dist/engines/ViteEngine.d.ts.map +1 -0
- package/dist/engines/ViteEngine.js +166 -0
- package/dist/engines/ViteEngine.js.map +1 -0
- package/dist/engines/index.d.ts +33 -0
- package/dist/engines/index.d.ts.map +1 -0
- package/dist/engines/index.js +43 -0
- package/dist/engines/index.js.map +1 -0
- package/dist/engines/types.d.ts +85 -0
- package/dist/engines/types.d.ts.map +1 -0
- package/dist/engines/types.js +2 -0
- package/dist/engines/types.js.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -6
- package/dist/infra/ResultCollector.d.ts +1 -1
- package/dist/infra/ResultCollector.d.ts.map +1 -1
- package/dist/infra/ResultCollector.js +30 -27
- package/dist/infra/ResultCollector.js.map +1 -6
- package/dist/infra/SignalHandler.js +45 -42
- package/dist/infra/SignalHandler.js.map +1 -6
- package/dist/infra/WorkerManager.js +56 -53
- package/dist/infra/WorkerManager.js.map +1 -6
- package/dist/orchestrators/BuildOrchestrator.d.ts +33 -1
- package/dist/orchestrators/BuildOrchestrator.d.ts.map +1 -1
- package/dist/orchestrators/BuildOrchestrator.js +371 -311
- package/dist/orchestrators/BuildOrchestrator.js.map +1 -6
- package/dist/orchestrators/DevWatchOrchestrator.d.ts +60 -0
- package/dist/orchestrators/DevWatchOrchestrator.d.ts.map +1 -0
- package/dist/orchestrators/DevWatchOrchestrator.js +467 -0
- package/dist/orchestrators/DevWatchOrchestrator.js.map +1 -0
- package/dist/sd-cli-entry.d.ts.map +1 -1
- package/dist/sd-cli-entry.js +211 -266
- package/dist/sd-cli-entry.js.map +1 -6
- package/dist/sd-cli.js +77 -49
- package/dist/sd-cli.js.map +1 -6
- package/dist/sd-config.types.d.ts +47 -0
- package/dist/sd-config.types.d.ts.map +1 -1
- package/dist/sd-config.types.js +2 -1
- package/dist/sd-config.types.js.map +1 -6
- package/dist/utils/angular-build.d.ts +24 -0
- package/dist/utils/angular-build.d.ts.map +1 -0
- package/dist/utils/angular-build.js +11 -0
- package/dist/utils/angular-build.js.map +1 -0
- package/dist/utils/angular-compiler.d.ts +59 -0
- package/dist/utils/angular-compiler.d.ts.map +1 -0
- package/dist/utils/angular-compiler.js +394 -0
- package/dist/utils/angular-compiler.js.map +1 -0
- package/dist/utils/build-env.js +9 -9
- package/dist/utils/build-env.js.map +1 -6
- package/dist/utils/concurrency.d.ts +15 -0
- package/dist/utils/concurrency.d.ts.map +1 -0
- package/dist/utils/concurrency.js +38 -0
- package/dist/utils/concurrency.js.map +1 -0
- package/dist/utils/copy-public.d.ts.map +1 -1
- package/dist/utils/copy-public.js +104 -87
- package/dist/utils/copy-public.js.map +1 -6
- package/dist/utils/copy-src.d.ts.map +1 -1
- package/dist/utils/copy-src.js +49 -35
- package/dist/utils/copy-src.js.map +1 -6
- package/dist/utils/diagnostic-utils.d.ts +13 -0
- package/dist/utils/diagnostic-utils.d.ts.map +1 -0
- package/dist/utils/diagnostic-utils.js +26 -0
- package/dist/utils/diagnostic-utils.js.map +1 -0
- package/dist/utils/engine-stop.d.ts +23 -0
- package/dist/utils/engine-stop.d.ts.map +1 -0
- package/dist/utils/engine-stop.js +34 -0
- package/dist/utils/engine-stop.js.map +1 -0
- package/dist/utils/esbuild-config.d.ts +5 -27
- package/dist/utils/esbuild-config.d.ts.map +1 -1
- package/dist/utils/esbuild-config.js +151 -218
- package/dist/utils/esbuild-config.js.map +1 -6
- package/dist/utils/generate-pwa-icons.d.ts +14 -0
- package/dist/utils/generate-pwa-icons.d.ts.map +1 -0
- package/dist/utils/generate-pwa-icons.js +43 -0
- package/dist/utils/generate-pwa-icons.js.map +1 -0
- package/dist/utils/hmr-candidates.d.ts +15 -0
- package/dist/utils/hmr-candidates.d.ts.map +1 -0
- package/dist/utils/hmr-candidates.js +234 -0
- package/dist/utils/hmr-candidates.js.map +1 -0
- package/dist/utils/lint-utils.d.ts +7 -0
- package/dist/utils/lint-utils.d.ts.map +1 -0
- package/dist/utils/lint-utils.js +16 -0
- package/dist/utils/lint-utils.js.map +1 -0
- package/dist/utils/lint-with-program.d.ts +54 -0
- package/dist/utils/lint-with-program.d.ts.map +1 -0
- package/dist/utils/lint-with-program.js +129 -0
- package/dist/utils/lint-with-program.js.map +1 -0
- package/dist/utils/ngtsc-build-core.d.ts +91 -0
- package/dist/utils/ngtsc-build-core.d.ts.map +1 -0
- package/dist/utils/ngtsc-build-core.js +280 -0
- package/dist/utils/ngtsc-build-core.js.map +1 -0
- package/dist/utils/orchestrator-utils.d.ts +16 -0
- package/dist/utils/orchestrator-utils.d.ts.map +1 -0
- package/dist/utils/orchestrator-utils.js +19 -0
- package/dist/utils/orchestrator-utils.js.map +1 -0
- package/dist/utils/output-path-rewriter.d.ts +34 -0
- package/dist/utils/output-path-rewriter.d.ts.map +1 -0
- package/dist/utils/output-path-rewriter.js +89 -0
- package/dist/utils/output-path-rewriter.js.map +1 -0
- package/dist/utils/output-utils.js +55 -40
- package/dist/utils/output-utils.js.map +1 -6
- package/dist/utils/package-utils.d.ts +73 -1
- package/dist/utils/package-utils.d.ts.map +1 -1
- package/dist/utils/package-utils.js +265 -72
- package/dist/utils/package-utils.js.map +1 -6
- package/dist/utils/rebuild-manager.d.ts.map +1 -1
- package/dist/utils/rebuild-manager.js +43 -44
- package/dist/utils/rebuild-manager.js.map +1 -6
- package/dist/utils/replace-deps.d.ts.map +1 -1
- package/dist/utils/replace-deps.js +284 -184
- package/dist/utils/replace-deps.js.map +1 -6
- package/dist/utils/scss-compiler.d.ts +14 -0
- package/dist/utils/scss-compiler.d.ts.map +1 -0
- package/dist/utils/scss-compiler.js +59 -0
- package/dist/utils/scss-compiler.js.map +1 -0
- package/dist/utils/sd-config.d.ts.map +1 -1
- package/dist/utils/sd-config.js +33 -19
- package/dist/utils/sd-config.js.map +1 -6
- package/dist/utils/tsc-build.d.ts +44 -0
- package/dist/utils/tsc-build.d.ts.map +1 -0
- package/dist/utils/tsc-build.js +152 -0
- package/dist/utils/tsc-build.js.map +1 -0
- package/dist/utils/tsconfig.d.ts +15 -22
- package/dist/utils/tsconfig.d.ts.map +1 -1
- package/dist/utils/tsconfig.js +91 -62
- package/dist/utils/tsconfig.js.map +1 -6
- package/dist/utils/typecheck-non-package.d.ts +18 -0
- package/dist/utils/typecheck-non-package.d.ts.map +1 -0
- package/dist/utils/typecheck-non-package.js +69 -0
- package/dist/utils/typecheck-non-package.js.map +1 -0
- package/dist/utils/typecheck-serialization.js +58 -40
- package/dist/utils/typecheck-serialization.js.map +1 -6
- package/dist/utils/vite-config.d.ts +48 -26
- package/dist/utils/vite-config.d.ts.map +1 -1
- package/dist/utils/vite-config.js +166 -245
- package/dist/utils/vite-config.js.map +1 -6
- package/dist/utils/vite-scope-watch-plugin.d.ts +24 -0
- package/dist/utils/vite-scope-watch-plugin.d.ts.map +1 -0
- package/dist/utils/vite-scope-watch-plugin.js +43 -0
- package/dist/utils/vite-scope-watch-plugin.js.map +1 -0
- package/dist/utils/worker-events.js +48 -40
- package/dist/utils/worker-events.js.map +1 -6
- package/dist/utils/worker-utils.d.ts.map +1 -1
- package/dist/utils/worker-utils.js +49 -28
- package/dist/utils/worker-utils.js.map +1 -6
- package/dist/vitest-plugin.d.ts +9 -0
- package/dist/vitest-plugin.d.ts.map +1 -0
- package/dist/vitest-plugin.js +85 -0
- package/dist/vitest-plugin.js.map +1 -0
- package/dist/workers/client.worker.d.ts +36 -53
- package/dist/workers/client.worker.d.ts.map +1 -1
- package/dist/workers/client.worker.js +125 -98
- package/dist/workers/client.worker.js.map +1 -6
- package/dist/workers/library-build.worker.d.ts +59 -0
- package/dist/workers/library-build.worker.d.ts.map +1 -0
- package/dist/workers/library-build.worker.js +132 -0
- package/dist/workers/library-build.worker.js.map +1 -0
- package/dist/workers/lint.worker.js +9 -6
- package/dist/workers/lint.worker.js.map +1 -6
- package/dist/workers/ngtsc-build.worker.d.ts +23 -0
- package/dist/workers/ngtsc-build.worker.d.ts.map +1 -0
- package/dist/workers/ngtsc-build.worker.js +208 -0
- package/dist/workers/ngtsc-build.worker.js.map +1 -0
- package/dist/workers/server-build.worker.d.ts +108 -0
- package/dist/workers/server-build.worker.d.ts.map +1 -0
- package/dist/workers/server-build.worker.js +491 -0
- package/dist/workers/server-build.worker.js.map +1 -0
- package/dist/workers/server-runtime.worker.d.ts +3 -2
- package/dist/workers/server-runtime.worker.d.ts.map +1 -1
- package/dist/workers/server-runtime.worker.js +104 -95
- package/dist/workers/server-runtime.worker.js.map +1 -6
- package/package.json +10 -11
- package/src/angular/client-transform-stylesheet.ts +78 -0
- package/src/angular/vite-angular-plugin.ts +429 -0
- package/src/angular/vite-postcss-inline-plugin.ts +135 -0
- package/src/capacitor/capacitor.ts +439 -385
- package/src/commands/check.ts +100 -43
- package/src/commands/dev.ts +10 -8
- package/src/commands/lint.ts +53 -53
- package/src/commands/publish.ts +135 -143
- package/src/commands/typecheck.ts +200 -267
- package/src/commands/watch.ts +9 -8
- package/src/electron/electron.ts +118 -125
- package/src/engines/BaseEngine.ts +226 -0
- package/src/engines/NgtscEngine.ts +77 -0
- package/src/engines/ServerEsbuildEngine.ts +85 -0
- package/src/engines/TscEngine.ts +79 -0
- package/src/engines/ViteEngine.ts +213 -0
- package/src/engines/index.ts +66 -0
- package/src/engines/types.ts +87 -0
- package/src/index.ts +0 -3
- package/src/infra/ResultCollector.ts +1 -1
- package/src/orchestrators/BuildOrchestrator.ts +182 -187
- package/src/orchestrators/DevWatchOrchestrator.ts +573 -0
- package/src/sd-cli-entry.ts +39 -117
- package/src/sd-config.types.ts +49 -0
- package/src/utils/angular-build.ts +32 -0
- package/src/utils/angular-compiler.ts +586 -0
- package/src/utils/concurrency.ts +43 -0
- package/src/utils/copy-public.ts +16 -12
- package/src/utils/copy-src.ts +8 -6
- package/src/utils/diagnostic-utils.ts +27 -0
- package/src/utils/engine-stop.ts +43 -0
- package/src/utils/esbuild-config.ts +58 -170
- package/src/utils/generate-pwa-icons.ts +56 -0
- package/src/utils/hmr-candidates.ts +327 -0
- package/src/utils/lint-utils.ts +17 -0
- package/src/utils/lint-with-program.ts +181 -0
- package/src/utils/ngtsc-build-core.ts +400 -0
- package/src/utils/orchestrator-utils.ts +26 -0
- package/src/utils/output-path-rewriter.ts +101 -0
- package/src/utils/output-utils.ts +1 -1
- package/src/utils/package-utils.ts +236 -1
- package/src/utils/rebuild-manager.ts +2 -0
- package/src/utils/replace-deps.ts +1 -0
- package/src/utils/scss-compiler.ts +90 -0
- package/src/utils/sd-config.ts +5 -0
- package/src/utils/tsc-build.ts +214 -0
- package/src/utils/tsconfig.ts +71 -73
- package/src/utils/typecheck-non-package.ts +93 -0
- package/src/utils/vite-config.ts +220 -354
- package/src/utils/vite-scope-watch-plugin.ts +66 -0
- package/src/utils/worker-utils.ts +4 -3
- package/src/vitest-plugin.ts +120 -0
- package/src/workers/client.worker.ts +155 -180
- package/src/workers/library-build.worker.ts +195 -0
- package/src/workers/ngtsc-build.worker.ts +300 -0
- package/src/workers/server-build.worker.ts +670 -0
- package/src/workers/server-runtime.worker.ts +22 -27
- package/tests/angular/angular-compiler-hmr.spec.ts +152 -0
- package/tests/angular/client-transform-stylesheet.spec.ts +153 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/LICENSE +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/README.md +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs +3331 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_common_module-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_location-chunk.mjs +379 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_location-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_module-chunk.mjs +2212 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_module-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs +151 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_location-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_platform_navigation-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/_xhr-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/common.mjs +1444 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/common.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http-testing.mjs +311 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http-testing.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http.mjs +433 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/http.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/testing.mjs +643 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/testing.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/upgrade.mjs +666 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/fesm2022/upgrade.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-DJ.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-DJ.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-ER.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-ER.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/aa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ab.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af-NA.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af-NA.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af-NA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/af.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/agq.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/agq.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/agq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ak.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ak.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ak.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/am.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/am.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/am.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/an.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/an.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/an.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ann.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ann.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ann.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/apc.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/apc.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/apc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-AE.d.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-AE.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-AE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-BH.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-BH.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-BH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DJ.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DJ.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DZ.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DZ.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-DZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EG.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EG.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EH.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EH.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-EH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-ER.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-ER.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IL.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IL.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IQ.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IQ.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-JO.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-JO.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-JO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KM.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KM.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KW.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KW.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-KW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LB.d.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LB.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LY.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LY.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-LY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MA.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MA.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MR.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MR.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-OM.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-OM.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-OM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-PS.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-PS.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-PS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-QA.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-QA.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-QA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SA.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SA.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SD.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SD.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SO.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SO.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SS.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SS.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SY.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SY.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-SY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TD.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TD.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TN.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TN.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-TN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-YE.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-YE.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar-YE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ar.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/arn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/arn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/arn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/as.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/as.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/as.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/asa.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/asa.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/asa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ast.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ast.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-IQ.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-IQ.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-TR.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-TR.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab-TR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Cyrl.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Cyrl.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Latn.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Latn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/az.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ba.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ba.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ba.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Arab.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Arab.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Latn.d.ts +140 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bal.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bas.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bas.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bas.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be-tarask.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be-tarask.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be-tarask.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/be.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bem.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bem.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bem.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bew.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bew.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bew.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bez.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bez.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bez.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bg.d.ts +68 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bg.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgc.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgc.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AE.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AE.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AF.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AF.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-AF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-IR.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-IR.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-IR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-OM.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-OM.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn-OM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bgn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bho.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bho.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bho.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blo.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blt.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blt.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/blt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm-Nkoo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm-Nkoo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm-Nkoo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn-IN.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn-IN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo-IN.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo-IN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/br.d.ts +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/br.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/br.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/brx.d.ts +132 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/brx.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/brx.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Cyrl.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Cyrl.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Latn.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Latn.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bss.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bss.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/bss.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/byn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/byn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/byn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-AD.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-AD.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-AD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-ES-valencia.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-ES-valencia.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-ES-valencia.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-FR.d.ts +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-FR.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-FR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-IT.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-IT.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca-IT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ca.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cad.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cad.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cad.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cch.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cch.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cch.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp-IN.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp-IN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ccp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ce.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ce.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ceb.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ceb.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ceb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cgg.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cgg.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cgg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cho.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cho.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cho.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/chr.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/chr.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/chr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cic.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cic.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cic.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb-IR.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb-IR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb-IR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ckb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/co.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/co.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/co.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cop.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cop.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cop.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cs.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cs.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/csw.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/csw.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/csw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cu.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cu.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cy.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cy.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/cy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da-GL.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da-GL.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da-GL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/da.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dav.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dav.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dav.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-AT.d.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-AT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-AT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-BE.d.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-BE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-CH.d.ts +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-CH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-IT.d.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-IT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-IT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LI.d.ts +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LU.d.ts +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de-LU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de.d.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/de.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dje.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dje.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dje.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/doi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/doi.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/doi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dsb.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dsb.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dsb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dua.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dua.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dua.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dv.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dv.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dyo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dyo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dyo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dz.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dz.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/dz.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ebu.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ebu.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ebu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee-TG.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee-TG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee-TG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ee.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-CY.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-CY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-CY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-polyton.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-polyton.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el-polyton.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/el.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-001.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-001.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-001.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-150.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-150.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-150.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AI.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AT.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AU.d.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-AU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BB.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BB.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BE.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BI.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BM.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BS.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BW.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BZ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-BZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CA.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CA.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CC.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CC.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CH.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CK.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CM.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CX.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CX.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CY.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CZ.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-CZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DE.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DG.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DK.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DM.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-DM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Dsrt.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Dsrt.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Dsrt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ER.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ER.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ES.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ES.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ES.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FI.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FJ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FJ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FK.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FM.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FR.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-FR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GB.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GB.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GD.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GD.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GG.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GH.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GI.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GM.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GS.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GY.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-GY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HK.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HU.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-HU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ID.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ID.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ID.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IE.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IL.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IL.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IM.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IN.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IO.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IO.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IT.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-IT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JE.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JM.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-JM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KE.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KI.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KN.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KY.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-KY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LC.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LC.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LR.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LS.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-LS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MO.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MO.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MP.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MP.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MP.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MS.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MT.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MU.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MV.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MV.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MW.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MY.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NA.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NA.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NF.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NF.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NL.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NL.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NO.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NO.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NR.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NU.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NZ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-NZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PK.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PL.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PL.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PN.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PT.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PW.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-PW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RO.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RO.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RW.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-RW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SB.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SB.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SC.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SC.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SD.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SD.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SE.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SH.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SI.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SK.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SL.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SL.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SS.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SX.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SX.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SZ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-SZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Shaw.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Shaw.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-Shaw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TC.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TC.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TK.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TO.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TO.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TT.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TT.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TV.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TV.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TZ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-TZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-UM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VC.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VC.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VG.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VU.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-VU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-WS.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-WS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-WS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZA.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZA.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZM.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZW.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en-ZW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/en.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-419.d.ts +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-419.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-419.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-AR.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-AR.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-AR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BO.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BR.d.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BR.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BZ.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BZ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-BZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CL.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CL.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CO.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CR.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CR.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CU.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CU.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-CU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-DO.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-DO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-DO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EA.d.ts +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EC.d.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EC.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-EC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GQ.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GQ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GT.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GT.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-GT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-HN.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-HN.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-HN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-IC.d.ts +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-IC.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-IC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-MX.d.ts +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-MX.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-MX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-NI.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-NI.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-NI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PA.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PE.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PE.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PH.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PH.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PR.d.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PR.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PY.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PY.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-PY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-SV.d.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-SV.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-SV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-US.d.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-US.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-US.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-UY.d.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-UY.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-UY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-VE.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-VE.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es-VE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es.d.ts +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/es.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/et.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/et.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/et.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eu.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eu.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/eu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ewo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ewo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ewo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-DJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-DJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-ER.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-ER.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/aa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af-NA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af-NA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af-NA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/af.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/agq.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/agq.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/agq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ak.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ak.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ak.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/am.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/am.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/am.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/an.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/an.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/an.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ann.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ann.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ann.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/apc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/apc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/apc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-AE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-AE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-AE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-BH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-BH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-BH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-DZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-EH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-ER.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-ER.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-JO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-JO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-JO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-KW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LB.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LB.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-LY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-OM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-OM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-OM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-PS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-PS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-PS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-QA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-QA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-QA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-SY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-TN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-YE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-YE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar-YE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ar.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/arn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/arn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/arn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/as.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/as.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/as.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/asa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/asa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/asa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ast.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ast.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-IQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-IQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-TR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-TR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab-TR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Cyrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Cyrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/az.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ba.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ba.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ba.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bal.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bas.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bas.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bas.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be-tarask.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be-tarask.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be-tarask.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/be.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bem.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bem.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bem.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bew.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bew.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bew.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bez.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bez.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bez.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-AF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-IR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-IR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-IR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-OM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-OM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn-OM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bgn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bho.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bho.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bho.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/blt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm-Nkoo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm-Nkoo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm-Nkoo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn-IN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn-IN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo-IN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo-IN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/br.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/br.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/br.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/brx.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/brx.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/brx.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Cyrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Cyrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bss.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bss.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/bss.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/byn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/byn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/byn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-AD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-AD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-AD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-ES-valencia.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-ES-valencia.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-ES-valencia.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-FR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-FR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-FR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-IT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-IT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca-IT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ca.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cad.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cad.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cad.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cch.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cch.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cch.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp-IN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp-IN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ccp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ce.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ce.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ceb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ceb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ceb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cgg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cgg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cgg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cho.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cho.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cho.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/chr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/chr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/chr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cic.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cic.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cic.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb-IR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb-IR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb-IR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ckb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/co.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/co.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/co.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cop.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cop.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cop.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cs.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cs.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/csw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/csw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/csw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cy.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cy.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/cy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da-GL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da-GL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da-GL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/da.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dav.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dav.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dav.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-AT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-AT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-AT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-BE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-BE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-CH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-CH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-IT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-IT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-IT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de-LU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/de.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dje.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dje.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dje.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/doi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/doi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/doi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dsb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dsb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dsb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dua.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dua.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dua.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dyo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dyo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dyo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dz.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dz.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/dz.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ebu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ebu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ebu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee-TG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee-TG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee-TG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ee.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-CY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-CY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-CY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-polyton.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-polyton.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el-polyton.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/el.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-001.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-001.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-001.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-150.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-150.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-150.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-AU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BB.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BB.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-BZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CX.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CX.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-CZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-DM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Dsrt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Dsrt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Dsrt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ER.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ER.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ES.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ES.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ES.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-FR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GB.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GB.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-GY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-HU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ID.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ID.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ID.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-IT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-JM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-KY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-LS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MP.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MP.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MP.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MV.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MV.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-NZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-PW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-RW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SB.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SB.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SX.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SX.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-SZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Shaw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Shaw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-Shaw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TV.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TV.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-TZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-UM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-VU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-WS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-WS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-WS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en-ZW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/en.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-419.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-419.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-419.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-AR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-AR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-AR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-BZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-CU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-DO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-DO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-DO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-EC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-GT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-HN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-HN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-HN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-IC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-IC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-IC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-MX.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-MX.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-MX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-NI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-NI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-NI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-PY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-SV.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-SV.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-SV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-US.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-US.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-US.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-UY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-UY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-UY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-VE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-VE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es-VE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/es.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/et.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/et.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/et.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/eu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ewo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ewo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ewo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa-AF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa-AF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa-AF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-BF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-BF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-CM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-GW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-LR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-LR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-MR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-NG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm-SN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Adlm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-CM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-CM.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-GN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-GN.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-BF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-BF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-BF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-CM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-CM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-GW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-LR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-LR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-LR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-MR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-MR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-NG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-SL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-SL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn-SL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-MR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-MR.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ff.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fil.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fil.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo-DK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo-DK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo-DK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-BL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-DZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GP.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GP.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GP.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-GQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-HT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-HT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-HT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-KM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-KM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-KM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-LU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-LU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-LU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-ML.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-ML.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-ML.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-MU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-PM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-RW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-SY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-TN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-VU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-VU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-VU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-WF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-WF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-WF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-YT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-YT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr-YT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/frr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/frr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/frr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fur.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fur.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fur.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fy.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fy.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/fy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga-GB.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga-GB.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga-GB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ga.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gaa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gaa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gaa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gd.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gd.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez-ER.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez-ER.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gez.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-FR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-FR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-FR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-LI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-LI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw-LI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gsw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/guz.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/guz.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/guz.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/gv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab-SD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab-SD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab-SD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-GH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-GH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-NE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-NE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ha.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/haw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/haw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/haw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/he.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/he.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/he.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj-Hmnp.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj-Hmnp.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj-Hmnp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hnj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr-BA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr-BA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr-BA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hsb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hsb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hsb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ht.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ht.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ht.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hy.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hy.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/hy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ia.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ia.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ia.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/id.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/id.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/id.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ie.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ie.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ie.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ig.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ig.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ig.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ii.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ii.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ii.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/io.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/io.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/io.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/is.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/is.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/is.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-CH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-CH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-SM.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-SM.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-SM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-VA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-VA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it-VA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/it.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/iu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ja.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ja.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ja.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jbo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jbo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jbo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jgo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jgo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jgo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jmc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jmc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jmc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/jv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ka.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ka.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ka.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Cyrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Cyrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaj.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaj.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kaj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kam.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kam.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kam.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kcg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kcg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kcg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kde.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kde.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kde.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kea.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kea.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kea.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ken.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ken.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ken.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kgp.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kgp.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kgp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/khq.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/khq.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/khq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ki.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ki.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ki.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Cyrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Cyrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-KZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-KZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk-KZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kkj.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kkj.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kkj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kln.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kln.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kln.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/km.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/km.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/km.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-CN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-CN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-CN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-KP.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-KP.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko-KP.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ko.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Deva.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Deva.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kok.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe-GN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe-GN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kpe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Deva.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Deva.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ks.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksf.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksf.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksf.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ksh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ku.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ku.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ku.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Deva.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Deva.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Orya.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Orya.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Orya.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Telu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Telu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv-Telu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/kxv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ky.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ky.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ky.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/la.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/la.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/la.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lag.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lag.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lag.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lij.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lij.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lij.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lkt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lkt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lkt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lld.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lld.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lld.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lmo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lmo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lmo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-AO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-AO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-AO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CF.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CF.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln-CG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ln.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc-IQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc-IQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lrc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ltg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ltg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ltg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luy.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luy.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/luy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/lv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mai.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mai.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mai.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas-TZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas-TZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas-TZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mas.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mdf.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mdf.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mdf.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mer.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mer.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mfe.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mfe.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mfe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mgo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mhn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mhn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mhn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mic.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mic.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mic.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mk.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ml.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ml.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ml.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong-MN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong-MN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong-MN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn-Mong.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Beng.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Beng.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Beng.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Mtei.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Mtei.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni-Mtei.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mni.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/moh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/moh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/moh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab-BN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab-BN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab-BN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-BN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-BN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-BN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-ID.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-ID.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-ID.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-SG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-SG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ms.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mua.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mua.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mua.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mus.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mus.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mus.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/my.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/my.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/my.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/myv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/myv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/myv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mzn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mzn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/mzn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/naq.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/naq.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/naq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb-SJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb-SJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb-SJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nd.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nd.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds-NL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds-NL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds-NL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nds.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne-IN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne-IN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ne.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-AW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-AW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-AW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-BQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-CW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-CW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-CW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SR.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SR.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SX.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SX.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl-SX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nmg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nmg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nmg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nnh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nnh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nnh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/no.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/no.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/no.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nqo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nqo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nqo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nso.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nso.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nso.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nus.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nus.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nus.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ny.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ny.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ny.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nyn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nyn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/nyn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc-ES.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc-ES.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc-ES.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/oc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om-KE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om-KE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/om.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/or.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/or.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/or.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os-RU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os-RU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os-RU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/os.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/osa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/osa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/osa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Guru.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Guru.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa-Guru.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap-AW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap-AW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap-AW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pcm.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pcm.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pcm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pis.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pis.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pis.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/prg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/prg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/prg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps-PK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps-PK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps-PK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ps.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-AO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-AO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-AO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CV.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CV.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-CV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-GW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-LU.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-LU.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-LU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-MZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-PT.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-PT.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-PT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-ST.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-ST.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-ST.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-TL.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-TL.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt-TL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/pt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-BO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-BO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-BO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-EC.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-EC.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu-EC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/qu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/quc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/quc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/quc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/raj.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/raj.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/raj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg-BD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg-Rohg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rhg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rif.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rif.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rif.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rm.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rm.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro-MD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro-MD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro-MD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ro.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rof.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rof.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rof.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-BY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-BY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-BY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-KZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-MD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-MD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-MD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-UA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-UA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru-UA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ru.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rwk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rwk.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/rwk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sah.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sah.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sah.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/saq.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/saq.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/saq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Deva.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Deva.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Olck.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Olck.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat-Olck.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sbp.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sbp.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sbp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sc.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sc.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/scn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/scn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/scn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Deva.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Deva.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh-IQ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh-IQ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sdh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-FI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-FI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-FI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-SE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-SE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se-SE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/se.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/seh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/seh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/seh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ses.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ses.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ses.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Tfng.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Tfng.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi-Tfng.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn-TH.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn-TH.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn-TH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/shn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/si.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/si.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/si.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sid.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sid.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sid.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sk.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/skr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/skr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/skr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma-NO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma-NO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma-NO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sma.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj-NO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj-NO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj-NO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/smn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sms.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sms.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sms.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-DJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-DJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-ET.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-ET.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-ET.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-KE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-KE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/so.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-MK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-MK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-MK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-XK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-XK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq-XK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-BA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-ME.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl-XK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-BA.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-BA.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-BA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-ME.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-ME.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-ME.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-XK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-XK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn-XK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss-SZ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss-SZ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss-SZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ss.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ssy.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ssy.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ssy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st-LS.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st-LS.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st-LS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/st.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/su.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-AX.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-AX.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-AX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-FI.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-FI.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv-FI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-CD.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-CD.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-CD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-KE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-KE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-UG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-UG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw-UG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/sw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr-SY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr-SY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr-SY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/syr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/szl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/szl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/szl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-LK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-LK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-LK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-MY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-MY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-SG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-SG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ta.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/te.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/te.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/te.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo-KE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo-KE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/teo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tg.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tg.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/th.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/th.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/th.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti-ER.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti-ER.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ti.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tig.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tig.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tig.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tk.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn-BW.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn-BW.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn-BW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/to.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/to.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/to.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tok.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tok.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tok.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tpi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tpi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tpi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr-CY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr-CY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr-CY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/trw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ts.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ts.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ts.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tt.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tt.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/twq.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/twq.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/twq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tyv.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tyv.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tyv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tzm.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tzm.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/tzm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ug.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ug.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ug.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uk.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/und.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/und.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/und.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur-IN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur-IN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ur.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Arab.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Cyrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Cyrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/uz.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Vaii.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Vaii.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai-Vaii.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vai.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ve.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ve.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/ve.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vec.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vec.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vec.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vmw.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vmw.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vmw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vun.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vun.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/vun.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wa.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wa.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wae.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wae.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wae.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wal.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wal.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wal.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wbp.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wbp.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wbp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/wo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xnr.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xnr.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xnr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xog.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xog.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/xog.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yav.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yav.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yav.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yi.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yi.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo-BJ.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo-BJ.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo-BJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-CO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-CO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-CO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-VE.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-VE.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl-VE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hans.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hans.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hans.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-CN.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-CN.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-CN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-MO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-MO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue-Hant.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/yue.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/za.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/za.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/za.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zgh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zgh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zgh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-HK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-HK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-HK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-SG.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-SG.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hans.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-HK.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-HK.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-HK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MO.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MO.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MY.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MY.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Hant.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Latn.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Latn.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zu.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zu.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/extra/zu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa-AF.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa-AF.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa-AF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-BF.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-BF.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-BF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-CM.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-CM.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GH.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GH.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GM.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GM.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GW.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GW.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-GW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-LR.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-LR.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-LR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-MR.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-MR.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NE.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NE.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NG.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NG.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-NG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SL.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SL.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SN.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm-SN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Adlm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-CM.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-CM.js +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-GN.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-GN.js +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-BF.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-BF.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-BF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-CM.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-CM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GH.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GM.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GM.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GN.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GW.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-GW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-LR.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-LR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-LR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-MR.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-MR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NE.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-NG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-SL.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-SL.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn-SL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-MR.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-MR.js +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ff.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fi.d.ts +105 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fi.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fil.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fil.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo-DK.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo-DK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo-DK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BE.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BE.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BF.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BF.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BI.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BI.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BJ.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BJ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BL.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BL.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-BL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CA.d.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CD.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CD.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CF.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CF.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CG.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CG.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CH.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CH.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CI.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CI.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CM.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CM.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-CM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DJ.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DJ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DZ.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DZ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-DZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GA.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GF.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GF.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GN.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GN.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GP.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GP.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GP.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GQ.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GQ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-GQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-HT.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-HT.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-HT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-KM.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-KM.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-KM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-LU.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-LU.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-LU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MA.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MC.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MC.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MF.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MF.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MG.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MG.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-ML.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-ML.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-ML.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MQ.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MQ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MR.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MR.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MU.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MU.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-MU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NC.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NC.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NE.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NE.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PF.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PF.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PM.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PM.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-PM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RE.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RE.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RW.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RW.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-RW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SC.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SC.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SN.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SN.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SY.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SY.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-SY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TD.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TD.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TG.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TG.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TN.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TN.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-TN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-VU.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-VU.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-VU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-WF.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-WF.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-WF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-YT.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-YT.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr-YT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr.d.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/frr.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/frr.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/frr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fur.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fur.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fur.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fy.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fy.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/fy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga-GB.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga-GB.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga-GB.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ga.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gaa.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gaa.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gaa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gd.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gd.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez-ER.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez-ER.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gez.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gl.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gl.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/aa-DJ.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/aa-ER.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/aa.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/af-NA.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/af.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/agq.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ak.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/am.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/an.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ann.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/apc.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-AE.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-BH.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-DJ.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-DZ.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-EG.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-EH.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-ER.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-IL.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-IQ.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-JO.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-KM.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-KW.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-LB.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-LY.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-MA.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-MR.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-OM.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-PS.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-QA.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SA.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SD.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SO.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SS.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-SY.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-TD.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-TN.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar-YE.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ar.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/arn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/as.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/asa.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ast.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Arab-IQ.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Arab-TR.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Arab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Cyrl.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az-Latn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/az.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ba.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bal-Arab.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bal-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bal.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bas.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/be-tarask.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/be.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bem.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bew.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bez.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bg.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgc.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-AE.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-AF.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-IR.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn-OM.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bgn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bho.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/blo.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/blt.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bm-Nkoo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bm.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bn-IN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bo-IN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/br.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/brx.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bs-Cyrl.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bs-Latn.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bs.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/bss.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/byn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-AD.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-ES-valencia.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-FR.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca-IT.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ca.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cad.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cch.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ccp-IN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ccp.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ce.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ceb.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cgg.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cho.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/chr.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cic.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ckb-IR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ckb.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/co.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cop.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cs.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/csw.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cu.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/cy.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/da-GL.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/da.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dav.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-AT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-BE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-CH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-IT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-LI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de-LU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/de.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dje.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/doi.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dsb.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dua.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dv.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dyo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/dz.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ebu.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ee-TG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ee.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/el-CY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/el-polyton.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/el.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-001.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-150.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-AU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BB.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-BZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CA.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CC.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CX.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-CZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-DM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-Dsrt.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ER.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ES.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FJ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-FR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GB.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GD.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-GY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-HK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-HU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ID.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IL.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IO.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-IT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-JE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-JM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-KY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-LC.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-LR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-LS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MO.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MP.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MV.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-MY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NA.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NF.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NL.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NO.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-NZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PL.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-PW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-RO.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-RW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SB.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SC.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SD.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SL.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SX.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-SZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-Shaw.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TC.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TO.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TT.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TV.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-TZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-UG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-UM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VC.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-VU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-WS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ZA.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ZM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en-ZW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/en.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/eo.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-419.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-AR.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-BO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-BR.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-BZ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CL.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CR.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-CU.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-DO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-EA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-EC.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-GQ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-GT.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-HN.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-IC.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-MX.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-NI.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PE.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PH.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PR.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-PY.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-SV.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-US.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-UY.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es-VE.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/es.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/et.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/eu.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ewo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fa-AF.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fa.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-BF.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-CM.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-GH.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-GM.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-GW.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-LR.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-MR.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-NE.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-NG.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-SL.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm-SN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Adlm.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-CM.js +74 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-GN.js +74 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-BF.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-CM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GM.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-GW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-LR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-MR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-NE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-NG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn-SL.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-Latn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff-MR.js +74 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ff.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fi.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fil.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fo-DK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fo.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BE.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BF.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BI.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BJ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-BL.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CD.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CF.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CG.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CH.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CI.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-CM.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-DJ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-DZ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GF.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GN.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GP.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-GQ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-HT.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-KM.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-LU.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MC.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MF.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MG.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-ML.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MQ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MR.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-MU.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-NC.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-NE.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-PF.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-PM.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-RE.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-RW.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-SC.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-SN.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-SY.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-TD.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-TG.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-TN.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-VU.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-WF.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr-YT.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fr.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/frr.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fur.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/fy.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ga-GB.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ga.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gaa.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gd.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gez-ER.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gez.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gl.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gsw-FR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gsw-LI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gsw.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gu.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/guz.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/gv.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-Arab-SD.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-Arab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-GH.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha-NE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ha.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/haw.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/he.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hi-Latn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hi.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hnj-Hmnp.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hnj.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hr-BA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hr.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hsb.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ht.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hu.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/hy.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ia.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/id.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ie.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ig.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ii.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/io.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/is.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it-CH.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it-SM.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it-VA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/it.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/iu-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/iu.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ja.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jbo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jgo.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jmc.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/jv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ka.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaa-Cyrl.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaa-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaa.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kab.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kaj.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kam.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kcg.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kde.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kea.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ken.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kgp.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/khq.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ki.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk-Arab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk-Cyrl.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk-KZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kk.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kkj.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kl.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kln.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/km.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ko-CN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ko-KP.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ko.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kok-Deva.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kok-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kok.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kpe-GN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kpe.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ks-Arab.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ks-Deva.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ks.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ksb.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ksf.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ksh.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ku.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kw.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Deva.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Orya.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv-Telu.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/kxv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ky.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/la.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lag.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lb.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lg.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lij.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lkt.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lld.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lmo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln-AO.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln-CF.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln-CG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ln.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lrc-IQ.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lrc.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lt.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ltg.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lu.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/luo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/luy.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/lv.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mai.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mas-TZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mas.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mdf.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mer.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mfe.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mg.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mgh.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mgo.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mhn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mi.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mic.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mk.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ml.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mn-Mong-MN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mn-Mong.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mni-Beng.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mni-Mtei.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mni.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/moh.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mr.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-Arab-BN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-Arab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-BN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-ID.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms-SG.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ms.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mt.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mua.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mus.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/my.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/myv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/mzn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/naq.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nb-SJ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nb.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nd.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nds-NL.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nds.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ne-IN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ne.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-AW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-BE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-BQ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-CW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-SR.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl-SX.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nl.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nmg.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nnh.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/no.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nqo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nr.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nso.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nus.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ny.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/nyn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/oc-ES.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/oc.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/om-KE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/om.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/or.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/os-RU.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/os.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/osa.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pa-Arab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pa-Guru.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pa.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pap-AW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pap.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pcm.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pis.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pl.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/prg.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ps-PK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ps.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-AO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-CH.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-CV.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-GQ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-GW.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-LU.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-MO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-MZ.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-PT.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-ST.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt-TL.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/pt.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/qu-BO.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/qu-EC.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/qu.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/quc.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/raj.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rhg-Rohg-BD.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rhg-Rohg.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rhg.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rif.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rm.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ro-MD.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ro.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rof.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-BY.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-KG.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-KZ.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-MD.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru-UA.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ru.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rw.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/rwk.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sa.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sah.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/saq.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sat-Deva.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sat-Olck.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sat.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sbp.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sc.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/scn.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sd-Arab.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sd-Deva.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sd.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sdh-IQ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sdh.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/se-FI.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/se-SE.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/se.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/seh.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ses.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sg.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shi-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shi-Tfng.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shi.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shn-TH.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/shn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/si.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sid.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sk.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/skr.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sl.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sma-NO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sma.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/smj-NO.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/smj.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/smn.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sms.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so-DJ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so-ET.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so-KE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/so.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sq-MK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sq-XK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sq.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl-BA.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl-ME.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl-XK.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Cyrl.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn-BA.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn-ME.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn-XK.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sr.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ss-SZ.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ss.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ssy.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/st-LS.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/st.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/su-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/su.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sv-AX.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sv-FI.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sv.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw-CD.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw-KE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw-UG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/sw.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/syr-SY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/syr.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/szl.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta-LK.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta-MY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta-SG.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ta.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/te.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/teo-KE.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/teo.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tg.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/th.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ti-ER.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ti.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tig.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tk.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tn-BW.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/to.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tok.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tpi.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tr-CY.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tr.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/trv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/trw.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ts.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tt.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/twq.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tyv.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/tzm.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ug.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uk.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/und.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ur-IN.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ur.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz-Arab.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz-Cyrl.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz-Latn.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/uz.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vai-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vai-Vaii.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vai.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/ve.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vec.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vi.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vmw.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vo.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/vun.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wa.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wae.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wal.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wbp.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/wo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/xh.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/xnr.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/xog.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yav.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yi.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yo-BJ.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yo.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yrl-CO.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yrl-VE.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yrl.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hans.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hant-CN.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hant-MO.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue-Hant.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/yue.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/za.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zgh.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-HK.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-MO.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-MY.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans-SG.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hans.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant-HK.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant-MO.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant-MY.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Hant.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh-Latn.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zh.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/global/zu.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-FR.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-FR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-FR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-LI.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-LI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw-LI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gsw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gu.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gu.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/guz.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/guz.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/guz.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gv.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/gv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab-SD.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab-SD.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab-SD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-GH.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-GH.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-GH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-NE.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-NE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha-NE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ha.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/haw.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/haw.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/haw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/he.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/he.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/he.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi-Latn.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi-Latn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj-Hmnp.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj-Hmnp.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj-Hmnp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hnj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr-BA.d.ts +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr-BA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr-BA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hsb.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hsb.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hsb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ht.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ht.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ht.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hu.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hu.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hy.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hy.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/hy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ia.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ia.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ia.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/id.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/id.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/id.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ie.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ie.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ie.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ig.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ig.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ig.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ii.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ii.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ii.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/io.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/io.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/io.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/is.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/is.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/is.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-CH.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-CH.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-SM.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-SM.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-SM.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-VA.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-VA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it-VA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/it.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/iu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ja.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ja.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ja.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jbo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jbo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jbo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jgo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jgo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jgo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jmc.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jmc.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jmc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jv.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/jv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ka.d.ts +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ka.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ka.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Cyrl.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Cyrl.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kab.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kab.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaj.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaj.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kaj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kam.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kam.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kam.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kcg.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kcg.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kcg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kde.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kde.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kde.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kea.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kea.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kea.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ken.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ken.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ken.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kgp.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kgp.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kgp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/khq.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/khq.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/khq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ki.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ki.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ki.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Arab.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Arab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Cyrl.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Cyrl.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-KZ.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-KZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk-KZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kkj.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kkj.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kkj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kl.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kl.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kln.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kln.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kln.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/km.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/km.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/km.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kn.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-CN.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-CN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-CN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-KP.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-KP.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko-KP.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ko.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Deva.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Deva.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kok.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe-GN.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe-GN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe-GN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kpe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Arab.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Arab.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Deva.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Deva.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ks.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksb.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksb.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksf.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksf.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksf.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksh.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksh.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ksh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ku.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ku.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ku.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kw.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kw.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Deva.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Deva.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Orya.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Orya.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Orya.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Telu.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Telu.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv-Telu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/kxv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ky.d.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ky.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ky.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/la.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/la.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/la.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lag.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lag.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lag.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lb.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lb.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lg.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lg.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lij.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lij.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lij.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lkt.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lkt.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lkt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lld.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lld.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lld.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lmo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lmo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lmo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-AO.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-AO.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-AO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CF.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CF.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CF.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CG.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln-CG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ln.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lo.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc-IQ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc-IQ.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lrc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lt.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lt.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ltg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ltg.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ltg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lu.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lu.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luo.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luy.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luy.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/luy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lv.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lv.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/lv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mai.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mai.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mai.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas-TZ.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas-TZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas-TZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mas.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mdf.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mdf.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mdf.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mer.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mer.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mfe.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mfe.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mfe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mg.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mg.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgh.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgh.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mgo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mhn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mhn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mhn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mi.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mi.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mic.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mic.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mic.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mk.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mk.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ml.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ml.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ml.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong-MN.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong-MN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong-MN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn-Mong.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Beng.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Beng.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Beng.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Mtei.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Mtei.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni-Mtei.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mni.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/moh.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/moh.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/moh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mr.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mr.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab-BN.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab-BN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab-BN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-BN.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-BN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-BN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-ID.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-ID.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-ID.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-SG.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-SG.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ms.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mt.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mt.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mua.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mua.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mua.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mus.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mus.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mus.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/my.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/my.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/my.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/myv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/myv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/myv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mzn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mzn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/mzn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/naq.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/naq.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/naq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb-SJ.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb-SJ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb-SJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nb.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nd.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nd.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds-NL.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds-NL.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds-NL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nds.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne-IN.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne-IN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ne.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-AW.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-AW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-AW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BE.d.ts +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BQ.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BQ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-BQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-CW.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-CW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-CW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SR.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SR.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SR.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SX.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SX.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl-SX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl.d.ts +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nmg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nmg.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nmg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nn.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nnh.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nnh.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nnh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/no.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/no.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/no.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nqo.d.ts +181 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nqo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nqo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nr.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nr.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nso.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nso.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nso.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nus.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nus.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nus.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ny.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ny.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ny.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nyn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nyn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/nyn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc-ES.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc-ES.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc-ES.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/oc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om-KE.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om-KE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/om.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/or.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/or.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/or.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os-RU.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os-RU.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os-RU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/os.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/osa.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/osa.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/osa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Arab.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Arab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Guru.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Guru.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa-Guru.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap-AW.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap-AW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap-AW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pcm.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pcm.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pcm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pis.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pis.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pis.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pl.d.ts +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pl.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/prg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/prg.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/prg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps-PK.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps-PK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps-PK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ps.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-AO.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-AO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-AO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CH.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CH.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CV.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CV.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-CV.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GQ.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GQ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GW.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GW.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-GW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-LU.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-LU.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-LU.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MO.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MZ.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MZ.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-MZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-PT.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-PT.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-PT.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-ST.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-ST.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-ST.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-TL.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-TL.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt-TL.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/pt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-BO.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-BO.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-BO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-EC.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-EC.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu-EC.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/qu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/quc.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/quc.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/quc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/raj.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/raj.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/raj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg-BD.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg-BD.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg-BD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg-Rohg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rhg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rif.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rif.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rif.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rm.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rm.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro-MD.d.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro-MD.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro-MD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ro.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rof.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rof.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rof.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-BY.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-BY.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-BY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KG.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KG.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KZ.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KZ.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-KZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-MD.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-MD.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-MD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-UA.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-UA.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru-UA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ru.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rw.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rw.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rwk.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rwk.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/rwk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sa.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sa.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sah.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sah.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sah.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/saq.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/saq.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/saq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Deva.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Deva.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Olck.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Olck.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat-Olck.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sbp.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sbp.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sbp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sc.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sc.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sc.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/scn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/scn.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/scn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Arab.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Arab.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Deva.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Deva.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd-Deva.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh-IQ.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh-IQ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh-IQ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sdh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-FI.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-FI.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-FI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-SE.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-SE.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se-SE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/se.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/seh.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/seh.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/seh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ses.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ses.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ses.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sg.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Tfng.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Tfng.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi-Tfng.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn-TH.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn-TH.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn-TH.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/shn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/si.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/si.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/si.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sid.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sid.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sid.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sk.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sk.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/skr.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/skr.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/skr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sl.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sl.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma-NO.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma-NO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma-NO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sma.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj-NO.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj-NO.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj-NO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smj.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smn.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/smn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sms.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sms.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sms.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-DJ.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-DJ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-DJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-ET.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-ET.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-ET.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-KE.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-KE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/so.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-MK.d.ts +107 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-MK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-MK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-XK.d.ts +106 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-XK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq-XK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq.d.ts +106 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-BA.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-BA.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-BA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-ME.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-ME.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-ME.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-XK.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-XK.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl-XK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-BA.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-BA.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-BA.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-ME.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-ME.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-ME.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-XK.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-XK.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn-XK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss-SZ.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss-SZ.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss-SZ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ss.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ssy.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ssy.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ssy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st-LS.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st-LS.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st-LS.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/st.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su-Latn.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/su.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-AX.d.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-AX.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-AX.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-FI.d.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-FI.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv-FI.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv.d.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-CD.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-CD.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-CD.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-KE.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-KE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-UG.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-UG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw-UG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/sw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr-SY.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr-SY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr-SY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/syr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/szl.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/szl.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/szl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-LK.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-LK.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-LK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-MY.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-MY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-SG.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-SG.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ta.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/te.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/te.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/te.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo-KE.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo-KE.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo-KE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/teo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tg.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tg.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tg.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/th.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/th.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/th.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti-ER.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti-ER.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti-ER.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ti.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tig.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tig.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tig.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tk.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tk.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn-BW.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn-BW.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn-BW.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/to.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/to.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/to.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tok.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tok.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tok.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tpi.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tpi.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tpi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr-CY.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr-CY.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr-CY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trw.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trw.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/trw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ts.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ts.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ts.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tt.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tt.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/twq.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/twq.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/twq.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tyv.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tyv.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tyv.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tzm.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tzm.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/tzm.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ug.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ug.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ug.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uk.d.ts +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uk.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uk.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/und.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/und.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/und.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur-IN.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur-IN.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur-IN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ur.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Arab.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Arab.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Arab.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Cyrl.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Cyrl.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Cyrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Latn.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Latn.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/uz.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Latn.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Vaii.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Vaii.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai-Vaii.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vai.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ve.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ve.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/ve.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vec.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vec.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vec.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vi.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vi.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vmw.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vmw.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vmw.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vo.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vun.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vun.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/vun.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wa.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wa.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wa.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wae.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wae.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wae.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wal.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wal.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wal.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wbp.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wbp.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wbp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wo.d.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/wo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xh.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xh.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xnr.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xnr.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xnr.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xog.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xog.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/xog.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yav.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yav.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yav.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yi.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yi.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yi.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo-BJ.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo-BJ.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo-BJ.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-CO.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-CO.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-CO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-VE.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-VE.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl-VE.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yrl.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hans.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hans.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hans.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-CN.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-CN.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-CN.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-MO.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-MO.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue-Hant.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/yue.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/za.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/za.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/za.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zgh.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zgh.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zgh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-HK.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-HK.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-HK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MO.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MO.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MY.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MY.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-SG.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-SG.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans-SG.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hans.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-HK.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-HK.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-HK.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MO.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MO.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MO.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MY.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MY.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant-MY.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Hant.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Latn.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Latn.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh-Latn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zh.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zu.d.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zu.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/locales/zu.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/package.json +82 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_common_module-chunk.d.ts +2022 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_module-chunk.d.ts +1108 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_platform_location-chunk.d.ts +115 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/_xhr-chunk.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/common.d.ts +1334 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/http-testing.d.ts +182 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/http.d.ts +4620 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/testing.d.ts +174 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/common/types/upgrade.d.ts +444 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/LICENSE +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/README.md +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/fesm2022/compiler.mjs +29174 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/fesm2022/compiler.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/package.json +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/compiler/types/compiler.d.ts +5857 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/LICENSE +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/README.md +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/event-dispatch-contract.min.js +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_attribute-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs +18577 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_debug_node-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk.mjs +421 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs +2978 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_effect-chunk2.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_not_found-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_resource-chunk.mjs +410 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_resource-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs +102 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_untracked-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/_weak_ref-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/core.mjs +2923 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/core.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-di.mjs +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-di.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs +770 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-event-dispatch.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-signals.mjs +187 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/primitives-signals.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/rxjs-interop.mjs +260 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/rxjs-interop.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/testing.mjs +2509 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/fesm2022/testing.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/package.json +98 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/resources/best-practices.md +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/add-bootstrap-context-to-server-main.cjs +117 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/application-config-core.cjs +84 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/apply_import_manager-CxA_YYgB.cjs +66 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/bootstrap-options-migration.cjs +644 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/cleanup-unused-imports.cjs +321 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/common-to-standalone-migration.cjs +387 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/compiler_host-CY14HvaP.cjs +318 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/control-flow-migration.cjs +1930 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/imports-CVmcbVA9.cjs +110 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/index-BtLcQH8g.cjs +998 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/inject-migration.cjs +1372 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/leading_space-BTPRV0wu.cjs +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/migrate_ts_type_references-MWoZx-Cb.cjs +1971 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ng_component_template-BOuKAnQd.cjs +185 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ng_decorators-DYy6II6x.cjs +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ngclass-to-class-migration.cjs +542 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/ngstyle-to-style-migration.cjs +495 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/nodes-ZSQ7WZRB.cjs +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/output-migration.cjs +602 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/parse_html-C8eKA9px.cjs +132 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/project_paths-D2V-Uh2L.cjs +586 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/project_tsconfig_paths-DkkMibv-.cjs +90 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/property_name-BCpALNpZ.cjs +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/route-lazy-loading.cjs +438 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/router-current-navigation.cjs +103 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/router-last-successful-navigation.cjs +103 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/router-testing-module-migration.cjs +502 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/self-closing-tags-migration.cjs +205 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/signal-input-migration.cjs +1573 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/signal-queries-migration.cjs +1173 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/signals.cjs +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/standalone-migration.cjs +2105 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/bundles/symbol-DZeHSR-V.cjs +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/collection.json +85 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/common-to-standalone-migration/schema.json +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/control-flow-migration/schema.json +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/ngclass-to-class-migration/schema.json +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/ngstyle-to-style-migration/schema.json +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations/router-testing-module-migration/schema.json +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/migrations.json +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/cleanup-unused-imports/schema.json +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/inject-migration/schema.json +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/output-migration/schema.json +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/route-lazy-loading/schema.json +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/self-closing-tags-migration/schema.json +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/signal-input-migration/schema.json +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/signal-queries-migration/schema.json +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/signals/schema.json +66 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/schematics/ng-generate/standalone-migration/schema.json +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_api-chunk.d.ts +320 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_chrome_dev_tools_performance-chunk.d.ts +864 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_discovery-chunk.d.ts +7600 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_effect-chunk.d.ts +42 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_event_dispatcher-chunk.d.ts +372 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_formatter-chunk.d.ts +215 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/_weak_ref-chunk.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/core.d.ts +9438 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/primitives-di.d.ts +117 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/primitives-event-dispatch.d.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/primitives-signals.d.ts +124 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/rxjs-interop.d.ts +201 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/core/types/testing.d.ts +808 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/LICENSE +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/README.md +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_browser-chunk.mjs +431 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_browser-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_dom_renderer-chunk.mjs +780 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/_dom_renderer-chunk.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations-async.mjs +237 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations-async.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations.mjs +186 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/animations.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs +699 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/testing.mjs +125 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/fesm2022/testing.mjs.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/package.json +73 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/_browser-chunk.d.ts +136 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/animations-async.d.ts +90 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/animations.d.ts +126 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/platform-browser.d.ts +889 -0
- package/tests/angular/fixtures/basic-app/node_modules/@angular/platform-browser/types/testing.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/CHANGELOG.md +2750 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/CODE_OF_CONDUCT.md +73 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/LICENSE.txt +202 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/README.md +107 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/ajax/package.json +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.js +6849 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.min.js +195 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/bundles/rxjs.umd.min.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/ajax/index.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/ajax/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/fetch/index.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/fetch/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/index.js +358 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AnyCatcher.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/AsyncSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/BehaviorSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Notification.js +76 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Notification.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/NotificationFactories.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Observable.js +105 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Observable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Operator.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Operator.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js +75 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ReplaySubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Scheduler.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Scheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subject.js +190 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscriber.js +201 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscriber.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscription.js +178 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/Subscription.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/AjaxResponse.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js +253 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/ajax.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/errors.js +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/errors.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/getXHRResponse.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/types.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/ajax/types.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/config.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/config.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/firstValueFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/lastValueFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js +80 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/ConnectableObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallback.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js +103 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindCallbackInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/bindNodeCallback.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js +75 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/combineLatest.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/concat.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/concat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/connectable.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/connectable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/defer.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/defer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js +249 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/WebSocketSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/animationFrames.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/fetch.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/dom/webSocket.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/empty.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/empty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/forkJoin.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/from.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/from.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js +78 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEvent.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromEventPattern.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/fromSubscribable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/generate.js +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/generate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/iif.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/iif.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js +206 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/innerFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/interval.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/interval.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/merge.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/merge.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/never.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/never.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/of.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/of.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/onErrorResumeNext.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/pairs.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/pairs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/partition.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/partition.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/race.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/race.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/range.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/range.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/throwError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/throwError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/timer.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/timer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/using.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/using.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/zip.js +70 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/observable/zip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/OperatorSubscriber.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/audit.js +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/audit.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/auditTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/buffer.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/buffer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js +85 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js +91 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferToggle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/bufferWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/catchError.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/catchError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatest.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/combineLatestWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concat.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/concatWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/connect.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/connect.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/count.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/count.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounce.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/debounceTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/defaultIfEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delay.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/delayWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/dematerialize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinct.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinct.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilChanged.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/distinctUntilKeyChanged.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/elementAt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/endWith.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/endWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/every.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/every.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaust.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/exhaustMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/expand.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/expand.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/filter.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/filter.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/finalize.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/finalize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/find.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/find.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/findIndex.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/first.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/first.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/flatMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js +67 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/groupBy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/ignoreElements.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/isEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/joinAllInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/last.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/last.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/map.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/map.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/materialize.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/materialize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/max.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/max.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/merge.js +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/merge.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js +65 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeScan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/mergeWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/min.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/min.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/multicast.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/multicast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/observeOn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/onErrorResumeNextWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pairwise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/partition.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/partition.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pluck.js +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/pluck.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publish.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publish.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishBehavior.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/publishReplay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/race.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/race.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/raceWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/reduce.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/reduce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/refCount.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/refCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeat.js +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/repeatWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retry.js +73 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retry.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/retryWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sample.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sample.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sampleTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scan.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/scanInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/sequenceEqual.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/share.js +109 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/share.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/shareReplay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/single.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/single.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skip.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipUntil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/skipWhile.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/startWith.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/startWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/subscribeOn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/switchScan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/take.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/take.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeUntil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/takeWhile.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/tap.js +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/tap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttle.js +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throttleTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/throwIfEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeInterval.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeout.js +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeout.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timeoutWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/timestamp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/toArray.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/toArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/window.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/window.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js +67 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js +74 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js +80 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowToggle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js +42 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/windowWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/withLatestFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zip.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/operators/zipWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/schedulePromise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduled/scheduled.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/Action.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AnimationFrameScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js +55 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsapScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js +107 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/AsyncScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js +52 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/QueueScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js +121 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/VirtualTimeScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrame.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/animationFrameProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/asap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/async.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/async.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/dateTimestampProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js +42 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/immediateProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/intervalProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/performanceTimestampProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/queue.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timeoutProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/scheduler/timerHandle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/iterator.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/observable.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/symbol/observable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/ColdObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/HotObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLog.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/SubscriptionLoggable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestMessage.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js +618 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/testing/TestScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/types.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/types.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ArgumentOutOfRangeError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/EmptyError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/Immediate.js +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/Immediate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/NotFoundError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/ObjectUnsubscribedError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/SequenceError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/UnsubscriptionError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/applyMixins.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/args.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/args.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsArgArrayOrObject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/argsOrArgArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/arrRemove.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createErrorClass.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createObject.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/createObject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/errorContext.js +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/errorContext.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/executeSchedule.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/identity.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/identity.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isArrayLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isAsyncIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isDate.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isDate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isFunction.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isFunction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isInteropObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isIterable.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isObservable.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isPromise.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isPromise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js +82 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isReadableStreamLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/isScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/lift.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/lift.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/mapOneOrManyArgs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/noop.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/noop.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/not.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/not.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/pipe.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/pipe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/reportUnhandledError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/subscribeToArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/throwUnobservableError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/workarounds.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/internal/util/workarounds.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/operators/index.js +232 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/operators/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/testing/index.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/testing/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/webSocket/index.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/cjs/webSocket/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/ajax/index.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/ajax/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/fetch/index.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/fetch/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/index.js +169 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AnyCatcher.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AnyCatcher.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AsyncSubject.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/AsyncSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/BehaviorSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Notification.js +70 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Notification.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/NotificationFactories.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/NotificationFactories.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Observable.js +93 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Observable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Operator.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Operator.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ReplaySubject.js +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ReplaySubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Scheduler.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Scheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subject.js +134 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscriber.js +174 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscriber.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscription.js +119 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/Subscription.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/AjaxResponse.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/ajax.js +236 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/ajax.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/errors.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/errors.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/getXHRResponse.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/types.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/ajax/types.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/config.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/config.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/firstValueFrom.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/firstValueFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/lastValueFrom.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/lastValueFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/ConnectableObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallback.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindCallbackInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/bindNodeCallback.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/combineLatest.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/concat.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/concat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/connectable.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/connectable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/defer.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/defer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js +214 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/WebSocketSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/animationFrames.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/fetch.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/dom/webSocket.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/empty.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/empty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/forkJoin.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/from.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/from.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js +52 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEvent.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromEventPattern.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/fromSubscribable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/generate.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/generate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/iif.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/iif.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js +110 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/innerFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/interval.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/interval.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/merge.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/merge.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/never.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/never.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/of.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/of.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/onErrorResumeNext.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/pairs.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/pairs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/partition.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/partition.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/race.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/race.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/range.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/range.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/throwError.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/throwError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/timer.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/timer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/using.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/using.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/zip.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/observable/zip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/OperatorSubscriber.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/audit.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/audit.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/auditTime.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/auditTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/buffer.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/buffer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferToggle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/bufferWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/catchError.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/catchError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineAll.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatest.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/combineLatestWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concat.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatAll.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMap.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatWith.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/concatWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/connect.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/connect.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/count.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/count.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounce.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/debounceTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/defaultIfEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delay.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/delayWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/dematerialize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinct.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinct.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilChanged.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/distinctUntilKeyChanged.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/elementAt.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/elementAt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/endWith.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/endWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/every.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/every.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaust.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaust.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/exhaustMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/expand.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/expand.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/filter.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/filter.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/finalize.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/finalize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/find.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/find.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/findIndex.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/findIndex.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/first.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/first.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/flatMap.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/flatMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/groupBy.js +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/groupBy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/ignoreElements.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/isEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/joinAllInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/last.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/last.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/map.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/map.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mapTo.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/materialize.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/materialize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/max.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/max.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/merge.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/merge.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeScan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/mergeWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/min.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/min.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/multicast.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/multicast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/observeOn.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/observeOn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/onErrorResumeNextWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pairwise.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pairwise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/partition.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/partition.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pluck.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/pluck.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publish.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publish.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishBehavior.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishLast.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/publishReplay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/race.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/race.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/raceWith.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/raceWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/reduce.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/reduce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/refCount.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/refCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeat.js +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js +46 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/repeatWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retry.js +68 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retry.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/retryWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sample.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sample.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sampleTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scan.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/scanInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/sequenceEqual.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/share.js +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/share.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/shareReplay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/single.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/single.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skip.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipLast.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipUntil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/skipWhile.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/startWith.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/startWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/subscribeOn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMap.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchScan.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/switchScan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/take.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/take.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeLast.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeUntil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/takeWhile.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/tap.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/tap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttle.js +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throttleTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/throwIfEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeInterval.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeout.js +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeout.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timeoutWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timestamp.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/timestamp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/toArray.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/toArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/window.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/window.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowCount.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowTime.js +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowToggle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/windowWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/withLatestFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zip.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipWith.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/operators/zipWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/schedulePromise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduled/scheduled.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/Action.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/Action.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AnimationFrameScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsapScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js +82 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/QueueScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js +89 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/VirtualTimeScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrame.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/animationFrameProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/asap.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/asap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/async.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/async.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/dateTimestampProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/immediateProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/intervalProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/performanceTimestampProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/queue.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/queue.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timeoutProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/scheduler/timerHandle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/iterator.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/iterator.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/observable.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/symbol/observable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/ColdObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/HotObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLog.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/SubscriptionLoggable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestMessage.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js +505 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/testing/TestScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/types.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/types.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/umd.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/umd.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ArgumentOutOfRangeError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/EmptyError.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/EmptyError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/Immediate.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/Immediate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/NotFoundError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/ObjectUnsubscribedError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/SequenceError.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/SequenceError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/UnsubscriptionError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/applyMixins.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/applyMixins.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/args.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/args.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsArgArrayOrObject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/argsOrArgArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/arrRemove.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/arrRemove.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createErrorClass.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createObject.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/createObject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/errorContext.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/errorContext.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/executeSchedule.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/identity.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/identity.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isArrayLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isAsyncIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isDate.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isDate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isFunction.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isFunction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isInteropObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isIterable.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isObservable.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isPromise.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isPromise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isReadableStreamLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isScheduler.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/isScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/lift.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/lift.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/mapOneOrManyArgs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/noop.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/noop.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/not.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/not.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/pipe.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/pipe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/reportUnhandledError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/subscribeToArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/throwUnobservableError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/workarounds.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/internal/util/workarounds.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/operators/index.js +114 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/operators/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/testing/index.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/testing/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/webSocket/index.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm/webSocket/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/ajax/index.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/ajax/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/fetch/index.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/fetch/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/index.js +169 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AnyCatcher.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/AsyncSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/BehaviorSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Notification.js +72 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Notification.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/NotificationFactories.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Observable.js +102 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Observable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Operator.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Operator.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ReplaySubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Scheduler.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Scheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subject.js +162 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscriber.js +184 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscriber.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscription.js +143 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/Subscription.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/AjaxResponse.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js +239 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/ajax.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/errors.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/errors.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/getXHRResponse.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/types.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/ajax/types.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/config.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/config.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/firstValueFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/lastValueFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/ConnectableObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallback.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindCallbackInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/bindNodeCallback.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js +70 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/combineLatest.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/concat.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/concat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/connectable.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/connectable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/defer.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/defer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js +221 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/WebSocketSubject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/animationFrames.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/fetch.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/dom/webSocket.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/empty.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/empty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js +47 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/forkJoin.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/from.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/from.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEvent.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromEventPattern.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/generate.js +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/generate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/iif.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/iif.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js +143 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/innerFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/interval.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/interval.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/merge.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/merge.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/never.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/never.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/of.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/of.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/onErrorResumeNext.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/pairs.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/pairs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/partition.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/partition.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/race.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/race.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/range.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/range.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/throwError.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/throwError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/timer.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/timer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/using.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/using.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/zip.js +46 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/observable/zip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/OperatorSubscriber.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/audit.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/audit.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/auditTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/buffer.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/buffer.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js +71 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js +77 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferToggle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/bufferWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/catchError.js +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/catchError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatest.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/combineLatestWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concat.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/concatWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/connect.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/connect.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/count.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/count.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounce.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/debounceTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/defaultIfEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delay.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/delayWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/dematerialize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinct.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinct.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilChanged.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/distinctUntilKeyChanged.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/elementAt.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/endWith.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/endWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/every.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/every.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaust.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/exhaustMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/expand.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/expand.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/filter.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/filter.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/finalize.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/finalize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/find.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/find.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/first.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/first.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/flatMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/groupBy.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/ignoreElements.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/isEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/joinAllInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/last.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/last.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/map.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/map.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/materialize.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/materialize.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/max.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/max.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/merge.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/merge.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeScan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/mergeWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/min.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/min.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/multicast.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/multicast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/observeOn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/onErrorResumeNextWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pairwise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/partition.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/partition.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pluck.js +25 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/pluck.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publish.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publish.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishBehavior.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/publishReplay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/race.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/race.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/raceWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/reduce.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/reduce.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/refCount.js +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/refCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeat.js +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeat.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js +46 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/repeatWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retry.js +69 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retry.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/retryWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sample.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sample.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sampleTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scan.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/scanInternals.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/sequenceEqual.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/share.js +85 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/share.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/shareReplay.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/single.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/single.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skip.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipUntil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/skipWhile.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/startWith.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/startWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/subscribeOn.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchMapTo.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/switchScan.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/take.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/take.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeLast.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeUntil.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/takeWhile.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/tap.js +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/tap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttle.js +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throttleTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/throwIfEmpty.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeInterval.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeout.js +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeout.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timeoutWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/timestamp.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/toArray.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/toArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/window.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/window.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowCount.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js +70 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowTime.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js +66 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowToggle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/windowWhen.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/withLatestFrom.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zip.js +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zip.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipAll.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/operators/zipWith.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleAsyncIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/schedulePromise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduleReadableStreamLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduled/scheduled.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/Action.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AnimationFrameScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsapScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js +90 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/AsyncScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueAction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/QueueScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js +104 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/VirtualTimeScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrame.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/animationFrameProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/asap.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/async.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/async.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/dateTimestampProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/immediateProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/intervalProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/performanceTimestampProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/queue.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timeoutProvider.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/scheduler/timerHandle.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/iterator.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/observable.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/symbol/observable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/ColdObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/HotObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLog.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/SubscriptionLoggable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestMessage.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js +569 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/testing/TestScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/types.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/types.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ArgumentOutOfRangeError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/EmptyError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/Immediate.js +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/Immediate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/NotFoundError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/ObjectUnsubscribedError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/SequenceError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/UnsubscriptionError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/applyMixins.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/args.js +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/args.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsArgArrayOrObject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/argsOrArgArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/arrRemove.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createErrorClass.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createObject.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/createObject.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/errorContext.js +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/errorContext.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/executeSchedule.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/identity.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/identity.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isArrayLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isAsyncIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isDate.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isDate.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isFunction.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isFunction.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isInteropObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isIterable.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isIterable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isObservable.js +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isObservable.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isPromise.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isPromise.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isReadableStreamLike.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/isScheduler.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/lift.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/lift.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/mapOneOrManyArgs.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/noop.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/noop.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/not.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/not.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/pipe.js +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/pipe.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/reportUnhandledError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/subscribeToArray.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/throwUnobservableError.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/workarounds.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/internal/util/workarounds.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/operators/index.js +114 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/operators/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/testing/index.js +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/testing/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/webSocket/index.js +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/esm5/webSocket/index.js.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/ajax/index.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/ajax/index.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/fetch/index.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/fetch/index.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/index.d.ts +173 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/index.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Notification.d.ts +175 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Notification.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/NotificationFactories.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Observable.d.ts +121 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Observable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Operator.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Operator.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Scheduler.d.ts +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Scheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subject.d.ts +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscriber.d.ts +72 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscriber.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscription.d.ts +92 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/Subscription.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts +115 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/AjaxResponse.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts +227 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/ajax.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts +65 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/errors.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/getXHRResponse.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/types.d.ts +200 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/ajax/types.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/config.d.ts +73 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/config.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts +42 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindCallbackInternals.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/concat.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/concat.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/defer.d.ts +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/defer.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts +173 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/WebSocketSubject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts +76 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/fetch.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts +159 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/dom/webSocket.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/empty.d.ts +72 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/empty.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/from.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/from.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/fromSubscribable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/generate.d.ts +314 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/generate.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/iif.d.ts +82 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/iif.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/innerFrom.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/interval.d.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/interval.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/merge.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/merge.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/never.d.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/never.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/of.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/of.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/partition.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/partition.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/race.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/race.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/range.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/range.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts +115 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/timer.d.ts +126 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/timer.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/using.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/using.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/zip.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/observable/zip.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/OperatorSubscriber.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/audit.d.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/audit.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts +46 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concat.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concat.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/connect.d.ts +87 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/connect.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/count.d.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/count.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delay.d.ts +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delay.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/every.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/every.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts +47 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/expand.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/expand.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/filter.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/filter.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/find.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/find.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/first.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/first.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts +119 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/joinAllInternals.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/last.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/last.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/map.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/map.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts +52 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/max.d.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/max.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/merge.d.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/merge.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeInternals.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts +68 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/min.d.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/min.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts +46 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/partition.d.ts +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/partition.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts +18 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publish.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publish.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts +69 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/race.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/race.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts +108 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retry.d.ts +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retry.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sample.d.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sample.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts +46 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scan.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scan.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/scanInternals.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/share.d.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/share.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/single.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/single.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skip.d.ts +36 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skip.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/take.d.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/take.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts +42 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/tap.d.ts +72 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/tap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts +78 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts +255 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts +35 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts +33 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/window.d.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/window.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts +65 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zip.d.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zip.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleArray.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleAsyncIterable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleIterable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleObservable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/schedulePromise.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduleReadableStreamLike.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameAction.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapAction.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueAction.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/animationFrameProvider.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/dateTimestampProvider.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/immediateProvider.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/intervalProvider.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/performanceTimestampProvider.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts +69 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timeoutProvider.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/iterator.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts +88 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/types.d.ts +307 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/types.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts +21 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/Immediate.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/applyMixins.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/args.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/args.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsArgArrayOrObject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/argsOrArgArray.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/arrRemove.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createErrorClass.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createObject.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/createObject.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/errorContext.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/executeSchedule.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/identity.d.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/identity.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isArrayLike.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isAsyncIterable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isDate.d.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isDate.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isFunction.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isInteropObservable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isIterable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isPromise.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isReadableStreamLike.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/isScheduler.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/lift.d.ts +15 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/lift.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/mapOneOrManyArgs.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/noop.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/noop.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/not.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/not.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/pipe.d.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/pipe.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/reportUnhandledError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/subscribeToArray.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/throwUnobservableError.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/internal/util/workarounds.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/operators/index.d.ts +114 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/operators/index.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/testing/index.d.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/testing/index.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/webSocket/index.d.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/dist/types/webSocket/index.d.ts.map +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/fetch/package.json +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/operators/package.json +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/package.json +245 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/Rx.global.js +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/ajax/index.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/fetch/index.ts +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/index.ts +209 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/AnyCatcher.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/AsyncSubject.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/BehaviorSubject.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Notification.ts +238 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/NotificationFactories.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Observable.ts +487 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Operator.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ReplaySubject.ts +110 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Scheduler.ts +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Subject.ts +185 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Subscriber.ts +270 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/Subscription.ts +212 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/AjaxResponse.ts +124 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/ajax.ts +622 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/errors.ts +102 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/getXHRResponse.ts +37 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/ajax/types.ts +235 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/config.ts +84 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/firstValueFrom.ts +75 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/lastValueFrom.ts +76 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/ConnectableObservable.ts +104 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/bindCallback.ts +149 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/bindCallbackInternals.ts +119 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/bindNodeCallback.ts +131 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/combineLatest.ts +300 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/concat.ts +115 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/connectable.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/defer.ts +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/WebSocketSubject.ts +397 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/animationFrames.ts +132 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/fetch.ts +180 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/dom/webSocket.ts +161 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/empty.ts +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/forkJoin.ts +184 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/from.ts +104 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/fromEvent.ts +339 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/fromEventPattern.ts +152 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/fromSubscribable.ts +17 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/generate.ts +387 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/iif.ts +85 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/innerFrom.ts +132 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/interval.ts +57 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/merge.ts +100 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/never.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/of.ts +83 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/onErrorResumeNext.ts +98 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/pairs.ts +80 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/partition.ts +88 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/race.ts +88 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/range.ts +93 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/throwError.ts +125 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/timer.ts +186 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/using.ts +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/observable/zip.ts +117 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts +112 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/audit.ts +96 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/auditTime.ts +55 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/buffer.ts +81 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferCount.ts +120 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferTime.ts +165 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferToggle.ts +102 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/bufferWhen.ts +94 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/catchError.ts +139 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineAll.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineLatest.ts +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineLatestAll.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/combineLatestWith.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concat.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatAll.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatMap.ts +83 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatMapTo.ts +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/concatWith.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/connect.ts +109 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/count.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/debounce.ts +119 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/debounceTime.ts +123 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts +59 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/delay.ts +65 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/delayWhen.ts +103 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/dematerialize.ts +58 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/distinct.ts +79 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts +182 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts +75 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/elementAt.ts +68 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/endWith.ts +68 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/every.ts +66 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/exhaust.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/exhaustAll.ts +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/exhaustMap.ts +100 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/expand.ts +95 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/filter.ts +75 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/finalize.ts +75 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/find.ts +96 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/findIndex.ts +63 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/first.ts +93 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/flatMap.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/groupBy.ts +288 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/ignoreElements.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/isEmpty.ts +82 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/joinAllInternals.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/last.ts +91 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/map.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mapTo.ts +48 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/materialize.ts +73 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/max.ts +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/merge.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeAll.ts +66 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeInternals.ts +149 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeMap.ts +94 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeMapTo.ts +74 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeScan.ts +92 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/mergeWith.ts +49 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/min.ts +54 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/multicast.ts +98 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/observeOn.ts +70 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/onErrorResumeNextWith.ts +99 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/pairwise.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/partition.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/pluck.ts +106 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publish.ts +93 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publishBehavior.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publishLast.ts +76 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/publishReplay.ts +96 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/race.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/raceWith.ts +40 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/reduce.ts +61 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/refCount.ts +119 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/repeat.ts +172 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/repeatWhen.ts +125 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/retry.ts +168 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/retryWhen.ts +113 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/sample.ts +72 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/sampleTime.ts +51 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/scan.ts +95 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/scanInternals.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/sequenceEqual.ts +146 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/share.ts +267 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/shareReplay.ts +173 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/single.ts +121 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skip.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skipLast.ts +95 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skipUntil.ts +69 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/skipWhile.ts +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/startWith.ts +67 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/subscribeOn.ts +67 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchAll.ts +65 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchMap.ts +132 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchMapTo.ts +64 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/switchScan.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/take.ts +71 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/takeLast.ts +81 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/takeUntil.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/takeWhile.ts +66 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/tap.ts +215 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/throttle.ts +143 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/throttleTime.ts +62 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/throwIfEmpty.ts +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timeInterval.ts +67 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timeout.ts +403 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timeoutWith.ts +116 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/timestamp.ts +39 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/toArray.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/window.ts +98 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowCount.ts +129 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowTime.ts +207 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowToggle.ts +132 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/windowWhen.ts +125 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/withLatestFrom.ts +111 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/zip.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/zipAll.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/operators/zipWith.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleArray.ts +27 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts +60 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/schedulePromise.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduled/scheduled.ts +50 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/Action.ts +34 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts +43 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsapAction.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsapScheduler.ts +38 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsyncAction.ts +150 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts +52 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/QueueAction.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts +4 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/VirtualTimeScheduler.ts +128 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/animationFrame.ts +41 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/asap.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/async.ts +56 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/immediateProvider.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/intervalProvider.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/performanceTimestampProvider.ts +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/queue.ts +72 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts +31 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/scheduler/timerHandle.ts +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/symbol/iterator.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/symbol/observable.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/ColdObservable.ts +52 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/HotObservable.ts +53 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/SubscriptionLog.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/SubscriptionLoggable.ts +22 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/TestMessage.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/testing/TestScheduler.ts +690 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/types.ts +371 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/umd.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/ArgumentOutOfRangeError.ts +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/EmptyError.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/Immediate.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/NotFoundError.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts +29 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/SequenceError.ts +26 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/UnsubscriptionError.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/applyMixins.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/args.ts +19 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts +30 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/argsOrArgArray.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/arrRemove.ts +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/createErrorClass.ts +20 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/createObject.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/errorContext.ts +42 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/executeSchedule.ts +44 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/identity.ts +45 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isArrayLike.ts +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isAsyncIterable.ts +5 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isDate.ts +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isFunction.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isInteropObservable.ts +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isIterable.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isObservable.ts +13 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isPromise.ts +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isReadableStreamLike.ts +23 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/isScheduler.ts +6 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/lift.ts +32 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts +16 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/noop.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/not.ts +3 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/pipe.ts +95 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/reportUnhandledError.ts +24 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/subscribeToArray.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/throwUnobservableError.ts +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/internal/util/workarounds.ts +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/operators/index.ts +114 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/testing/index.ts +1 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.base.json +12 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.cjs.json +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.cjs.spec.json +10 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.esm.json +9 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.esm5.json +11 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.esm5.rollup.json +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.types.json +14 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/tsconfig.types.spec.json +7 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/src/webSocket/index.ts +2 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/testing/package.json +8 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/tsconfig.json +28 -0
- package/tests/angular/fixtures/basic-app/node_modules/rxjs/webSocket/package.json +8 -0
- package/tests/angular/fixtures/basic-app/src/app.component.ts +17 -0
- package/tests/angular/fixtures/basic-app/tsconfig.json +21 -0
- package/tests/angular/hmr-candidates.spec.ts +158 -0
- package/tests/angular/migration-cleanup.spec.ts +59 -0
- package/tests/angular/scss-compiler-async.spec.ts +54 -0
- package/tests/angular/vite-angular-plugin-hmr-fallback.spec.ts +305 -0
- package/tests/angular/vite-angular-plugin-hmr.spec.ts +226 -0
- package/tests/angular/vite-angular-plugin-lint.spec.ts +186 -0
- package/tests/angular/vite-angular-plugin.spec.ts +221 -0
- package/tests/angular/vite-postcss-inline-plugin.spec.ts +50 -0
- package/tests/capacitor/capacitor-build.spec.ts +412 -0
- package/tests/capacitor/capacitor-icon.spec.ts +265 -0
- package/tests/capacitor/capacitor-init.spec.ts +655 -0
- package/tests/capacitor/capacitor-run.spec.ts +270 -0
- package/tests/capacitor/capacitor-workspace.spec.ts +190 -0
- package/tests/commands/check.spec.ts +443 -0
- package/tests/commands/dev.spec.ts +53 -0
- package/tests/commands/lint.spec.ts +243 -0
- package/tests/commands/publish.spec.ts +1227 -0
- package/tests/commands/typecheck.spec.ts +845 -0
- package/tests/commands/watch.spec.ts +53 -0
- package/tests/electron/electron.spec.ts +583 -0
- package/tests/engines/base-engine.spec.ts +298 -0
- package/tests/engines/engine-lint-integration.spec.ts +186 -0
- package/tests/engines/engine-selection.spec.ts +249 -0
- package/tests/engines/ngtsc-engine.spec.ts +274 -0
- package/tests/engines/server-esbuild-engine.spec.ts +256 -0
- package/tests/engines/tsc-engine.spec.ts +213 -0
- package/tests/engines/vite-engine-lint.spec.ts +120 -0
- package/tests/engines/vite-engine.spec.ts +516 -0
- package/tests/infra/result-collector.spec.ts +46 -0
- package/tests/infra/signal-handler.spec.ts +32 -0
- package/tests/infra/worker-manager.spec.ts +63 -0
- package/tests/orchestrators/build-orchestrator.spec.ts +1190 -0
- package/tests/orchestrators/dev-watch-orchestrator.spec.ts +1616 -0
- package/tests/sd-cli-entry.spec.ts +87 -0
- package/tests/utils/angular-build.spec.ts +114 -0
- package/tests/utils/angular-compiler-emit.spec.ts +570 -0
- package/tests/utils/angular-compiler-init.spec.ts +705 -0
- package/tests/utils/angular-compiler-update.spec.ts +293 -0
- package/tests/utils/angular-compiler.spec.ts +151 -0
- package/tests/utils/build-env.spec.ts +33 -0
- package/tests/utils/concurrency.spec.ts +65 -0
- package/tests/utils/copy-src.spec.ts +144 -0
- package/tests/utils/engine-stop.spec.ts +56 -0
- package/tests/utils/esbuild-config.spec.ts +186 -0
- package/tests/utils/external-modules.spec.ts +230 -0
- package/tests/utils/generate-pwa-icons.spec.ts +98 -0
- package/tests/utils/lint-utils.spec.ts +87 -0
- package/tests/utils/lint-with-program.spec.ts +409 -0
- package/tests/utils/ngtsc-build-core-angular-compiler.spec.ts +173 -0
- package/tests/utils/ngtsc-build-core-transform-stylesheet.spec.ts +124 -0
- package/tests/utils/ngtsc-build-core-write-emit.spec.ts +648 -0
- package/tests/utils/ngtsc-scss-config.spec.ts +26 -0
- package/tests/utils/ngtsc-scss-refactor.spec.ts +47 -0
- package/tests/utils/orchestrator-utils.spec.ts +112 -0
- package/tests/utils/output-path-rewriter.spec.ts +232 -0
- package/tests/utils/output-utils.spec.ts +134 -0
- package/tests/utils/package-utils.spec.ts +305 -0
- package/tests/utils/rebuild-manager.spec.ts +30 -27
- package/tests/utils/replace-deps.spec.ts +69 -0
- package/tests/utils/scss-compiler.spec.ts +131 -0
- package/tests/utils/sd-config.spec.ts +77 -0
- package/tests/utils/tsc-build.spec.ts +501 -0
- package/tests/utils/tsconfig-angular.spec.ts +9 -0
- package/tests/utils/typecheck-env.spec.ts +175 -0
- package/tests/utils/typecheck-non-package.spec.ts +120 -0
- package/tests/utils/vite-config.spec.ts +513 -0
- package/tests/utils/vite-scope-watch-plugin.spec.ts +158 -0
- package/tests/utils/worker-events.spec.ts +155 -0
- package/tests/utils/worker-utils.spec.ts +111 -0
- package/tests/vitest-plugin-cwd.spec.ts +68 -0
- package/tests/vitest-plugin.spec.ts +103 -0
- package/tests/workers/library-build-lint.spec.ts +121 -0
- package/tests/workers/library-build-worker.spec.ts +291 -0
- package/tests/workers/ngtsc-build-lint.spec.ts +167 -0
- package/tests/workers/ngtsc-build-worker.spec.ts +187 -0
- package/tests/workers/server-build-lint.spec.ts +157 -0
- package/tests/workers/server-build-worker.spec.ts +748 -0
- package/tests/workers/server-runtime-worker.spec.ts +282 -0
- package/dist/builders/BaseBuilder.d.ts +0 -88
- package/dist/builders/BaseBuilder.d.ts.map +0 -1
- package/dist/builders/BaseBuilder.js +0 -142
- package/dist/builders/BaseBuilder.js.map +0 -6
- package/dist/builders/DtsBuilder.d.ts +0 -22
- package/dist/builders/DtsBuilder.d.ts.map +0 -1
- package/dist/builders/DtsBuilder.js +0 -72
- package/dist/builders/DtsBuilder.js.map +0 -6
- package/dist/builders/LibraryBuilder.d.ts +0 -22
- package/dist/builders/LibraryBuilder.d.ts.map +0 -1
- package/dist/builders/LibraryBuilder.js +0 -85
- package/dist/builders/LibraryBuilder.js.map +0 -6
- package/dist/builders/types.d.ts +0 -55
- package/dist/builders/types.d.ts.map +0 -1
- package/dist/builders/types.js +0 -1
- package/dist/builders/types.js.map +0 -6
- package/dist/commands/device.d.ts +0 -22
- package/dist/commands/device.d.ts.map +0 -1
- package/dist/commands/device.js +0 -98
- package/dist/commands/device.js.map +0 -6
- package/dist/commands/init.d.ts +0 -14
- package/dist/commands/init.d.ts.map +0 -1
- package/dist/commands/init.js +0 -72
- package/dist/commands/init.js.map +0 -6
- package/dist/orchestrators/DevOrchestrator.d.ts +0 -83
- package/dist/orchestrators/DevOrchestrator.d.ts.map +0 -1
- package/dist/orchestrators/DevOrchestrator.js +0 -540
- package/dist/orchestrators/DevOrchestrator.js.map +0 -6
- package/dist/orchestrators/WatchOrchestrator.d.ts +0 -57
- package/dist/orchestrators/WatchOrchestrator.d.ts.map +0 -1
- package/dist/orchestrators/WatchOrchestrator.js +0 -199
- package/dist/orchestrators/WatchOrchestrator.js.map +0 -6
- package/dist/utils/tailwind-config-deps.d.ts +0 -8
- package/dist/utils/tailwind-config-deps.d.ts.map +0 -1
- package/dist/utils/tailwind-config-deps.js +0 -82
- package/dist/utils/tailwind-config-deps.js.map +0 -6
- package/dist/utils/template.d.ts +0 -14
- package/dist/utils/template.d.ts.map +0 -1
- package/dist/utils/template.js +0 -33
- package/dist/utils/template.js.map +0 -6
- package/dist/workers/dts.worker.d.ts +0 -75
- package/dist/workers/dts.worker.d.ts.map +0 -1
- package/dist/workers/dts.worker.js +0 -270
- package/dist/workers/dts.worker.js.map +0 -6
- package/dist/workers/library.worker.d.ts +0 -75
- package/dist/workers/library.worker.d.ts.map +0 -1
- package/dist/workers/library.worker.js +0 -166
- package/dist/workers/library.worker.js.map +0 -6
- package/dist/workers/server.worker.d.ts +0 -95
- package/dist/workers/server.worker.d.ts.map +0 -1
- package/dist/workers/server.worker.js +0 -482
- package/dist/workers/server.worker.js.map +0 -6
- package/src/builders/BaseBuilder.ts +0 -218
- package/src/builders/DtsBuilder.ts +0 -92
- package/src/builders/LibraryBuilder.ts +0 -110
- package/src/builders/types.ts +0 -60
- package/src/commands/device.ts +0 -140
- package/src/commands/init.ts +0 -113
- package/src/orchestrators/DevOrchestrator.ts +0 -744
- package/src/orchestrators/WatchOrchestrator.ts +0 -277
- package/src/utils/tailwind-config-deps.ts +0 -98
- package/src/utils/template.ts +0 -56
- package/src/workers/dts.worker.ts +0 -453
- package/src/workers/library.worker.ts +0 -316
- package/src/workers/server.worker.ts +0 -734
- package/templates/init/.gitignore.hbs +0 -34
- package/templates/init/.npmrc.hbs +0 -1
- package/templates/init/.prettierignore +0 -1
- package/templates/init/.prettierrc.yaml +0 -12
- package/templates/init/eslint.config.ts +0 -15
- package/templates/init/mise.toml +0 -3
- package/templates/init/package.json.hbs +0 -32
- package/templates/init/packages/client-admin/index.html.hbs +0 -144
- package/templates/init/packages/client-admin/package.json.hbs +0 -27
- package/templates/init/packages/client-admin/public/assets/logo-landscape.png +0 -0
- package/templates/init/packages/client-admin/public/assets/logo.png +0 -0
- package/templates/init/packages/client-admin/public/favicon.ico +0 -0
- package/templates/init/packages/client-admin/src/App.tsx +0 -42
- package/templates/init/packages/client-admin/src/dev/DevDialog.tsx +0 -34
- package/templates/init/packages/client-admin/src/events/AuthChangeEvent.ts +0 -3
- package/templates/init/packages/client-admin/src/main.css +0 -4
- package/templates/init/packages/client-admin/src/main.tsx.hbs +0 -146
- package/templates/init/packages/client-admin/src/providers/AppServiceProvider.tsx.hbs +0 -103
- package/templates/init/packages/client-admin/src/providers/AppStructureProvider.tsx +0 -84
- package/templates/init/packages/client-admin/src/providers/AuthProvider.tsx.hbs +0 -96
- package/templates/init/packages/client-admin/src/providers/configureSharedData.ts.hbs +0 -67
- package/templates/init/packages/client-admin/src/views/auth/LoginView.tsx +0 -132
- package/templates/init/packages/client-admin/src/views/home/HomeView.tsx +0 -108
- package/templates/init/packages/client-admin/src/views/home/base/employee/EmployeeDetail.tsx.hbs +0 -243
- package/templates/init/packages/client-admin/src/views/home/base/employee/EmployeeSheet.tsx.hbs +0 -271
- package/templates/init/packages/client-admin/src/views/home/base/role-permission/RoleDetail.tsx.hbs +0 -146
- package/templates/init/packages/client-admin/src/views/home/base/role-permission/RolePermissionDetail.tsx.hbs +0 -121
- package/templates/init/packages/client-admin/src/views/home/base/role-permission/RolePermissionView.tsx +0 -52
- package/templates/init/packages/client-admin/src/views/home/base/role-permission/RoleSheet.tsx.hbs +0 -125
- package/templates/init/packages/client-admin/src/views/home/main/MainView.tsx.hbs +0 -13
- package/templates/init/packages/client-admin/src/views/home/my-info/MyInfoDetail.tsx.hbs +0 -241
- package/templates/init/packages/client-admin/src/views/home/system/system-log/SystemLogSheet.tsx.hbs +0 -169
- package/templates/init/packages/client-admin/src/views/not-found/NotFoundView.tsx +0 -15
- package/templates/init/packages/client-admin/tailwind.config.ts +0 -10
- package/templates/init/packages/db-main/package.json.hbs +0 -13
- package/templates/init/packages/db-main/src/MainDbContext.ts +0 -22
- package/templates/init/packages/db-main/src/dataLogExt.ts +0 -127
- package/templates/init/packages/db-main/src/index.ts +0 -14
- package/templates/init/packages/db-main/src/tables/base/Employee.ts +0 -24
- package/templates/init/packages/db-main/src/tables/base/EmployeeConfig.ts +0 -13
- package/templates/init/packages/db-main/src/tables/base/Role.ts +0 -9
- package/templates/init/packages/db-main/src/tables/base/RolePermission.ts +0 -13
- package/templates/init/packages/db-main/src/tables/system/_DataLog.ts +0 -19
- package/templates/init/packages/db-main/src/tables/system/_Log.ts +0 -16
- package/templates/init/packages/server/package.json.hbs +0 -20
- package/templates/init/packages/server/public-dev/dev//354/264/210/352/270/260/355/231/224.xlsx +0 -0
- package/templates/init/packages/server/src/index.ts +0 -4
- package/templates/init/packages/server/src/main.ts.hbs +0 -34
- package/templates/init/packages/server/src/services/AuthService.ts.hbs +0 -171
- package/templates/init/packages/server/src/services/DevService.ts.hbs +0 -94
- package/templates/init/packages/server/src/services/EmployeeService.ts.hbs +0 -122
- package/templates/init/packages/server/src/services/RoleService.ts.hbs +0 -59
- package/templates/init/pnpm-workspace.yaml +0 -15
- package/templates/init/sd.config.ts.hbs +0 -48
- package/templates/init/tsconfig.json.hbs +0 -39
- package/templates/init/vitest.config.ts +0 -36
- package/tests/capacitor-exclude.spec.ts +0 -78
- package/tests/capacitor.spec.ts +0 -49
- package/tests/copy-src.spec.ts +0 -50
- package/tests/electron-exclude.spec.ts +0 -61
- package/tests/get-compiler-options-for-package.spec.ts +0 -80
- package/tests/get-package-source-files.spec.ts +0 -139
- package/tests/get-types-from-package-json.spec.ts +0 -92
- package/tests/infra/ResultCollector.spec.ts +0 -30
- package/tests/infra/SignalHandler.spec.ts +0 -38
- package/tests/infra/WorkerManager.spec.ts +0 -63
- package/tests/load-ignore-patterns.spec.ts +0 -163
- package/tests/load-sd-config.spec.ts +0 -100
- package/tests/package-utils.spec.ts +0 -188
- package/tests/parse-root-tsconfig.spec.ts +0 -89
- package/tests/publish-config-narrowing.spec.ts +0 -20
- package/tests/replace-deps.spec.ts +0 -308
- package/tests/run-lint.spec.ts +0 -366
- package/tests/run-typecheck.spec.ts +0 -544
- package/tests/run-watch.spec.ts +0 -76
- package/tests/sd-cli.spec.ts +0 -265
- package/tests/sd-public-dev-plugin-mime.spec.ts +0 -19
- package/tests/tailwind-config-deps.spec.ts +0 -30
- package/tests/template.spec.ts +0 -70
- package/tests/vite-config-exclude.spec.ts +0 -35
- package/tests/vite-config-outdir.spec.ts +0 -38
- package/tests/write-changed-output-files.spec.ts +0 -97
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_common_module-chunk.mjs","sources":["../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/location/hash_location_strategy.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/currencies.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/locale_data_api.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/format_date.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/format_number.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/i18n/localization.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_class.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_component_outlet.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_for_of.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_if.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_switch.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_plural.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_style.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/ng_template_outlet.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/directives/index.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/utils.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/async_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/case_conversion_pipes.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/date_pipe_config.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/date_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/i18n_plural_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/i18n_select_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/json_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/keyvalue_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/number_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/slice_pipe.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/pipes/index.ts","../../../../../darwin_arm64-fastbuild-ST-fdfa778d11ba/bin/packages/common/src/common_module.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Inject, Injectable, OnDestroy, Optional} from '@angular/core';\n\nimport {APP_BASE_HREF, LocationStrategy} from './location_strategy';\nimport {LocationChangeListener, PlatformLocation} from './platform_location';\nimport {joinWithSlash, normalizeQueryParams} from './util';\n\n/**\n * @description\n * A {@link LocationStrategy} used to configure the {@link Location} service to\n * represent its state in the\n * [hash fragment](https://en.wikipedia.org/wiki/Uniform_Resource_Locator#Syntax)\n * of the browser's URL.\n *\n * For instance, if you call `location.go('/foo')`, the browser's URL will become\n * `example.com#/foo`.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/location/ts/hash_location_component.ts region='LocationComponent'}\n *\n * @publicApi\n */\n@Injectable()\nexport class HashLocationStrategy extends LocationStrategy implements OnDestroy {\n private _baseHref: string = '';\n private _removeListenerFns: (() => void)[] = [];\n\n constructor(\n private _platformLocation: PlatformLocation,\n @Optional() @Inject(APP_BASE_HREF) _baseHref?: string,\n ) {\n super();\n if (_baseHref != null) {\n this._baseHref = _baseHref;\n }\n }\n\n /** @docs-private */\n ngOnDestroy(): void {\n while (this._removeListenerFns.length) {\n this._removeListenerFns.pop()!();\n }\n }\n\n override onPopState(fn: LocationChangeListener): void {\n this._removeListenerFns.push(\n this._platformLocation.onPopState(fn),\n this._platformLocation.onHashChange(fn),\n );\n }\n\n override getBaseHref(): string {\n return this._baseHref;\n }\n\n override path(includeHash: boolean = false): string {\n // the hash value is always prefixed with a `#`\n // and if it is empty then it will stay empty\n const path = this._platformLocation.hash ?? '#';\n\n return path.length > 0 ? path.substring(1) : path;\n }\n\n override prepareExternalUrl(internal: string): string {\n const url = joinWithSlash(this._baseHref, internal);\n return url.length > 0 ? '#' + url : url;\n }\n\n override pushState(state: any, title: string, path: string, queryParams: string) {\n const url =\n this.prepareExternalUrl(path + normalizeQueryParams(queryParams)) ||\n this._platformLocation.pathname;\n this._platformLocation.pushState(state, title, url);\n }\n\n override replaceState(state: any, title: string, path: string, queryParams: string) {\n const url =\n this.prepareExternalUrl(path + normalizeQueryParams(queryParams)) ||\n this._platformLocation.pathname;\n this._platformLocation.replaceState(state, title, url);\n }\n\n override forward(): void {\n this._platformLocation.forward();\n }\n\n override back(): void {\n this._platformLocation.back();\n }\n\n override getState(): unknown {\n return this._platformLocation.getState();\n }\n\n override historyGo(relativePosition: number = 0): void {\n this._platformLocation.historyGo?.(relativePosition);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n// THIS CODE IS GENERATED - DO NOT MODIFY.\nexport type CurrenciesSymbols = [string] | [string | undefined, string];\n\n/** @internal */\nexport const CURRENCIES_EN: {[code: string]: CurrenciesSymbols | [string | undefined, string | undefined, number]} = {\"ADP\":[undefined,undefined,0],\"AFN\":[undefined,\"؋\",0],\"ALL\":[undefined,undefined,0],\"AMD\":[undefined,\"֏\",2],\"AOA\":[undefined,\"Kz\"],\"ARS\":[undefined,\"$\"],\"AUD\":[\"A$\",\"$\"],\"AZN\":[undefined,\"₼\"],\"BAM\":[undefined,\"KM\"],\"BBD\":[undefined,\"$\"],\"BDT\":[undefined,\"৳\"],\"BHD\":[undefined,undefined,3],\"BIF\":[undefined,undefined,0],\"BMD\":[undefined,\"$\"],\"BND\":[undefined,\"$\"],\"BOB\":[undefined,\"Bs\"],\"BRL\":[\"R$\"],\"BSD\":[undefined,\"$\"],\"BWP\":[undefined,\"P\"],\"BYN\":[undefined,undefined,2],\"BYR\":[undefined,undefined,0],\"BZD\":[undefined,\"$\"],\"CAD\":[\"CA$\",\"$\",2],\"CHF\":[undefined,undefined,2],\"CLF\":[undefined,undefined,4],\"CLP\":[undefined,\"$\",0],\"CNY\":[\"CN¥\",\"¥\"],\"COP\":[undefined,\"$\",2],\"CRC\":[undefined,\"₡\",2],\"CUC\":[undefined,\"$\"],\"CUP\":[undefined,\"$\"],\"CZK\":[undefined,\"Kč\",2],\"DJF\":[undefined,undefined,0],\"DKK\":[undefined,\"kr\",2],\"DOP\":[undefined,\"$\"],\"EGP\":[undefined,\"E£\"],\"ESP\":[undefined,\"₧\",0],\"EUR\":[\"€\"],\"FJD\":[undefined,\"$\"],\"FKP\":[undefined,\"£\"],\"GBP\":[\"£\"],\"GEL\":[undefined,\"₾\"],\"GHS\":[undefined,\"GH₵\"],\"GIP\":[undefined,\"£\"],\"GNF\":[undefined,\"FG\",0],\"GTQ\":[undefined,\"Q\"],\"GYD\":[undefined,\"$\",2],\"HKD\":[\"HK$\",\"$\"],\"HNL\":[undefined,\"L\"],\"HRK\":[undefined,\"kn\"],\"HUF\":[undefined,\"Ft\",2],\"IDR\":[undefined,\"Rp\",2],\"ILS\":[\"₪\"],\"INR\":[\"₹\"],\"IQD\":[undefined,undefined,0],\"IRR\":[undefined,undefined,0],\"ISK\":[undefined,\"kr\",0],\"ITL\":[undefined,undefined,0],\"JMD\":[undefined,\"$\"],\"JOD\":[undefined,undefined,3],\"JPY\":[\"¥\",undefined,0],\"KGS\":[undefined,\"⃀\"],\"KHR\":[undefined,\"៛\"],\"KMF\":[undefined,\"CF\",0],\"KPW\":[undefined,\"₩\",0],\"KRW\":[\"₩\",undefined,0],\"KWD\":[undefined,undefined,3],\"KYD\":[undefined,\"$\"],\"KZT\":[undefined,\"₸\"],\"LAK\":[undefined,\"₭\",0],\"LBP\":[undefined,\"L£\",0],\"LKR\":[undefined,\"Rs\"],\"LRD\":[undefined,\"$\"],\"LTL\":[undefined,\"Lt\"],\"LUF\":[undefined,undefined,0],\"LVL\":[undefined,\"Ls\"],\"LYD\":[undefined,undefined,3],\"MGA\":[undefined,\"Ar\",0],\"MGF\":[undefined,undefined,0],\"MMK\":[undefined,\"K\",0],\"MNT\":[undefined,\"₮\",2],\"MRO\":[undefined,undefined,0],\"MUR\":[undefined,\"Rs\",2],\"MXN\":[\"MX$\",\"$\"],\"MYR\":[undefined,\"RM\"],\"NAD\":[undefined,\"$\"],\"NGN\":[undefined,\"₦\"],\"NIO\":[undefined,\"C$\"],\"NOK\":[undefined,\"kr\",2],\"NPR\":[undefined,\"Rs\"],\"NZD\":[\"NZ$\",\"$\"],\"OMR\":[undefined,undefined,3],\"PHP\":[\"₱\"],\"PKR\":[undefined,\"Rs\",2],\"PLN\":[undefined,\"zł\"],\"PYG\":[undefined,\"₲\",0],\"RON\":[undefined,\"lei\"],\"RSD\":[undefined,undefined,0],\"RUB\":[undefined,\"₽\"],\"RWF\":[undefined,\"RF\",0],\"SBD\":[undefined,\"$\"],\"SEK\":[undefined,\"kr\",2],\"SGD\":[undefined,\"$\"],\"SHP\":[undefined,\"£\"],\"SLE\":[undefined,undefined,2],\"SLL\":[undefined,undefined,0],\"SOS\":[undefined,undefined,0],\"SRD\":[undefined,\"$\"],\"SSP\":[undefined,\"£\"],\"STD\":[undefined,undefined,0],\"STN\":[undefined,\"Db\"],\"SYP\":[undefined,\"£\",0],\"THB\":[undefined,\"฿\"],\"TMM\":[undefined,undefined,0],\"TND\":[undefined,undefined,3],\"TOP\":[undefined,\"T$\"],\"TRL\":[undefined,undefined,0],\"TRY\":[undefined,\"₺\"],\"TTD\":[undefined,\"$\"],\"TWD\":[\"NT$\",\"$\",2],\"TZS\":[undefined,undefined,2],\"UAH\":[undefined,\"₴\"],\"UGX\":[undefined,undefined,0],\"USD\":[\"$\"],\"UYI\":[undefined,undefined,0],\"UYU\":[undefined,\"$\"],\"UYW\":[undefined,undefined,4],\"UZS\":[undefined,undefined,2],\"VEF\":[undefined,\"Bs\",2],\"VND\":[\"₫\",undefined,0],\"VUV\":[undefined,undefined,0],\"XAF\":[\"FCFA\",undefined,0],\"XCD\":[\"EC$\",\"$\"],\"XCG\":[\"Cg.\"],\"XOF\":[\"F CFA\",undefined,0],\"XPF\":[\"CFPF\",undefined,0],\"XXX\":[\"¤\"],\"YER\":[undefined,undefined,0],\"ZAR\":[undefined,\"R\"],\"ZMK\":[undefined,undefined,0],\"ZMW\":[undefined,\"ZK\"],\"ZWD\":[undefined,undefined,0]};\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ɵCurrencyIndex,\n ɵExtraLocaleDataIndex,\n ɵfindLocaleData,\n ɵgetLocaleCurrencyCode,\n ɵgetLocalePluralCase,\n ɵLocaleDataIndex,\n ɵRuntimeError as RuntimeError,\n} from '@angular/core';\n\nimport {CURRENCIES_EN, CurrenciesSymbols} from './currencies';\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * Format styles that can be used to represent numbers.\n * @see {@link getLocaleNumberFormat}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated `getLocaleNumberFormat` is deprecated\n */\nexport enum NumberFormatStyle {\n Decimal,\n Percent,\n Currency,\n Scientific,\n}\n\n/**\n * Plurality cases used for translating plurals to different languages.\n *\n * @see {@link NgPlural}\n * @see {@link NgPluralCase}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated `getLocalePluralCase` is deprecated\n */\nexport enum Plural {\n Zero = 0,\n One = 1,\n Two = 2,\n Few = 3,\n Many = 4,\n Other = 5,\n}\n\n/**\n * Context-dependant translation forms for strings.\n * Typically the standalone version is for the nominative form of the word,\n * and the format version is used for the genitive case.\n * @see [CLDR website](http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Standalone-vs.-Format-Styles)\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated locale data getters are deprecated\n */\nexport enum FormStyle {\n Format,\n Standalone,\n}\n\n/**\n * String widths available for translations.\n * The specific character widths are locale-specific.\n * Examples are given for the word \"Sunday\" in English.\n *\n * @publicApi\n *\n * @deprecated locale data getters are deprecated\n */\nexport enum TranslationWidth {\n /** 1 character for `en-US`. For example: 'S' */\n Narrow,\n /** 3 characters for `en-US`. For example: 'Sun' */\n Abbreviated,\n /** Full length for `en-US`. For example: \"Sunday\" */\n Wide,\n /** 2 characters for `en-US`, For example: \"Su\" */\n Short,\n}\n\n/**\n * String widths available for date-time formats.\n * The specific character widths are locale-specific.\n * Examples are given for `en-US`.\n *\n * @see {@link getLocaleDateFormat}\n * @see {@link getLocaleTimeFormat}\n * @see {@link getLocaleDateTimeFormat}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n * @publicApi\n *\n * @deprecated 18.0\n * Date locale data getters are deprecated\n */\nexport enum FormatWidth {\n /**\n * For `en-US`, `'M/d/yy, h:mm a'`\n * (Example: `6/15/15, 9:03 AM`)\n */\n Short,\n /**\n * For `en-US`, `'MMM d, y, h:mm:ss a'`\n * (Example: `Jun 15, 2015, 9:03:01 AM`)\n */\n Medium,\n /**\n * For `en-US`, `'MMMM d, y, h:mm:ss a z'`\n * (Example: `June 15, 2015 at 9:03:01 AM GMT+1`)\n */\n Long,\n /**\n * For `en-US`, `'EEEE, MMMM d, y, h:mm:ss a zzzz'`\n * (Example: `Monday, June 15, 2015 at 9:03:01 AM GMT+01:00`)\n */\n Full,\n}\n\n// This needs to be an object literal, rather than an enum, because TypeScript 5.4+\n// doesn't allow numeric keys and we have `Infinity` and `NaN`.\n/**\n * Symbols that can be used to replace placeholders in number patterns.\n * Examples are based on `en-US` values.\n *\n * @see {@link getLocaleNumberSymbol}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated `getLocaleNumberSymbol` is deprecated\n *\n * @object-literal-as-enum\n */\nexport const NumberSymbol = {\n /**\n * Decimal separator.\n * For `en-US`, the dot character.\n * Example: 2,345`.`67\n */\n Decimal: 0,\n /**\n * Grouping separator, typically for thousands.\n * For `en-US`, the comma character.\n * Example: 2`,`345.67\n */\n Group: 1,\n /**\n * List-item separator.\n * Example: \"one, two, and three\"\n */\n List: 2,\n /**\n * Sign for percentage (out of 100).\n * Example: 23.4%\n */\n PercentSign: 3,\n /**\n * Sign for positive numbers.\n * Example: +23\n */\n PlusSign: 4,\n /**\n * Sign for negative numbers.\n * Example: -23\n */\n MinusSign: 5,\n /**\n * Computer notation for exponential value (n times a power of 10).\n * Example: 1.2E3\n */\n Exponential: 6,\n /**\n * Human-readable format of exponential.\n * Example: 1.2x103\n */\n SuperscriptingExponent: 7,\n /**\n * Sign for permille (out of 1000).\n * Example: 23.4‰\n */\n PerMille: 8,\n /**\n * Infinity, can be used with plus and minus.\n * Example: ∞, +∞, -∞\n */\n Infinity: 9,\n /**\n * Not a number.\n * Example: NaN\n */\n NaN: 10,\n /**\n * Symbol used between time units.\n * Example: 10:52\n */\n TimeSeparator: 11,\n /**\n * Decimal separator for currency values (fallback to `Decimal`).\n * Example: $2,345.67\n */\n CurrencyDecimal: 12,\n /**\n * Group separator for currency values (fallback to `Group`).\n * Example: $2,345.67\n */\n CurrencyGroup: 13,\n} as const;\n\nexport type NumberSymbol = (typeof NumberSymbol)[keyof typeof NumberSymbol];\n\n/**\n * The value for each day of the week, based on the `en-US` locale\n *\n * @publicApi\n *\n * @deprecated Week locale getters are deprecated\n */\nexport enum WeekDay {\n Sunday = 0,\n Monday,\n Tuesday,\n Wednesday,\n Thursday,\n Friday,\n Saturday,\n}\n\n/**\n * Retrieves the locale ID from the currently loaded locale.\n * The loaded locale could be, for example, a global one rather than a regional one.\n * @param locale A locale code, such as `fr-FR`.\n * @returns The locale code. For example, `fr`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * This function serves no purpose when relying on the `Intl` API.\n */\nexport function getLocaleId(locale: string): string {\n return ɵfindLocaleData(locale)[ɵLocaleDataIndex.LocaleId];\n}\n\n/**\n * Retrieves day period strings for the given locale.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns An array of localized period strings. For example, `[AM, PM]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDayPeriods(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): Readonly<[string, string]> {\n const data = ɵfindLocaleData(locale);\n const amPmData = <[string, string][][]>[\n data[ɵLocaleDataIndex.DayPeriodsFormat],\n data[ɵLocaleDataIndex.DayPeriodsStandalone],\n ];\n const amPm = getLastDefinedValue(amPmData, formStyle);\n return getLastDefinedValue(amPm, width);\n}\n\n/**\n * Retrieves days of the week for the given locale, using the Gregorian calendar.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns An array of localized name strings.\n * For example,`[Sunday, Monday, ... Saturday]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDayNames(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): ReadonlyArray<string> {\n const data = ɵfindLocaleData(locale);\n const daysData = <string[][][]>[\n data[ɵLocaleDataIndex.DaysFormat],\n data[ɵLocaleDataIndex.DaysStandalone],\n ];\n const days = getLastDefinedValue(daysData, formStyle);\n return getLastDefinedValue(days, width);\n}\n\n/**\n * Retrieves months of the year for the given locale, using the Gregorian calendar.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns An array of localized name strings.\n * For example, `[January, February, ...]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleMonthNames(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): ReadonlyArray<string> {\n const data = ɵfindLocaleData(locale);\n const monthsData = <string[][][]>[\n data[ɵLocaleDataIndex.MonthsFormat],\n data[ɵLocaleDataIndex.MonthsStandalone],\n ];\n const months = getLastDefinedValue(monthsData, formStyle);\n return getLastDefinedValue(months, width);\n}\n\n/**\n * Retrieves Gregorian-calendar eras for the given locale.\n * @param locale A locale code for the locale format rules to use.\n * @param width The required character width.\n\n * @returns An array of localized era strings.\n * For example, `[AD, BC]` for `en-US`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleEraNames(\n locale: string,\n width: TranslationWidth,\n): Readonly<[string, string]> {\n const data = ɵfindLocaleData(locale);\n const erasData = <[string, string][]>data[ɵLocaleDataIndex.Eras];\n return getLastDefinedValue(erasData, width);\n}\n\n/**\n * Retrieves the first day of the week for the given locale.\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns A day index number, using the 0-based week-day index for `en-US`\n * (Sunday = 0, Monday = 1, ...).\n * For example, for `fr-FR`, returns 1 to indicate that the first day is Monday.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Intl's [`getWeekInfo`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo) has partial support (Chromium M99 & Safari 17).\n * You may want to rely on the following alternatives:\n * - Libraries like [`Luxon`](https://moment.github.io/luxon/#/) rely on `Intl` but fallback on the ISO 8601 definition (monday) if `getWeekInfo` is not supported.\n * - Other librairies like [`date-fns`](https://date-fns.org/), [`day.js`](https://day.js.org/en/) or [`weekstart`](https://www.npmjs.com/package/weekstart) library provide their own locale based data for the first day of the week.\n */\nexport function getLocaleFirstDayOfWeek(locale: string): WeekDay {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.FirstDayOfWeek];\n}\n\n/**\n * Range of week days that are considered the week-end for the given locale.\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns The range of day values, `[startDay, endDay]`.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Intl's [`getWeekInfo`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo) has partial support (Chromium M99 & Safari 17).\n * Libraries like [`Luxon`](https://moment.github.io/luxon/#/) rely on `Intl` but fallback on the ISO 8601 definition (Saturday+Sunday) if `getWeekInfo` is not supported .\n */\nexport function getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay] {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.WeekendRange];\n}\n\n/**\n * Retrieves a localized date-value formatting string.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param width The format type.\n * @returns The localized formatting string.\n * @see {@link FormatWidth}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDateFormat(locale: string, width: FormatWidth): string {\n const data = ɵfindLocaleData(locale);\n return getLastDefinedValue(data[ɵLocaleDataIndex.DateFormat], width);\n}\n\n/**\n * Retrieves a localized time-value formatting string.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param width The format type.\n * @returns The localized formatting string.\n * @see {@link FormatWidth}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n\n * @publicApi\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleTimeFormat(locale: string, width: FormatWidth): string {\n const data = ɵfindLocaleData(locale);\n return getLastDefinedValue(data[ɵLocaleDataIndex.TimeFormat], width);\n}\n\n/**\n * Retrieves a localized date-time formatting string.\n *\n * @param locale A locale code for the locale format rules to use.\n * @param width The format type.\n * @returns The localized formatting string.\n * @see {@link FormatWidth}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.DateTimeFormat` for date formating instead.\n */\nexport function getLocaleDateTimeFormat(locale: string, width: FormatWidth): string {\n const data = ɵfindLocaleData(locale);\n const dateTimeFormatData = <string[]>data[ɵLocaleDataIndex.DateTimeFormat];\n return getLastDefinedValue(dateTimeFormatData, width);\n}\n\n/**\n * Retrieves a localized number symbol that can be used to replace placeholders in number formats.\n * @param locale The locale code.\n * @param symbol The symbol to localize. Must be one of `NumberSymbol`.\n * @returns The character for the localized symbol.\n * @see {@link NumberSymbol}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.NumberFormat` to format numbers instead.\n */\nexport function getLocaleNumberSymbol(locale: string, symbol: NumberSymbol): string {\n const data = ɵfindLocaleData(locale);\n const res = data[ɵLocaleDataIndex.NumberSymbols][symbol];\n if (typeof res === 'undefined') {\n if (symbol === NumberSymbol.CurrencyDecimal) {\n return data[ɵLocaleDataIndex.NumberSymbols][NumberSymbol.Decimal];\n } else if (symbol === NumberSymbol.CurrencyGroup) {\n return data[ɵLocaleDataIndex.NumberSymbols][NumberSymbol.Group];\n }\n }\n return res;\n}\n\n/**\n * Retrieves a number format for a given locale.\n *\n * Numbers are formatted using patterns, like `#,###.00`. For example, the pattern `#,###.00`\n * when used to format the number 12345.678 could result in \"12'345,678\". That would happen if the\n * grouping separator for your language is an apostrophe, and the decimal separator is a comma.\n *\n * <b>Important:</b> The characters `.` `,` `0` `#` (and others below) are special placeholders\n * that stand for the decimal separator, and so on, and are NOT real characters.\n * You must NOT \"translate\" the placeholders. For example, don't change `.` to `,` even though in\n * your language the decimal point is written with a comma. The symbols should be replaced by the\n * local equivalents, using the appropriate `NumberSymbol` for your language.\n *\n * Here are the special characters used in number patterns:\n *\n * | Symbol | Meaning |\n * |--------|---------|\n * | . | Replaced automatically by the character used for the decimal point. |\n * | , | Replaced by the \"grouping\" (thousands) separator. |\n * | 0 | Replaced by a digit (or zero if there aren't enough digits). |\n * | # | Replaced by a digit (or nothing if there aren't enough). |\n * | ¤ | Replaced by a currency symbol, such as $ or USD. |\n * | % | Marks a percent format. The % symbol may change position, but must be retained. |\n * | E | Marks a scientific format. The E symbol may change position, but must be retained. |\n * | ' | Special characters used as literal characters are quoted with ASCII single quotes. |\n *\n * @param locale A locale code for the locale format rules to use.\n * @param type The type of numeric value to be formatted (such as `Decimal` or `Currency`.)\n * @returns The localized format string.\n * @see {@link NumberFormatStyle}\n * @see [CLDR website](http://cldr.unicode.org/translation/number-patterns)\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Let `Intl.NumberFormat` determine the number format instead\n */\nexport function getLocaleNumberFormat(locale: string, type: NumberFormatStyle): string {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.NumberFormats][type];\n}\n\n/**\n * Retrieves the symbol used to represent the currency for the main country\n * corresponding to a given locale. For example, '$' for `en-US`.\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns The localized symbol character,\n * or `null` if the main country cannot be determined.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Use the `Intl` API to format a currency with from currency code\n */\nexport function getLocaleCurrencySymbol(locale: string): string | null {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.CurrencySymbol] || null;\n}\n\n/**\n * Retrieves the name of the currency for the main country corresponding\n * to a given locale. For example, 'US Dollar' for `en-US`.\n * @param locale A locale code for the locale format rules to use.\n * @returns The currency name,\n * or `null` if the main country cannot be determined.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Use the `Intl` API to format a currency with from currency code\n */\nexport function getLocaleCurrencyName(locale: string): string | null {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.CurrencyName] || null;\n}\n\n/**\n * Retrieves the default currency code for the given locale.\n *\n * The default is defined as the first currency which is still in use.\n *\n * @param locale The code of the locale whose currency code we want.\n * @returns The code of the default currency for the given locale.\n *\n * @publicApi\n *\n * @deprecated We recommend you create a map of locale to ISO 4217 currency codes.\n * Time relative currency data is provided by the CLDR project. See https://www.unicode.org/cldr/charts/44/supplemental/detailed_territory_currency_information.html\n */\nexport function getLocaleCurrencyCode(locale: string): string | null {\n return ɵgetLocaleCurrencyCode(locale);\n}\n\n/**\n * Retrieves the currency values for a given locale.\n * @param locale A locale code for the locale format rules to use.\n * @returns The currency values.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n */\nfunction getLocaleCurrencies(locale: string): {[code: string]: CurrenciesSymbols} {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.Currencies];\n}\n\n/**\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Use `Intl.PluralRules` instead\n */\nexport const getLocalePluralCase: (locale: string) => (value: number) => Plural =\n ɵgetLocalePluralCase;\n\nfunction checkFullData(data: any) {\n if (!data[ɵLocaleDataIndex.ExtraData]) {\n throw new RuntimeError(\n RuntimeErrorCode.MISSING_EXTRA_LOCALE_DATA_FOR_LOCALE,\n ngDevMode &&\n `Missing extra locale data for the locale \"${\n data[ɵLocaleDataIndex.LocaleId]\n }\". Use \"registerLocaleData\" to load new data. See the \"I18n guide\" on angular.io to know more.`,\n );\n }\n}\n\n/**\n * Retrieves locale-specific rules used to determine which day period to use\n * when more than one period is defined for a locale.\n *\n * There is a rule for each defined day period. The\n * first rule is applied to the first day period and so on.\n * Fall back to AM/PM when no rules are available.\n *\n * A rule can specify a period as time range, or as a single time value.\n *\n * This functionality is only available when you have loaded the full locale data.\n * See the [\"I18n guide\"](guide/i18n/format-data-locale).\n *\n * @param locale A locale code for the locale format rules to use.\n * @returns The rules for the locale, a single time value or array of *from-time, to-time*,\n * or null if no periods are available.\n *\n * @see {@link getLocaleExtraDayPeriods}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * Let `Intl.DateTimeFormat` determine the day period instead.\n */\nexport function getLocaleExtraDayPeriodRules(locale: string): (Time | [Time, Time])[] {\n const data = ɵfindLocaleData(locale);\n checkFullData(data);\n const rules = data[ɵLocaleDataIndex.ExtraData][ɵExtraLocaleDataIndex.ExtraDayPeriodsRules] || [];\n return rules.map((rule: string | [string, string]) => {\n if (typeof rule === 'string') {\n return extractTime(rule);\n }\n return [extractTime(rule[0]), extractTime(rule[1])];\n });\n}\n\n/**\n * Retrieves locale-specific day periods, which indicate roughly how a day is broken up\n * in different languages.\n * For example, for `en-US`, periods are morning, noon, afternoon, evening, and midnight.\n *\n * This functionality is only available when you have loaded the full locale data.\n * See the [\"I18n guide\"](guide/i18n/format-data-locale).\n *\n * @param locale A locale code for the locale format rules to use.\n * @param formStyle The required grammatical form.\n * @param width The required character width.\n * @returns The translated day-period strings.\n * @see {@link getLocaleExtraDayPeriodRules}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * To extract a day period use `Intl.DateTimeFormat` with the `dayPeriod` option instead.\n */\nexport function getLocaleExtraDayPeriods(\n locale: string,\n formStyle: FormStyle,\n width: TranslationWidth,\n): string[] {\n const data = ɵfindLocaleData(locale);\n checkFullData(data);\n const dayPeriodsData = <string[][][]>[\n data[ɵLocaleDataIndex.ExtraData][ɵExtraLocaleDataIndex.ExtraDayPeriodFormats],\n data[ɵLocaleDataIndex.ExtraData][ɵExtraLocaleDataIndex.ExtraDayPeriodStandalone],\n ];\n const dayPeriods = getLastDefinedValue(dayPeriodsData, formStyle) || [];\n return getLastDefinedValue(dayPeriods, width) || [];\n}\n\n/**\n * Retrieves the writing direction of a specified locale\n * @param locale A locale code for the locale format rules to use.\n * @publicApi\n * @returns 'rtl' or 'ltr'\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * For dates and numbers, let `Intl.DateTimeFormat()` and `Intl.NumberFormat()` determine the writing direction.\n * The `Intl` alternative [`getTextInfo`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getTextInfo).\n * has only partial support (Chromium M99 & Safari 17).\n * 3rd party alternatives like [`rtl-detect`](https://www.npmjs.com/package/rtl-detect) can work around this issue.\n */\nexport function getLocaleDirection(locale: string): 'ltr' | 'rtl' {\n const data = ɵfindLocaleData(locale);\n return data[ɵLocaleDataIndex.Directionality];\n}\n\n/**\n * Retrieves the first value that is defined in an array, going backwards from an index position.\n *\n * To avoid repeating the same data (as when the \"format\" and \"standalone\" forms are the same)\n * add the first value to the locale data arrays, and add other values only if they are different.\n *\n * @param data The data array to retrieve from.\n * @param index A 0-based index into the array to start from.\n * @returns The value immediately before the given index position.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n */\nfunction getLastDefinedValue<T>(data: T[], index: number): T {\n for (let i = index; i > -1; i--) {\n if (typeof data[i] !== 'undefined') {\n return data[i];\n }\n }\n throw new RuntimeError(\n RuntimeErrorCode.LOCALE_DATA_UNDEFINED,\n ngDevMode && 'Locale data API: locale data undefined',\n );\n}\n\n/**\n * Represents a time value with hours and minutes.\n *\n * @publicApi\n *\n * @deprecated Locale date getters are deprecated\n */\nexport type Time = {\n hours: number;\n minutes: number;\n};\n\n/**\n * Extracts the hours and minutes from a string like \"15:45\"\n */\nfunction extractTime(time: string): Time {\n const [h, m] = time.split(':');\n return {hours: +h, minutes: +m};\n}\n\n/**\n * Retrieves the currency symbol for a given currency code.\n *\n * For example, for the default `en-US` locale, the code `USD` can\n * be represented by the narrow symbol `$` or the wide symbol `US$`.\n *\n * @param code The currency code.\n * @param format The format, `wide` or `narrow`.\n * @param locale A locale code for the locale format rules to use.\n *\n * @returns The symbol, or the currency code if no symbol is available.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * You can use `Intl.NumberFormat().formatToParts()` to extract the currency symbol.\n * For example: `Intl.NumberFormat('en', {style:'currency', currency: 'USD'}).formatToParts().find(part => part.type === 'currency').value`\n * returns `$` for USD currency code in the `en` locale.\n * Note: `US$` is a currency symbol for the `en-ca` locale but not the `en-us` locale.\n */\nexport function getCurrencySymbol(code: string, format: 'wide' | 'narrow', locale = 'en'): string {\n const currency = getLocaleCurrencies(locale)[code] || CURRENCIES_EN[code] || [];\n const symbolNarrow = currency[ɵCurrencyIndex.SymbolNarrow];\n\n if (format === 'narrow' && typeof symbolNarrow === 'string') {\n return symbolNarrow;\n }\n\n return currency[ɵCurrencyIndex.Symbol] || code;\n}\n\n// Most currencies have cents, that's why the default is 2\nconst DEFAULT_NB_OF_CURRENCY_DIGITS = 2;\n\n/**\n * Reports the number of decimal digits for a given currency.\n * The value depends upon the presence of cents in that particular currency.\n *\n * @param code The currency code.\n * @returns The number of decimal digits, typically 0 or 2.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n *\n * @deprecated Angular recommends relying on the `Intl` API for i18n.\n * This function should not be used anymore. Let `Intl.NumberFormat` determine the number of digits to display for the currency\n */\nexport function getNumberOfCurrencyDigits(code: string): number {\n let digits;\n const currency = CURRENCIES_EN[code];\n if (currency) {\n digits = currency[ɵCurrencyIndex.NbOfDigits];\n }\n return typeof digits === 'number' ? digits : DEFAULT_NB_OF_CURRENCY_DIGITS;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ɵRuntimeError as RuntimeError,\n ɵformatRuntimeError as formatRuntimeError,\n} from '@angular/core';\n\nimport {\n FormatWidth,\n FormStyle,\n getLocaleDateFormat,\n getLocaleDateTimeFormat,\n getLocaleDayNames,\n getLocaleDayPeriods,\n getLocaleEraNames,\n getLocaleExtraDayPeriodRules,\n getLocaleExtraDayPeriods,\n getLocaleId,\n getLocaleMonthNames,\n getLocaleNumberSymbol,\n getLocaleTimeFormat,\n NumberSymbol,\n TranslationWidth,\n} from './locale_data_api';\nimport {RuntimeErrorCode} from '../errors';\n\nexport const ISO8601_DATE_REGEX =\n /^(\\d{4,})-?(\\d\\d)-?(\\d\\d)(?:T(\\d\\d)(?::?(\\d\\d)(?::?(\\d\\d)(?:\\.(\\d+))?)?)?(Z|([+-])(\\d\\d):?(\\d\\d))?)?$/;\n// 1 2 3 4 5 6 7 8 9 10 11\nconst NAMED_FORMATS: {[localeId: string]: {[format: string]: string}} = {};\nconst DATE_FORMATS_SPLIT =\n /((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\\s\\S]*)/;\n\nconst enum ZoneWidth {\n Short,\n ShortGMT,\n Long,\n Extended,\n}\n\nconst enum DateType {\n FullYear,\n Month,\n Date,\n Hours,\n Minutes,\n Seconds,\n FractionalSeconds,\n Day,\n}\n\nconst enum TranslationType {\n DayPeriods,\n Days,\n Months,\n Eras,\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a date according to locale rules.\n *\n * @param value The date to format, as a Date, or a number (milliseconds since UTC epoch)\n * or an [ISO date-time string](https://www.w3.org/TR/NOTE-datetime).\n * @param format The date-time components to include. See `DatePipe` for details.\n * @param locale A locale code for the locale format rules to use.\n * @param timezone The time zone. A time zone offset from GMT (such as `'+0430'`).\n * If not specified, uses host system settings.\n *\n * @returns The formatted date string.\n *\n * @see {@link DatePipe}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n */\nexport function formatDate(\n value: string | number | Date,\n format: string,\n locale: string,\n timezone?: string,\n): string {\n let date = toDate(value);\n const namedFormat = getNamedFormat(locale, format);\n format = namedFormat || format;\n\n let parts: string[] = [];\n let match;\n while (format) {\n match = DATE_FORMATS_SPLIT.exec(format);\n if (match) {\n parts = parts.concat(match.slice(1));\n const part = parts.pop();\n if (!part) {\n break;\n }\n format = part;\n } else {\n parts.push(format);\n break;\n }\n }\n\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n assertValidDateFormat(parts);\n }\n\n let dateTimezoneOffset = date.getTimezoneOffset();\n if (timezone) {\n dateTimezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset);\n date = convertTimezoneToLocal(date, timezone, true);\n }\n\n let text = '';\n parts.forEach((value) => {\n const dateFormatter = getDateFormatter(value);\n text += dateFormatter\n ? dateFormatter(date, locale, dateTimezoneOffset)\n : value === \"''\"\n ? \"'\"\n : value.replace(/(^'|'$)/g, '').replace(/''/g, \"'\");\n });\n\n return text;\n}\n\n/**\n * Asserts that the given date format is free from common mistakes. Throws an\n * error if one is found (except for the case of all \"Y\", in which case we just\n * log a warning). This should only be called in development mode.\n */\nfunction assertValidDateFormat(parts: string[]) {\n if (parts.some((part) => /^Y+$/.test(part)) && !parts.some((part) => /^w+$/.test(part))) {\n // \"Y\" indicates \"week-based year\", which differs from the actual calendar\n // year for a few days around Jan 1 most years. Unless \"w\" is also\n // present (e.g. a date like \"2024-W52\") this is likely a mistake. Users\n // probably meant \"y\" instead.\n const message = `Suspicious use of week-based year \"Y\" in date pattern \"${parts.join(\n '',\n )}\". Did you mean to use calendar year \"y\" instead?`;\n if (parts.length === 1) {\n // NOTE: allow \"YYYY\" with just a warning, since it's used in tests.\n console.error(formatRuntimeError(RuntimeErrorCode.SUSPICIOUS_DATE_FORMAT, message));\n } else {\n throw new RuntimeError(RuntimeErrorCode.SUSPICIOUS_DATE_FORMAT, message);\n }\n }\n}\n\n/**\n * Create a new Date object with the given date value, and the time set to midnight.\n *\n * We cannot use `new Date(year, month, date)` because it maps years between 0 and 99 to 1900-1999.\n * See: https://github.com/angular/angular/issues/40377\n *\n * Note that this function returns a Date object whose time is midnight in the current locale's\n * timezone. In the future we might want to change this to be midnight in UTC, but this would be a\n * considerable breaking change.\n */\nfunction createDate(year: number, month: number, date: number): Date {\n // The `newDate` is set to midnight (UTC) on January 1st 1970.\n // - In PST this will be December 31st 1969 at 4pm.\n // - In GMT this will be January 1st 1970 at 1am.\n // Note that they even have different years, dates and months!\n const newDate = new Date(0);\n\n // `setFullYear()` allows years like 0001 to be set correctly. This function does not\n // change the internal time of the date.\n // Consider calling `setFullYear(2019, 8, 20)` (September 20, 2019).\n // - In PST this will now be September 20, 2019 at 4pm\n // - In GMT this will now be September 20, 2019 at 1am\n\n newDate.setFullYear(year, month, date);\n // We want the final date to be at local midnight, so we reset the time.\n // - In PST this will now be September 20, 2019 at 12am\n // - In GMT this will now be September 20, 2019 at 12am\n newDate.setHours(0, 0, 0);\n\n return newDate;\n}\n\nfunction getNamedFormat(locale: string, format: string): string {\n const localeId = getLocaleId(locale);\n NAMED_FORMATS[localeId] ??= {};\n\n if (NAMED_FORMATS[localeId][format]) {\n return NAMED_FORMATS[localeId][format];\n }\n\n let formatValue = '';\n switch (format) {\n case 'shortDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Short);\n break;\n case 'mediumDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Medium);\n break;\n case 'longDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Long);\n break;\n case 'fullDate':\n formatValue = getLocaleDateFormat(locale, FormatWidth.Full);\n break;\n case 'shortTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Short);\n break;\n case 'mediumTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Medium);\n break;\n case 'longTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Long);\n break;\n case 'fullTime':\n formatValue = getLocaleTimeFormat(locale, FormatWidth.Full);\n break;\n case 'short':\n const shortTime = getNamedFormat(locale, 'shortTime');\n const shortDate = getNamedFormat(locale, 'shortDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Short), [\n shortTime,\n shortDate,\n ]);\n break;\n case 'medium':\n const mediumTime = getNamedFormat(locale, 'mediumTime');\n const mediumDate = getNamedFormat(locale, 'mediumDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Medium), [\n mediumTime,\n mediumDate,\n ]);\n break;\n case 'long':\n const longTime = getNamedFormat(locale, 'longTime');\n const longDate = getNamedFormat(locale, 'longDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Long), [\n longTime,\n longDate,\n ]);\n break;\n case 'full':\n const fullTime = getNamedFormat(locale, 'fullTime');\n const fullDate = getNamedFormat(locale, 'fullDate');\n formatValue = formatDateTime(getLocaleDateTimeFormat(locale, FormatWidth.Full), [\n fullTime,\n fullDate,\n ]);\n break;\n }\n if (formatValue) {\n NAMED_FORMATS[localeId][format] = formatValue;\n }\n return formatValue;\n}\n\nfunction formatDateTime(str: string, opt_values: string[]) {\n if (opt_values) {\n str = str.replace(/\\{([^}]+)}/g, function (match, key) {\n return opt_values != null && key in opt_values ? opt_values[key] : match;\n });\n }\n return str;\n}\n\nfunction padNumber(\n num: number,\n digits: number,\n minusSign = '-',\n trim?: boolean,\n negWrap?: boolean,\n): string {\n let neg = '';\n if (num < 0 || (negWrap && num <= 0)) {\n if (negWrap) {\n num = -num + 1;\n } else {\n num = -num;\n neg = minusSign;\n }\n }\n let strNum = String(num);\n while (strNum.length < digits) {\n strNum = '0' + strNum;\n }\n if (trim) {\n strNum = strNum.slice(strNum.length - digits);\n }\n return neg + strNum;\n}\n\nfunction formatFractionalSeconds(milliseconds: number, digits: number): string {\n const strMs = padNumber(milliseconds, 3);\n return strMs.substring(0, digits);\n}\n\n/**\n * Returns a date formatter that transforms a date into its locale digit representation\n */\nfunction dateGetter(\n name: DateType,\n size: number,\n offset: number = 0,\n trim = false,\n negWrap = false,\n): DateFormatter {\n return function (date: Date, locale: string): string {\n let part = getDatePart(name, date);\n if (offset > 0 || part > -offset) {\n part += offset;\n }\n\n if (name === DateType.Hours) {\n if (part === 0 && offset === -12) {\n part = 12;\n }\n } else if (name === DateType.FractionalSeconds) {\n return formatFractionalSeconds(part, size);\n }\n\n const localeMinus = getLocaleNumberSymbol(locale, NumberSymbol.MinusSign);\n return padNumber(part, size, localeMinus, trim, negWrap);\n };\n}\n\nfunction getDatePart(part: DateType, date: Date): number {\n switch (part) {\n case DateType.FullYear:\n return date.getFullYear();\n case DateType.Month:\n return date.getMonth();\n case DateType.Date:\n return date.getDate();\n case DateType.Hours:\n return date.getHours();\n case DateType.Minutes:\n return date.getMinutes();\n case DateType.Seconds:\n return date.getSeconds();\n case DateType.FractionalSeconds:\n return date.getMilliseconds();\n case DateType.Day:\n return date.getDay();\n default:\n throw new RuntimeError(\n RuntimeErrorCode.UNKNOWN_DATE_TYPE_VALUE,\n ngDevMode && `Unknown DateType value \"${part}\".`,\n );\n }\n}\n\n/**\n * Returns a date formatter that transforms a date into its locale string representation\n */\nfunction dateStrGetter(\n name: TranslationType,\n width: TranslationWidth,\n form: FormStyle = FormStyle.Format,\n extended = false,\n): DateFormatter {\n return function (date: Date, locale: string): string {\n return getDateTranslation(date, locale, name, width, form, extended);\n };\n}\n\n/**\n * Returns the locale translation of a date for a given form, type and width\n */\nfunction getDateTranslation(\n date: Date,\n locale: string,\n name: TranslationType,\n width: TranslationWidth,\n form: FormStyle,\n extended: boolean,\n) {\n switch (name) {\n case TranslationType.Months:\n return getLocaleMonthNames(locale, form, width)[date.getMonth()];\n case TranslationType.Days:\n return getLocaleDayNames(locale, form, width)[date.getDay()];\n case TranslationType.DayPeriods:\n const currentHours = date.getHours();\n const currentMinutes = date.getMinutes();\n if (extended) {\n const rules = getLocaleExtraDayPeriodRules(locale);\n const dayPeriods = getLocaleExtraDayPeriods(locale, form, width);\n const index = rules.findIndex((rule) => {\n if (Array.isArray(rule)) {\n // morning, afternoon, evening, night\n const [from, to] = rule;\n const afterFrom = currentHours >= from.hours && currentMinutes >= from.minutes;\n const beforeTo =\n currentHours < to.hours || (currentHours === to.hours && currentMinutes < to.minutes);\n // We must account for normal rules that span a period during the day (e.g. 6am-9am)\n // where `from` is less (earlier) than `to`. But also rules that span midnight (e.g.\n // 10pm - 5am) where `from` is greater (later!) than `to`.\n //\n // In the first case the current time must be BOTH after `from` AND before `to`\n // (e.g. 8am is after 6am AND before 10am).\n //\n // In the second case the current time must be EITHER after `from` OR before `to`\n // (e.g. 4am is before 5am but not after 10pm; and 11pm is not before 5am but it is\n // after 10pm).\n if (from.hours < to.hours) {\n if (afterFrom && beforeTo) {\n return true;\n }\n } else if (afterFrom || beforeTo) {\n return true;\n }\n } else {\n // noon or midnight\n if (rule.hours === currentHours && rule.minutes === currentMinutes) {\n return true;\n }\n }\n return false;\n });\n if (index !== -1) {\n return dayPeriods[index];\n }\n }\n // if no rules for the day periods, we use am/pm by default\n return getLocaleDayPeriods(locale, form, <TranslationWidth>width)[currentHours < 12 ? 0 : 1];\n case TranslationType.Eras:\n return getLocaleEraNames(locale, <TranslationWidth>width)[date.getFullYear() <= 0 ? 0 : 1];\n default:\n // This default case is not needed by TypeScript compiler, as the switch is exhaustive.\n // However Closure Compiler does not understand that and reports an error in typed mode.\n // The `throw new Error` below works around the problem, and the unexpected: never variable\n // makes sure tsc still checks this code is unreachable.\n const unexpected: never = name;\n throw new RuntimeError(\n RuntimeErrorCode.UNEXPECTED_TRANSLATION_TYPE,\n ngDevMode && `unexpected translation type ${unexpected}`,\n );\n }\n}\n\n/**\n * Returns a date formatter that transforms a date and an offset into a timezone with ISO8601 or\n * GMT format depending on the width (eg: short = +0430, short:GMT = GMT+4, long = GMT+04:30,\n * extended = +04:30)\n */\nfunction timeZoneGetter(width: ZoneWidth): DateFormatter {\n return function (date: Date, locale: string, offset: number) {\n const zone = -1 * offset;\n const minusSign = getLocaleNumberSymbol(locale, NumberSymbol.MinusSign);\n const hours = zone > 0 ? Math.floor(zone / 60) : Math.ceil(zone / 60);\n switch (width) {\n case ZoneWidth.Short:\n return (\n (zone >= 0 ? '+' : '') +\n padNumber(hours, 2, minusSign) +\n padNumber(Math.abs(zone % 60), 2, minusSign)\n );\n case ZoneWidth.ShortGMT:\n return 'GMT' + (zone >= 0 ? '+' : '') + padNumber(hours, 1, minusSign);\n case ZoneWidth.Long:\n return (\n 'GMT' +\n (zone >= 0 ? '+' : '') +\n padNumber(hours, 2, minusSign) +\n ':' +\n padNumber(Math.abs(zone % 60), 2, minusSign)\n );\n case ZoneWidth.Extended:\n if (offset === 0) {\n return 'Z';\n } else {\n return (\n (zone >= 0 ? '+' : '') +\n padNumber(hours, 2, minusSign) +\n ':' +\n padNumber(Math.abs(zone % 60), 2, minusSign)\n );\n }\n default:\n throw new RuntimeError(\n RuntimeErrorCode.UNKNOWN_ZONE_WIDTH,\n ngDevMode && `Unknown zone width \"${width}\"`,\n );\n }\n };\n}\n\nconst JANUARY = 0;\nconst THURSDAY = 4;\nfunction getFirstThursdayOfYear(year: number) {\n const firstDayOfYear = createDate(year, JANUARY, 1).getDay();\n return createDate(\n year,\n 0,\n 1 + (firstDayOfYear <= THURSDAY ? THURSDAY : THURSDAY + 7) - firstDayOfYear,\n );\n}\n\n/**\n * ISO Week starts on day 1 (Monday) and ends with day 0 (Sunday)\n */\nexport function getThursdayThisIsoWeek(datetime: Date) {\n // getDay returns 0-6 range with sunday as 0.\n const currentDay = datetime.getDay();\n\n // On a Sunday, read the previous Thursday since ISO weeks start on Monday.\n const deltaToThursday = currentDay === 0 ? -3 : THURSDAY - currentDay;\n\n return createDate(\n datetime.getFullYear(),\n datetime.getMonth(),\n datetime.getDate() + deltaToThursday,\n );\n}\n\nfunction weekGetter(size: number, monthBased = false): DateFormatter {\n return function (date: Date, locale: string) {\n let result;\n if (monthBased) {\n const nbDaysBefore1stDayOfMonth =\n new Date(date.getFullYear(), date.getMonth(), 1).getDay() - 1;\n const today = date.getDate();\n result = 1 + Math.floor((today + nbDaysBefore1stDayOfMonth) / 7);\n } else {\n const thisThurs = getThursdayThisIsoWeek(date);\n // Some days of a year are part of next year according to ISO 8601.\n // Compute the firstThurs from the year of this week's Thursday\n const firstThurs = getFirstThursdayOfYear(thisThurs.getFullYear());\n const diff = thisThurs.getTime() - firstThurs.getTime();\n result = 1 + Math.round(diff / 6.048e8); // 6.048e8 ms per week\n }\n\n return padNumber(result, size, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n };\n}\n\n/**\n * Returns a date formatter that provides the week-numbering year for the input date.\n */\nfunction weekNumberingYearGetter(size: number, trim = false): DateFormatter {\n return function (date: Date, locale: string) {\n const thisThurs = getThursdayThisIsoWeek(date);\n const weekNumberingYear = thisThurs.getFullYear();\n return padNumber(\n weekNumberingYear,\n size,\n getLocaleNumberSymbol(locale, NumberSymbol.MinusSign),\n trim,\n );\n };\n}\n\ntype DateFormatter = (date: Date, locale: string, offset: number) => string;\n\nconst DATE_FORMATS: {[format: string]: DateFormatter} = {};\n\n// Based on CLDR formats:\n// See complete list: http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table\n// See also explanations: http://cldr.unicode.org/translation/date-time\n// TODO(ocombe): support all missing cldr formats: U, Q, D, F, e, j, J, C, A, v, V, X, x\nfunction getDateFormatter(format: string): DateFormatter | null {\n if (DATE_FORMATS[format]) {\n return DATE_FORMATS[format];\n }\n let formatter;\n switch (format) {\n // Era name (AD/BC)\n case 'G':\n case 'GG':\n case 'GGG':\n formatter = dateStrGetter(TranslationType.Eras, TranslationWidth.Abbreviated);\n break;\n case 'GGGG':\n formatter = dateStrGetter(TranslationType.Eras, TranslationWidth.Wide);\n break;\n case 'GGGGG':\n formatter = dateStrGetter(TranslationType.Eras, TranslationWidth.Narrow);\n break;\n\n // 1 digit representation of the year, e.g. (AD 1 => 1, AD 199 => 199)\n case 'y':\n formatter = dateGetter(DateType.FullYear, 1, 0, false, true);\n break;\n // 2 digit representation of the year, padded (00-99). (e.g. AD 2001 => 01, AD 2010 => 10)\n case 'yy':\n formatter = dateGetter(DateType.FullYear, 2, 0, true, true);\n break;\n // 3 digit representation of the year, padded (000-999). (e.g. AD 2001 => 01, AD 2010 => 10)\n case 'yyy':\n formatter = dateGetter(DateType.FullYear, 3, 0, false, true);\n break;\n // 4 digit representation of the year (e.g. AD 1 => 0001, AD 2010 => 2010)\n case 'yyyy':\n formatter = dateGetter(DateType.FullYear, 4, 0, false, true);\n break;\n\n // 1 digit representation of the week-numbering year, e.g. (AD 1 => 1, AD 199 => 199)\n case 'Y':\n formatter = weekNumberingYearGetter(1);\n break;\n // 2 digit representation of the week-numbering year, padded (00-99). (e.g. AD 2001 => 01, AD\n // 2010 => 10)\n case 'YY':\n formatter = weekNumberingYearGetter(2, true);\n break;\n // 3 digit representation of the week-numbering year, padded (000-999). (e.g. AD 1 => 001, AD\n // 2010 => 2010)\n case 'YYY':\n formatter = weekNumberingYearGetter(3);\n break;\n // 4 digit representation of the week-numbering year (e.g. AD 1 => 0001, AD 2010 => 2010)\n case 'YYYY':\n formatter = weekNumberingYearGetter(4);\n break;\n\n // Month of the year (1-12), numeric\n case 'M':\n case 'L':\n formatter = dateGetter(DateType.Month, 1, 1);\n break;\n case 'MM':\n case 'LL':\n formatter = dateGetter(DateType.Month, 2, 1);\n break;\n\n // Month of the year (January, ...), string, format\n case 'MMM':\n formatter = dateStrGetter(TranslationType.Months, TranslationWidth.Abbreviated);\n break;\n case 'MMMM':\n formatter = dateStrGetter(TranslationType.Months, TranslationWidth.Wide);\n break;\n case 'MMMMM':\n formatter = dateStrGetter(TranslationType.Months, TranslationWidth.Narrow);\n break;\n\n // Month of the year (January, ...), string, standalone\n case 'LLL':\n formatter = dateStrGetter(\n TranslationType.Months,\n TranslationWidth.Abbreviated,\n FormStyle.Standalone,\n );\n break;\n case 'LLLL':\n formatter = dateStrGetter(\n TranslationType.Months,\n TranslationWidth.Wide,\n FormStyle.Standalone,\n );\n break;\n case 'LLLLL':\n formatter = dateStrGetter(\n TranslationType.Months,\n TranslationWidth.Narrow,\n FormStyle.Standalone,\n );\n break;\n\n // Week of the year (1, ... 52)\n case 'w':\n formatter = weekGetter(1);\n break;\n case 'ww':\n formatter = weekGetter(2);\n break;\n\n // Week of the month (1, ...)\n case 'W':\n formatter = weekGetter(1, true);\n break;\n\n // Day of the month (1-31)\n case 'd':\n formatter = dateGetter(DateType.Date, 1);\n break;\n case 'dd':\n formatter = dateGetter(DateType.Date, 2);\n break;\n\n // Day of the Week StandAlone (1, 1, Mon, Monday, M, Mo)\n case 'c':\n case 'cc':\n formatter = dateGetter(DateType.Day, 1);\n break;\n case 'ccc':\n formatter = dateStrGetter(\n TranslationType.Days,\n TranslationWidth.Abbreviated,\n FormStyle.Standalone,\n );\n break;\n case 'cccc':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Wide, FormStyle.Standalone);\n break;\n case 'ccccc':\n formatter = dateStrGetter(\n TranslationType.Days,\n TranslationWidth.Narrow,\n FormStyle.Standalone,\n );\n break;\n case 'cccccc':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Short, FormStyle.Standalone);\n break;\n\n // Day of the Week\n case 'E':\n case 'EE':\n case 'EEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Abbreviated);\n break;\n case 'EEEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Wide);\n break;\n case 'EEEEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Narrow);\n break;\n case 'EEEEEE':\n formatter = dateStrGetter(TranslationType.Days, TranslationWidth.Short);\n break;\n\n // Generic period of the day (am-pm)\n case 'a':\n case 'aa':\n case 'aaa':\n formatter = dateStrGetter(TranslationType.DayPeriods, TranslationWidth.Abbreviated);\n break;\n case 'aaaa':\n formatter = dateStrGetter(TranslationType.DayPeriods, TranslationWidth.Wide);\n break;\n case 'aaaaa':\n formatter = dateStrGetter(TranslationType.DayPeriods, TranslationWidth.Narrow);\n break;\n\n // Extended period of the day (midnight, at night, ...), standalone\n case 'b':\n case 'bb':\n case 'bbb':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Abbreviated,\n FormStyle.Standalone,\n true,\n );\n break;\n case 'bbbb':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Wide,\n FormStyle.Standalone,\n true,\n );\n break;\n case 'bbbbb':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Narrow,\n FormStyle.Standalone,\n true,\n );\n break;\n\n // Extended period of the day (midnight, night, ...), standalone\n case 'B':\n case 'BB':\n case 'BBB':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Abbreviated,\n FormStyle.Format,\n true,\n );\n break;\n case 'BBBB':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Wide,\n FormStyle.Format,\n true,\n );\n break;\n case 'BBBBB':\n formatter = dateStrGetter(\n TranslationType.DayPeriods,\n TranslationWidth.Narrow,\n FormStyle.Format,\n true,\n );\n break;\n\n // Hour in AM/PM, (1-12)\n case 'h':\n formatter = dateGetter(DateType.Hours, 1, -12);\n break;\n case 'hh':\n formatter = dateGetter(DateType.Hours, 2, -12);\n break;\n\n // Hour of the day (0-23)\n case 'H':\n formatter = dateGetter(DateType.Hours, 1);\n break;\n // Hour in day, padded (00-23)\n case 'HH':\n formatter = dateGetter(DateType.Hours, 2);\n break;\n\n // Minute of the hour (0-59)\n case 'm':\n formatter = dateGetter(DateType.Minutes, 1);\n break;\n case 'mm':\n formatter = dateGetter(DateType.Minutes, 2);\n break;\n\n // Second of the minute (0-59)\n case 's':\n formatter = dateGetter(DateType.Seconds, 1);\n break;\n case 'ss':\n formatter = dateGetter(DateType.Seconds, 2);\n break;\n\n // Fractional second\n case 'S':\n formatter = dateGetter(DateType.FractionalSeconds, 1);\n break;\n case 'SS':\n formatter = dateGetter(DateType.FractionalSeconds, 2);\n break;\n case 'SSS':\n formatter = dateGetter(DateType.FractionalSeconds, 3);\n break;\n\n // Timezone ISO8601 short format (-0430)\n case 'Z':\n case 'ZZ':\n case 'ZZZ':\n formatter = timeZoneGetter(ZoneWidth.Short);\n break;\n // Timezone ISO8601 extended format (-04:30)\n case 'ZZZZZ':\n formatter = timeZoneGetter(ZoneWidth.Extended);\n break;\n\n // Timezone GMT short format (GMT+4)\n case 'O':\n case 'OO':\n case 'OOO':\n // Should be location, but fallback to format O instead because we don't have the data yet\n case 'z':\n case 'zz':\n case 'zzz':\n formatter = timeZoneGetter(ZoneWidth.ShortGMT);\n break;\n // Timezone GMT long format (GMT+0430)\n case 'OOOO':\n case 'ZZZZ':\n // Should be location, but fallback to format O instead because we don't have the data yet\n case 'zzzz':\n formatter = timeZoneGetter(ZoneWidth.Long);\n break;\n default:\n return null;\n }\n DATE_FORMATS[format] = formatter;\n return formatter;\n}\n\nfunction timezoneToOffset(timezone: string, fallback: number): number {\n // Support: IE 11 only, Edge 13-15+\n // IE/Edge do not \"understand\" colon (`:`) in timezone\n timezone = timezone.replace(/:/g, '');\n const requestedTimezoneOffset = Date.parse('Jan 01, 1970 00:00:00 ' + timezone) / 60000;\n return isNaN(requestedTimezoneOffset) ? fallback : requestedTimezoneOffset;\n}\n\nfunction addDateMinutes(date: Date, minutes: number) {\n date = new Date(date.getTime());\n date.setMinutes(date.getMinutes() + minutes);\n return date;\n}\n\nfunction convertTimezoneToLocal(date: Date, timezone: string, reverse: boolean): Date {\n const reverseValue = reverse ? -1 : 1;\n const dateTimezoneOffset = date.getTimezoneOffset();\n const timezoneOffset = timezoneToOffset(timezone, dateTimezoneOffset);\n return addDateMinutes(date, reverseValue * (timezoneOffset - dateTimezoneOffset));\n}\n\n/**\n * Converts a value to date.\n *\n * Supported input formats:\n * - `Date`\n * - number: timestamp\n * - string: numeric (e.g. \"1234\"), ISO and date strings in a format supported by\n * [Date.parse()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse).\n * Note: ISO strings without time return a date without timeoffset.\n *\n * Throws if unable to convert to a date.\n */\nexport function toDate(value: string | number | Date): Date {\n if (isDate(value)) {\n return value;\n }\n\n if (typeof value === 'number' && !isNaN(value)) {\n return new Date(value);\n }\n\n if (typeof value === 'string') {\n value = value.trim();\n\n if (/^(\\d{4}(-\\d{1,2}(-\\d{1,2})?)?)$/.test(value)) {\n /* For ISO Strings without time the day, month and year must be extracted from the ISO String\n before Date creation to avoid time offset and errors in the new Date.\n If we only replace '-' with ',' in the ISO String (\"2015,01,01\"), and try to create a new\n date, some browsers (e.g. IE 9) will throw an invalid Date error.\n If we leave the '-' (\"2015-01-01\") and try to create a new Date(\"2015-01-01\") the timeoffset\n is applied.\n Note: ISO months are 0 for January, 1 for February, ... */\n const [y, m = 1, d = 1] = value.split('-').map((val: string) => +val);\n return createDate(y, m - 1, d);\n }\n\n const parsedNb = parseFloat(value);\n\n // any string that only contains numbers, like \"1234\" but not like \"1234hello\"\n if (!isNaN((value as any) - parsedNb)) {\n return new Date(parsedNb);\n }\n\n let match: RegExpMatchArray | null;\n if ((match = value.match(ISO8601_DATE_REGEX))) {\n return isoStringToDate(match);\n }\n }\n\n const date = new Date(value as any);\n if (!isDate(date)) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_TO_DATE_CONVERSION,\n ngDevMode && `Unable to convert \"${value}\" into a date`,\n );\n }\n return date;\n}\n\n/**\n * Converts a date in ISO8601 to a Date.\n * Used instead of `Date.parse` because of browser discrepancies.\n */\nexport function isoStringToDate(match: RegExpMatchArray): Date {\n const date = new Date(0);\n let tzHour = 0;\n let tzMin = 0;\n\n // match[8] means that the string contains \"Z\" (UTC) or a timezone like \"+01:00\" or \"+0100\"\n const dateSetter = match[8] ? date.setUTCFullYear : date.setFullYear;\n const timeSetter = match[8] ? date.setUTCHours : date.setHours;\n\n // if there is a timezone defined like \"+01:00\" or \"+0100\"\n if (match[9]) {\n tzHour = Number(match[9] + match[10]);\n tzMin = Number(match[9] + match[11]);\n }\n dateSetter.call(date, Number(match[1]), Number(match[2]) - 1, Number(match[3]));\n const h = Number(match[4] || 0) - tzHour;\n const m = Number(match[5] || 0) - tzMin;\n const s = Number(match[6] || 0);\n // The ECMAScript specification (https://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.11)\n // defines that `DateTime` milliseconds should always be rounded down, so that `999.9ms`\n // becomes `999ms`.\n const ms = Math.floor(parseFloat('0.' + (match[7] || 0)) * 1000);\n timeSetter.call(date, h, m, s, ms);\n return date;\n}\n\nexport function isDate(value: any): value is Date {\n return value instanceof Date && !isNaN(value.valueOf());\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {ɵRuntimeError as RuntimeError} from '@angular/core';\n\nimport {\n getLocaleNumberFormat,\n getLocaleNumberSymbol,\n getNumberOfCurrencyDigits,\n NumberFormatStyle,\n NumberSymbol,\n} from './locale_data_api';\nimport {RuntimeErrorCode} from '../errors';\n\nexport const NUMBER_FORMAT_REGEXP = /^(\\d+)?\\.((\\d+)(-(\\d+))?)?$/;\nconst MAX_DIGITS = 22;\nconst DECIMAL_SEP = '.';\nconst ZERO_CHAR = '0';\nconst PATTERN_SEP = ';';\nconst GROUP_SEP = ',';\nconst DIGIT_CHAR = '#';\nconst CURRENCY_CHAR = '¤';\nconst PERCENT_CHAR = '%';\n\n/**\n * Transforms a number to a locale string based on a style and a format.\n */\nfunction formatNumberToLocaleString(\n value: number,\n pattern: ParsedNumberFormat,\n locale: string,\n groupSymbol: NumberSymbol,\n decimalSymbol: NumberSymbol,\n digitsInfo?: string,\n isPercent = false,\n): string {\n let formattedText = '';\n let isZero = false;\n\n if (!isFinite(value)) {\n formattedText = getLocaleNumberSymbol(locale, NumberSymbol.Infinity);\n } else {\n let parsedNumber = parseNumber(value);\n\n if (isPercent) {\n parsedNumber = toPercent(parsedNumber);\n }\n\n let minInt = pattern.minInt;\n let minFraction = pattern.minFrac;\n let maxFraction = pattern.maxFrac;\n\n if (digitsInfo) {\n const parts = digitsInfo.match(NUMBER_FORMAT_REGEXP);\n if (parts === null) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_DIGIT_INFO,\n ngDevMode && `${digitsInfo} is not a valid digit info`,\n );\n }\n const minIntPart = parts[1];\n const minFractionPart = parts[3];\n const maxFractionPart = parts[5];\n if (minIntPart != null) {\n minInt = parseIntAutoRadix(minIntPart);\n }\n if (minFractionPart != null) {\n minFraction = parseIntAutoRadix(minFractionPart);\n }\n if (maxFractionPart != null) {\n maxFraction = parseIntAutoRadix(maxFractionPart);\n } else if (minFractionPart != null && minFraction > maxFraction) {\n maxFraction = minFraction;\n }\n }\n\n roundNumber(parsedNumber, minFraction, maxFraction);\n\n let digits = parsedNumber.digits;\n let integerLen = parsedNumber.integerLen;\n const exponent = parsedNumber.exponent;\n let decimals = [];\n isZero = digits.every((d) => !d);\n\n // pad zeros for small numbers\n for (; integerLen < minInt; integerLen++) {\n digits.unshift(0);\n }\n\n // pad zeros for small numbers\n for (; integerLen < 0; integerLen++) {\n digits.unshift(0);\n }\n\n // extract decimals digits\n if (integerLen > 0) {\n decimals = digits.splice(integerLen, digits.length);\n } else {\n decimals = digits;\n digits = [0];\n }\n\n // format the integer digits with grouping separators\n const groups = [];\n if (digits.length >= pattern.lgSize) {\n groups.unshift(digits.splice(-pattern.lgSize, digits.length).join(''));\n }\n\n while (digits.length > pattern.gSize) {\n groups.unshift(digits.splice(-pattern.gSize, digits.length).join(''));\n }\n\n if (digits.length) {\n groups.unshift(digits.join(''));\n }\n\n formattedText = groups.join(getLocaleNumberSymbol(locale, groupSymbol));\n\n // append the decimal digits\n if (decimals.length) {\n formattedText += getLocaleNumberSymbol(locale, decimalSymbol) + decimals.join('');\n }\n\n if (exponent) {\n formattedText += getLocaleNumberSymbol(locale, NumberSymbol.Exponential) + '+' + exponent;\n }\n }\n\n if (value < 0 && !isZero) {\n formattedText = pattern.negPre + formattedText + pattern.negSuf;\n } else {\n formattedText = pattern.posPre + formattedText + pattern.posSuf;\n }\n\n return formattedText;\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a number as currency using locale rules.\n *\n * @param value The number to format.\n * @param locale A locale code for the locale format rules to use.\n * @param currency A string containing the currency symbol or its name,\n * such as \"$\" or \"Canadian Dollar\". Used in output string, but does not affect the operation\n * of the function.\n * @param currencyCode The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)\n * currency code, such as `USD` for the US dollar and `EUR` for the euro.\n * Used to determine the number of digits in the decimal part.\n * @param digitsInfo Decimal representation options, specified by a string in the following format:\n * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.\n *\n * @returns The formatted currency value.\n *\n * @see {@link formatNumber}\n * @see {@link DecimalPipe}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n */\nexport function formatCurrency(\n value: number,\n locale: string,\n currency: string,\n currencyCode?: string,\n digitsInfo?: string,\n): string {\n const format = getLocaleNumberFormat(locale, NumberFormatStyle.Currency);\n const pattern = parseNumberFormat(format, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n\n pattern.minFrac = getNumberOfCurrencyDigits(currencyCode!);\n pattern.maxFrac = pattern.minFrac;\n\n const res = formatNumberToLocaleString(\n value,\n pattern,\n locale,\n NumberSymbol.CurrencyGroup,\n NumberSymbol.CurrencyDecimal,\n digitsInfo,\n );\n return (\n res\n .replace(CURRENCY_CHAR, currency)\n // if we have 2 time the currency character, the second one is ignored\n .replace(CURRENCY_CHAR, '')\n // If there is a spacing between currency character and the value and\n // the currency character is suppressed by passing an empty string, the\n // spacing character would remain as part of the string. Then we\n // should remove it.\n .trim()\n );\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a number as a percentage according to locale rules.\n *\n * @param value The number to format.\n * @param locale A locale code for the locale format rules to use.\n * @param digitsInfo Decimal representation options, specified by a string in the following format:\n * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.\n *\n * @returns The formatted percentage value.\n *\n * @see {@link formatNumber}\n * @see {@link DecimalPipe}\n * @see [Internationalization (i18n) Guide](guide/i18n)\n * @publicApi\n *\n */\nexport function formatPercent(value: number, locale: string, digitsInfo?: string): string {\n const format = getLocaleNumberFormat(locale, NumberFormatStyle.Percent);\n const pattern = parseNumberFormat(format, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n const res = formatNumberToLocaleString(\n value,\n pattern,\n locale,\n NumberSymbol.Group,\n NumberSymbol.Decimal,\n digitsInfo,\n true,\n );\n return res.replace(\n new RegExp(PERCENT_CHAR, 'g'),\n getLocaleNumberSymbol(locale, NumberSymbol.PercentSign),\n );\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a number as text, with group sizing, separator, and other\n * parameters based on the locale.\n *\n * @param value The number to format.\n * @param locale A locale code for the locale format rules to use.\n * @param digitsInfo Decimal representation options, specified by a string in the following format:\n * `{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}`. See `DecimalPipe` for more details.\n *\n * @returns The formatted text string.\n * @see [Internationalization (i18n) Guide](guide/i18n)\n *\n * @publicApi\n */\nexport function formatNumber(value: number, locale: string, digitsInfo?: string): string {\n const format = getLocaleNumberFormat(locale, NumberFormatStyle.Decimal);\n const pattern = parseNumberFormat(format, getLocaleNumberSymbol(locale, NumberSymbol.MinusSign));\n return formatNumberToLocaleString(\n value,\n pattern,\n locale,\n NumberSymbol.Group,\n NumberSymbol.Decimal,\n digitsInfo,\n );\n}\n\ninterface ParsedNumberFormat {\n minInt: number;\n // the minimum number of digits required in the fraction part of the number\n minFrac: number;\n // the maximum number of digits required in the fraction part of the number\n maxFrac: number;\n // the prefix for a positive number\n posPre: string;\n // the suffix for a positive number\n posSuf: string;\n // the prefix for a negative number (e.g. `-` or `(`))\n negPre: string;\n // the suffix for a negative number (e.g. `)`)\n negSuf: string;\n // number of digits in each group of separated digits\n gSize: number;\n // number of digits in the last group of digits before the decimal separator\n lgSize: number;\n}\n\nfunction parseNumberFormat(format: string, minusSign = '-'): ParsedNumberFormat {\n const p = {\n minInt: 1,\n minFrac: 0,\n maxFrac: 0,\n posPre: '',\n posSuf: '',\n negPre: '',\n negSuf: '',\n gSize: 0,\n lgSize: 0,\n };\n\n const patternParts = format.split(PATTERN_SEP);\n const positive = patternParts[0];\n const negative = patternParts[1];\n\n const positiveParts =\n positive.indexOf(DECIMAL_SEP) !== -1\n ? positive.split(DECIMAL_SEP)\n : [\n positive.substring(0, positive.lastIndexOf(ZERO_CHAR) + 1),\n positive.substring(positive.lastIndexOf(ZERO_CHAR) + 1),\n ],\n integer = positiveParts[0],\n fraction = positiveParts[1] || '';\n\n p.posPre = integer.substring(0, integer.indexOf(DIGIT_CHAR));\n\n for (let i = 0; i < fraction.length; i++) {\n const ch = fraction.charAt(i);\n if (ch === ZERO_CHAR) {\n p.minFrac = p.maxFrac = i + 1;\n } else if (ch === DIGIT_CHAR) {\n p.maxFrac = i + 1;\n } else {\n p.posSuf += ch;\n }\n }\n\n const groups = integer.split(GROUP_SEP);\n p.gSize = groups[1] ? groups[1].length : 0;\n p.lgSize = groups[2] || groups[1] ? (groups[2] || groups[1]).length : 0;\n\n if (negative) {\n const trunkLen = positive.length - p.posPre.length - p.posSuf.length,\n pos = negative.indexOf(DIGIT_CHAR);\n\n p.negPre = negative.substring(0, pos).replace(/'/g, '');\n p.negSuf = negative.slice(pos + trunkLen).replace(/'/g, '');\n } else {\n p.negPre = minusSign + p.posPre;\n p.negSuf = p.posSuf;\n }\n\n return p;\n}\n\ninterface ParsedNumber {\n // an array of digits containing leading zeros as necessary\n digits: number[];\n // the exponent for numbers that would need more than `MAX_DIGITS` digits in `d`\n exponent: number;\n // the number of the digits in `d` that are to the left of the decimal point\n integerLen: number;\n}\n\n// Transforms a parsed number into a percentage by multiplying it by 100\nfunction toPercent(parsedNumber: ParsedNumber): ParsedNumber {\n // if the number is 0, don't do anything\n if (parsedNumber.digits[0] === 0) {\n return parsedNumber;\n }\n\n // Getting the current number of decimals\n const fractionLen = parsedNumber.digits.length - parsedNumber.integerLen;\n if (parsedNumber.exponent) {\n parsedNumber.exponent += 2;\n } else {\n if (fractionLen === 0) {\n parsedNumber.digits.push(0, 0);\n } else if (fractionLen === 1) {\n parsedNumber.digits.push(0);\n }\n parsedNumber.integerLen += 2;\n }\n\n return parsedNumber;\n}\n\n/**\n * Parses a number.\n * Significant bits of this parse algorithm came from https://github.com/MikeMcl/big.js/\n */\nfunction parseNumber(num: number): ParsedNumber {\n let numStr = Math.abs(num) + '';\n let exponent = 0,\n digits,\n integerLen;\n let i, j, zeros;\n\n // Decimal point?\n if ((integerLen = numStr.indexOf(DECIMAL_SEP)) > -1) {\n numStr = numStr.replace(DECIMAL_SEP, '');\n }\n\n // Exponential form?\n if ((i = numStr.search(/e/i)) > 0) {\n // Work out the exponent.\n if (integerLen < 0) integerLen = i;\n integerLen += +numStr.slice(i + 1);\n numStr = numStr.substring(0, i);\n } else if (integerLen < 0) {\n // There was no decimal point or exponent so it is an integer.\n integerLen = numStr.length;\n }\n\n // Count the number of leading zeros.\n for (i = 0; numStr.charAt(i) === ZERO_CHAR; i++) {\n /* empty */\n }\n\n if (i === (zeros = numStr.length)) {\n // The digits are all zero.\n digits = [0];\n integerLen = 1;\n } else {\n // Count the number of trailing zeros\n zeros--;\n while (numStr.charAt(zeros) === ZERO_CHAR) zeros--;\n\n // Trailing zeros are insignificant so ignore them\n integerLen -= i;\n digits = [];\n // Convert string to array of digits without leading/trailing zeros.\n for (j = 0; i <= zeros; i++, j++) {\n digits[j] = Number(numStr.charAt(i));\n }\n }\n\n // If the number overflows the maximum allowed digits then use an exponent.\n if (integerLen > MAX_DIGITS) {\n digits = digits.splice(0, MAX_DIGITS - 1);\n exponent = integerLen - 1;\n integerLen = 1;\n }\n\n return {digits, exponent, integerLen};\n}\n\n/**\n * Round the parsed number to the specified number of decimal places\n * This function changes the parsedNumber in-place\n */\nfunction roundNumber(parsedNumber: ParsedNumber, minFrac: number, maxFrac: number) {\n if (minFrac > maxFrac) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_NUMBER_OF_DIGITS_AFTER_FRACTION,\n ngDevMode &&\n `The minimum number of digits after fraction (${minFrac}) is higher than the maximum (${maxFrac}).`,\n );\n }\n\n let digits = parsedNumber.digits;\n let fractionLen = digits.length - parsedNumber.integerLen;\n const fractionSize = Math.min(Math.max(minFrac, fractionLen), maxFrac);\n\n // The index of the digit to where rounding is to occur\n let roundAt = fractionSize + parsedNumber.integerLen;\n let digit = digits[roundAt];\n\n if (roundAt > 0) {\n // Drop fractional digits beyond `roundAt`\n digits.splice(Math.max(parsedNumber.integerLen, roundAt));\n\n // Set non-fractional digits beyond `roundAt` to 0\n for (let j = roundAt; j < digits.length; j++) {\n digits[j] = 0;\n }\n } else {\n // We rounded to zero so reset the parsedNumber\n fractionLen = Math.max(0, fractionLen);\n parsedNumber.integerLen = 1;\n digits.length = Math.max(1, (roundAt = fractionSize + 1));\n digits[0] = 0;\n for (let i = 1; i < roundAt; i++) digits[i] = 0;\n }\n\n if (digit >= 5) {\n if (roundAt - 1 < 0) {\n for (let k = 0; k > roundAt; k--) {\n digits.unshift(0);\n parsedNumber.integerLen++;\n }\n digits.unshift(1);\n parsedNumber.integerLen++;\n } else {\n digits[roundAt - 1]++;\n }\n }\n\n // Pad out with zeros to get the required fraction length\n for (; fractionLen < Math.max(0, fractionSize); fractionLen++) digits.push(0);\n\n let dropTrailingZeros = fractionSize !== 0;\n // Minimal length = nb of decimals required + current nb of integers\n // Any number besides that is optional and can be removed if it's a trailing 0\n const minLen = minFrac + parsedNumber.integerLen;\n // Do any carrying, e.g. a digit was rounded up to 10\n const carry = digits.reduceRight(function (carry, d, i, digits) {\n d = d + carry;\n digits[i] = d < 10 ? d : d - 10; // d % 10\n if (dropTrailingZeros) {\n // Do not keep meaningless fractional trailing zeros (e.g. 15.52000 --> 15.52)\n if (digits[i] === 0 && i >= minLen) {\n digits.pop();\n } else {\n dropTrailingZeros = false;\n }\n }\n return d >= 10 ? 1 : 0; // Math.floor(d / 10);\n }, 0);\n if (carry) {\n digits.unshift(carry);\n parsedNumber.integerLen++;\n }\n}\n\nexport function parseIntAutoRadix(text: string): number {\n const result: number = parseInt(text);\n if (isNaN(result)) {\n throw new RuntimeError(\n RuntimeErrorCode.INVALID_INTEGER_LITERAL,\n ngDevMode && 'Invalid integer literal when parsing ' + text,\n );\n }\n return result;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {inject, Inject, Injectable, LOCALE_ID, ɵRuntimeError as RuntimeError} from '@angular/core';\n\nimport {getLocalePluralCase, Plural} from './locale_data_api';\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * @publicApi\n */\n@Injectable({\n providedIn: 'root',\n useFactory: () => new NgLocaleLocalization(inject(LOCALE_ID)),\n})\nexport abstract class NgLocalization {\n abstract getPluralCategory(value: any, locale?: string): string;\n}\n\n/**\n * Returns the plural category for a given value.\n * - \"=value\" when the case exists,\n * - the plural category otherwise\n */\nexport function getPluralCategory(\n value: number,\n cases: string[],\n ngLocalization: NgLocalization,\n locale?: string,\n): string {\n let key = `=${value}`;\n\n if (cases.indexOf(key) > -1) {\n return key;\n }\n\n key = ngLocalization.getPluralCategory(value, locale);\n\n if (cases.indexOf(key) > -1) {\n return key;\n }\n\n if (cases.indexOf('other') > -1) {\n return 'other';\n }\n\n throw new RuntimeError(\n RuntimeErrorCode.NO_PLURAL_MESSAGE_FOUND,\n ngDevMode && `No plural message found for value \"${value}\"`,\n );\n}\n\n/**\n * Returns the plural case based on the locale\n *\n * @publicApi\n */\n@Injectable()\nexport class NgLocaleLocalization extends NgLocalization {\n constructor(@Inject(LOCALE_ID) protected locale: string) {\n super();\n }\n\n override getPluralCategory(value: any, locale?: string): string {\n const plural = getLocalePluralCase(locale || this.locale)(value);\n\n switch (plural) {\n case Plural.Zero:\n return 'zero';\n case Plural.One:\n return 'one';\n case Plural.Two:\n return 'two';\n case Plural.Few:\n return 'few';\n case Plural.Many:\n return 'many';\n default:\n return 'other';\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {\n Directive,\n DoCheck,\n ElementRef,\n Input,\n Renderer2,\n ɵstringify as stringify,\n} from '@angular/core';\n\ntype NgClassSupportedTypes = string[] | Set<string> | {[klass: string]: any} | null | undefined;\n\nconst WS_REGEXP = /\\s+/;\n\nconst EMPTY_ARRAY: string[] = [];\n\n/**\n * Represents internal object used to track state of each CSS class. There are 3 different (boolean)\n * flags that, combined together, indicate state of a given CSS class:\n * - enabled: indicates if a class should be present in the DOM (true) or not (false);\n * - changed: tracks if a class was toggled (added or removed) during the custom dirty-checking\n * process; changed classes must be synchronized with the DOM;\n * - touched: tracks if a class is present in the current object bound to the class / ngClass input;\n * classes that are not present any more can be removed from the internal data structures;\n */\ninterface CssClassState {\n // PERF: could use a bit mask to represent state as all fields are boolean flags\n enabled: boolean;\n changed: boolean;\n touched: boolean;\n}\n\n/**\n * @ngModule CommonModule\n *\n * @usageNotes\n * ```html\n * <some-element [ngClass]=\"stringExp|arrayExp|objExp|Set\">...</some-element>\n *\n * <some-element [ngClass]=\"{'class1 class2 class3' : true}\">...</some-element>\n * ```\n *\n * For more simple use cases you can use the [class bindings](/guide/templates/binding#css-class-and-style-property-bindings) directly.\n * It doesn't require importing a directive.\n *\n * ```html\n * <some-element [class]=\"'first second'\">...</some-element>\n *\n * <some-element [class.expanded]=\"isExpanded\">...</some-element>\n *\n * <some-element [class]=\"['first', 'second']\">...</some-element>\n *\n * <some-element [class]=\"{'first': true, 'second': true, 'third': false}\">...</some-element>\n * ```\n * @description\n *\n * Adds and removes CSS classes on an HTML element.\n *\n * The CSS classes are updated as follows, depending on the type of the expression evaluation:\n * - `string` - the CSS classes listed in the string (space delimited) are added,\n * - `Array` - the CSS classes declared as Array elements are added,\n * - `Object` - keys are CSS classes that get added when the expression given in the value\n * evaluates to a truthy value, otherwise they are removed.\n *\n *\n * @see [Class bindings](/guide/templates/binding#css-class-and-style-property-bindings)\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngClass]',\n})\nexport class NgClass implements DoCheck {\n private initialClasses = EMPTY_ARRAY;\n private rawClass: NgClassSupportedTypes;\n\n private stateMap = new Map<string, CssClassState>();\n\n constructor(\n private _ngEl: ElementRef,\n private _renderer: Renderer2,\n ) {}\n\n @Input('class')\n set klass(value: string) {\n this.initialClasses = value != null ? value.trim().split(WS_REGEXP) : EMPTY_ARRAY;\n }\n\n @Input('ngClass')\n set ngClass(value: string | string[] | Set<string> | {[klass: string]: any} | null | undefined) {\n this.rawClass = typeof value === 'string' ? value.trim().split(WS_REGEXP) : value;\n }\n\n /*\n The NgClass directive uses the custom change detection algorithm for its inputs. The custom\n algorithm is necessary since inputs are represented as complex object or arrays that need to be\n deeply-compared.\n\n This algorithm is perf-sensitive since NgClass is used very frequently and its poor performance\n might negatively impact runtime performance of the entire change detection cycle. The design of\n this algorithm is making sure that:\n - there is no unnecessary DOM manipulation (CSS classes are added / removed from the DOM only when\n needed), even if references to bound objects change;\n - there is no memory allocation if nothing changes (even relatively modest memory allocation\n during the change detection cycle can result in GC pauses for some of the CD cycles).\n\n The algorithm works by iterating over the set of bound classes, staring with [class] binding and\n then going over [ngClass] binding. For each CSS class name:\n - check if it was seen before (this information is tracked in the state map) and if its value\n changed;\n - mark it as \"touched\" - names that are not marked are not present in the latest set of binding\n and we can remove such class name from the internal data structures;\n\n After iteration over all the CSS class names we've got data structure with all the information\n necessary to synchronize changes to the DOM - it is enough to iterate over the state map, flush\n changes to the DOM and reset internal data structures so those are ready for the next change\n detection cycle.\n */\n ngDoCheck(): void {\n // classes from the [class] binding\n for (const klass of this.initialClasses) {\n this._updateState(klass, true);\n }\n\n // classes from the [ngClass] binding\n const rawClass = this.rawClass;\n if (Array.isArray(rawClass) || rawClass instanceof Set) {\n for (const klass of rawClass) {\n this._updateState(klass, true);\n }\n } else if (rawClass != null) {\n for (const klass of Object.keys(rawClass)) {\n this._updateState(klass, Boolean(rawClass[klass]));\n }\n }\n\n this._applyStateDiff();\n }\n\n private _updateState(klass: string, nextEnabled: boolean) {\n const state = this.stateMap.get(klass);\n if (state !== undefined) {\n if (state.enabled !== nextEnabled) {\n state.changed = true;\n state.enabled = nextEnabled;\n }\n state.touched = true;\n } else {\n this.stateMap.set(klass, {enabled: nextEnabled, changed: true, touched: true});\n }\n }\n\n private _applyStateDiff() {\n for (const stateEntry of this.stateMap) {\n const klass = stateEntry[0];\n const state = stateEntry[1];\n\n if (state.changed) {\n this._toggleClass(klass, state.enabled);\n state.changed = false;\n } else if (!state.touched) {\n // A class that was previously active got removed from the new collection of classes -\n // remove from the DOM as well.\n if (state.enabled) {\n this._toggleClass(klass, false);\n }\n this.stateMap.delete(klass);\n }\n\n state.touched = false;\n }\n }\n\n private _toggleClass(klass: string, enabled: boolean): void {\n if (ngDevMode) {\n if (typeof klass !== 'string') {\n throw new Error(\n `NgClass can only toggle CSS classes expressed as strings, got ${stringify(klass)}`,\n );\n }\n }\n klass = klass.trim();\n if (klass.length > 0) {\n klass.split(WS_REGEXP).forEach((klass) => {\n if (enabled) {\n this._renderer.addClass(this._ngEl.nativeElement, klass);\n } else {\n this._renderer.removeClass(this._ngEl.nativeElement, klass);\n }\n });\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ComponentRef,\n createNgModule,\n Directive,\n DoCheck,\n EnvironmentInjector,\n Injector,\n Input,\n NgModuleRef,\n OnChanges,\n OnDestroy,\n SimpleChanges,\n Type,\n ViewContainerRef,\n} from '@angular/core';\n\n/**\n * Instantiates a {@link /api/core/Component Component} type and inserts its Host View into the current View.\n * `NgComponentOutlet` provides a declarative approach for dynamic component creation.\n *\n * `NgComponentOutlet` requires a component type, if a falsy value is set the view will clear and\n * any existing component will be destroyed.\n *\n * @usageNotes\n *\n * ### Fine tune control\n *\n * You can control the component creation process by using the following optional attributes:\n *\n * * `ngComponentOutletInputs`: Optional component inputs object, which will be bind to the\n * component.\n *\n * * `ngComponentOutletInjector`: Optional custom {@link Injector} that will be used as parent for\n * the Component. Defaults to the injector of the current view container.\n *\n * * `ngComponentOutletEnvironmentInjector`: Optional custom {@link EnvironmentInjector} which will\n * provide the component's environment.\n *\n * * `ngComponentOutletContent`: Optional list of projectable nodes to insert into the content\n * section of the component, if it exists.\n *\n * * `ngComponentOutletNgModule`: Optional NgModule class reference to allow loading another\n * module dynamically, then loading a component from that module.\n *\n *\n * ### Syntax\n *\n * Simple\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression\"></ng-container>\n * ```\n *\n * With inputs\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression;\n * inputs: inputsExpression;\">\n * </ng-container>\n * ```\n *\n * Customized injector/content\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression;\n * injector: injectorExpression;\n * content: contentNodesExpression;\">\n * </ng-container>\n * ```\n *\n * Customized NgModule reference\n * ```html\n * <ng-container *ngComponentOutlet=\"componentTypeExpression;\n * ngModule: ngModuleClass;\">\n * </ng-container>\n * ```\n *\n * ### A simple example\n *\n * {@example common/ngComponentOutlet/ts/module.ts region='SimpleExample'}\n *\n * A more complete example with additional options:\n *\n * {@example common/ngComponentOutlet/ts/module.ts region='CompleteExample'}\n *\n * @publicApi\n * @ngModule CommonModule\n */\n@Directive({\n selector: '[ngComponentOutlet]',\n exportAs: 'ngComponentOutlet',\n})\nexport class NgComponentOutlet<T = any> implements OnChanges, DoCheck, OnDestroy {\n /** Component that should be rendered in the outlet. */\n @Input() ngComponentOutlet: Type<T> | null = null;\n\n @Input() ngComponentOutletInputs?: Record<string, unknown>;\n @Input() ngComponentOutletInjector?: Injector;\n @Input() ngComponentOutletEnvironmentInjector?: EnvironmentInjector;\n @Input() ngComponentOutletContent?: Node[][];\n\n @Input() ngComponentOutletNgModule?: Type<any>;\n\n private _componentRef: ComponentRef<T> | undefined;\n private _moduleRef: NgModuleRef<any> | undefined;\n\n /**\n * A helper data structure that allows us to track inputs that were part of the\n * ngComponentOutletInputs expression. Tracking inputs is necessary for proper removal of ones\n * that are no longer referenced.\n */\n private _inputsUsed = new Map<string, boolean>();\n\n /**\n * Gets the instance of the currently-rendered component.\n * Will be null if no component has been rendered.\n */\n get componentInstance(): T | null {\n return this._componentRef?.instance ?? null;\n }\n\n constructor(private _viewContainerRef: ViewContainerRef) {}\n\n private _needToReCreateNgModuleInstance(changes: SimpleChanges): boolean {\n // Note: square brackets property accessor is safe for Closure compiler optimizations (the\n // `changes` argument of the `ngOnChanges` lifecycle hook retains the names of the fields that\n // were changed).\n return changes['ngComponentOutletNgModule'] !== undefined;\n }\n\n private _needToReCreateComponentInstance(changes: SimpleChanges): boolean {\n // Note: square brackets property accessor is safe for Closure compiler optimizations (the\n // `changes` argument of the `ngOnChanges` lifecycle hook retains the names of the fields that\n // were changed).\n return (\n changes['ngComponentOutlet'] !== undefined ||\n changes['ngComponentOutletContent'] !== undefined ||\n changes['ngComponentOutletInjector'] !== undefined ||\n changes['ngComponentOutletEnvironmentInjector'] !== undefined ||\n this._needToReCreateNgModuleInstance(changes)\n );\n }\n\n /** @docs-private */\n ngOnChanges(changes: SimpleChanges) {\n if (this._needToReCreateComponentInstance(changes)) {\n this._viewContainerRef.clear();\n this._inputsUsed.clear();\n this._componentRef = undefined;\n\n if (this.ngComponentOutlet) {\n const injector = this.ngComponentOutletInjector || this._viewContainerRef.parentInjector;\n\n if (this._needToReCreateNgModuleInstance(changes)) {\n this._moduleRef?.destroy();\n\n if (this.ngComponentOutletNgModule) {\n this._moduleRef = createNgModule(\n this.ngComponentOutletNgModule,\n getParentInjector(injector),\n );\n } else {\n this._moduleRef = undefined;\n }\n }\n\n this._componentRef = this._viewContainerRef.createComponent(this.ngComponentOutlet, {\n injector,\n ngModuleRef: this._moduleRef,\n projectableNodes: this.ngComponentOutletContent,\n environmentInjector: this.ngComponentOutletEnvironmentInjector,\n });\n }\n }\n }\n\n /** @docs-private */\n ngDoCheck() {\n if (this._componentRef) {\n if (this.ngComponentOutletInputs) {\n for (const inputName of Object.keys(this.ngComponentOutletInputs)) {\n this._inputsUsed.set(inputName, true);\n }\n }\n\n this._applyInputStateDiff(this._componentRef);\n }\n }\n\n /** @docs-private */\n ngOnDestroy() {\n this._moduleRef?.destroy();\n }\n\n private _applyInputStateDiff(componentRef: ComponentRef<unknown>) {\n for (const [inputName, touched] of this._inputsUsed) {\n if (!touched) {\n // The input that was previously active no longer exists and needs to be set to undefined.\n componentRef.setInput(inputName, undefined);\n this._inputsUsed.delete(inputName);\n } else {\n // Since touched is true, it can be asserted that the inputs object is not empty.\n componentRef.setInput(inputName, this.ngComponentOutletInputs![inputName]);\n this._inputsUsed.set(inputName, false);\n }\n }\n }\n}\n\n// Helper function that returns an Injector instance of a parent NgModule.\nfunction getParentInjector(injector: Injector): Injector {\n const parentNgModule = injector.get(NgModuleRef);\n return parentNgModule.injector;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n DoCheck,\n EmbeddedViewRef,\n Input,\n IterableChangeRecord,\n IterableChanges,\n IterableDiffer,\n IterableDiffers,\n NgIterable,\n ɵRuntimeError as RuntimeError,\n TemplateRef,\n TrackByFunction,\n ViewContainerRef,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * @publicApi\n *\n * @deprecated 20.0\n * The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\nexport class NgForOfContext<T, U extends NgIterable<T> = NgIterable<T>> {\n constructor(\n /** Reference to the current item from the collection. */\n public $implicit: T,\n\n /**\n * The value of the iterable expression. Useful when the expression is\n * more complex then a property access, for example when using the async pipe\n * (`userStreams | async`).\n */\n public ngForOf: U,\n\n /** Returns an index of the current item in the collection. */\n public index: number,\n\n /** Returns total amount of items in the collection. */\n public count: number,\n ) {}\n\n // Indicates whether this is the first item in the collection.\n get first(): boolean {\n return this.index === 0;\n }\n\n // Indicates whether this is the last item in the collection.\n get last(): boolean {\n return this.index === this.count - 1;\n }\n\n // Indicates whether an index of this item in the collection is even.\n get even(): boolean {\n return this.index % 2 === 0;\n }\n\n // Indicates whether an index of this item in the collection is odd.\n get odd(): boolean {\n return !this.even;\n }\n}\n\n/**\n * A [structural directive](guide/directives/structural-directives) that renders\n * a template for each item in a collection.\n * The directive is placed on an element, which becomes the parent\n * of the cloned templates.\n *\n * The `ngForOf` directive is generally used in the\n * [shorthand form](guide/directives/structural-directives#asterisk) `*ngFor`.\n * In this form, the template to be rendered for each iteration is the content\n * of an anchor element containing the directive.\n *\n * The following example shows the shorthand syntax with some options,\n * contained in an `<li>` element.\n *\n * ```html\n * <li *ngFor=\"let item of items; index as i; trackBy: trackByFn\">...</li>\n * ```\n *\n * The shorthand form expands into a long form that uses the `ngForOf` selector\n * on an `<ng-template>` element.\n * The content of the `<ng-template>` element is the `<li>` element that held the\n * short-form directive.\n *\n * Here is the expanded version of the short-form example.\n *\n * ```html\n * <ng-template ngFor let-item [ngForOf]=\"items\" let-i=\"index\" [ngForTrackBy]=\"trackByFn\">\n * <li>...</li>\n * </ng-template>\n * ```\n *\n * Angular automatically expands the shorthand syntax as it compiles the template.\n * The context for each embedded view is logically merged to the current component\n * context according to its lexical position.\n *\n * When using the shorthand syntax, Angular allows only [one structural directive\n * on an element](guide/directives/structural-directives#one-per-element).\n * If you want to iterate conditionally, for example,\n * put the `*ngIf` on a container element that wraps the `*ngFor` element.\n * For further discussion, see\n * [Structural Directives](guide/directives/structural-directives#one-per-element).\n *\n * @usageNotes\n *\n * ### Local variables\n *\n * `NgForOf` provides exported values that can be aliased to local variables.\n * For example:\n *\n * ```html\n * <li *ngFor=\"let user of users; index as i; first as isFirst\">\n * {{i}}/{{users.length}}. {{user}} <span *ngIf=\"isFirst\">default</span>\n * </li>\n * ```\n *\n * The following exported values can be aliased to local variables:\n *\n * - `$implicit: T`: The value of the individual items in the iterable (`ngForOf`).\n * - `ngForOf: NgIterable<T>`: The value of the iterable expression. Useful when the expression is\n * more complex then a property access, for example when using the async pipe (`userStreams |\n * async`).\n * - `index: number`: The index of the current item in the iterable.\n * - `count: number`: The length of the iterable.\n * - `first: boolean`: True when the item is the first item in the iterable.\n * - `last: boolean`: True when the item is the last item in the iterable.\n * - `even: boolean`: True when the item has an even index in the iterable.\n * - `odd: boolean`: True when the item has an odd index in the iterable.\n *\n * ### Change propagation\n *\n * When the contents of the iterator changes, `NgForOf` makes the corresponding changes to the DOM:\n *\n * * When an item is added, a new instance of the template is added to the DOM.\n * * When an item is removed, its template instance is removed from the DOM.\n * * When items are reordered, their respective templates are reordered in the DOM.\n *\n * Angular uses object identity to track insertions and deletions within the iterator and reproduce\n * those changes in the DOM. This has important implications for animations and any stateful\n * controls that are present, such as `<input>` elements that accept user input. Inserted rows can\n * be animated in, deleted rows can be animated out, and unchanged rows retain any unsaved state\n * such as user input.\n * For more on animations, see [Transitions and Triggers](guide/animations/transition-and-triggers).\n *\n * The identities of elements in the iterator can change while the data does not.\n * This can happen, for example, if the iterator is produced from an RPC to the server, and that\n * RPC is re-run. Even if the data hasn't changed, the second response produces objects with\n * different identities, and Angular must tear down the entire DOM and rebuild it (as if all old\n * elements were deleted and all new elements inserted).\n *\n * To avoid this expensive operation, you can customize the default tracking algorithm.\n * by supplying the `trackBy` option to `NgForOf`.\n * `trackBy` takes a function that has two arguments: `index` and `item`.\n * If `trackBy` is given, Angular tracks changes by the return value of the function.\n *\n * @see [Structural Directives](guide/directives/structural-directives)\n * @ngModule CommonModule\n * @publicApi\n *\n * @deprecated 20.0\n * Use the `@for` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngFor][ngForOf]',\n})\nexport class NgForOf<T, U extends NgIterable<T> = NgIterable<T>> implements DoCheck {\n /**\n * The value of the iterable expression, which can be used as a\n * [template input variable](guide/directives/structural-directives#shorthand).\n * @deprecated The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\n @Input()\n set ngForOf(ngForOf: (U & NgIterable<T>) | undefined | null) {\n this._ngForOf = ngForOf;\n this._ngForOfDirty = true;\n }\n /**\n * Specifies a custom `TrackByFunction` to compute the identity of items in an iterable.\n *\n * If a custom `TrackByFunction` is not provided, `NgForOf` will use the item's [object\n * identity](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)\n * as the key.\n *\n * `NgForOf` uses the computed key to associate items in an iterable with DOM elements\n * it produces for these items.\n *\n * A custom `TrackByFunction` is useful to provide good user experience in cases when items in an\n * iterable rendered using `NgForOf` have a natural identifier (for example, custom ID or a\n * primary key), and this iterable could be updated with new object instances that still\n * represent the same underlying entity (for example, when data is re-fetched from the server,\n * and the iterable is recreated and re-rendered, but most of the data is still the same).\n *\n * @see {@link TrackByFunction}\n * @deprecated The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\n @Input()\n set ngForTrackBy(fn: TrackByFunction<T>) {\n if ((typeof ngDevMode === 'undefined' || ngDevMode) && fn != null && typeof fn !== 'function') {\n console.warn(\n `trackBy must be a function, but received ${JSON.stringify(fn)}. ` +\n `See https://angular.dev/api/common/NgForOf#change-propagation for more information.`,\n );\n }\n this._trackByFn = fn;\n }\n\n get ngForTrackBy(): TrackByFunction<T> {\n return this._trackByFn;\n }\n\n private _ngForOf: U | undefined | null = null;\n private _ngForOfDirty: boolean = true;\n private _differ: IterableDiffer<T> | null = null;\n // waiting for microsoft/typescript#43662 to allow the return type `TrackByFunction|undefined` for\n // the getter\n private _trackByFn!: TrackByFunction<T>;\n\n constructor(\n private _viewContainer: ViewContainerRef,\n private _template: TemplateRef<NgForOfContext<T, U>>,\n private _differs: IterableDiffers,\n ) {}\n\n /**\n * A reference to the template that is stamped out for each item in the iterable.\n * @see [template reference variable](guide/templates/variables#template-reference-variables)\n * @deprecated The `ngFor` directive is deprecated. Use the `@for` block instead.\n */\n @Input()\n set ngForTemplate(value: TemplateRef<NgForOfContext<T, U>>) {\n // The current type is too restrictive; a template that just uses index, for example,\n // should be acceptable.\n if (value) {\n this._template = value;\n }\n }\n\n /**\n * Applies the changes when needed.\n * @docs-private\n */\n ngDoCheck(): void {\n if (this._ngForOfDirty) {\n this._ngForOfDirty = false;\n // React on ngForOf changes only once all inputs have been initialized\n const value = this._ngForOf;\n if (!this._differ && value) {\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n try {\n // CAUTION: this logic is duplicated for production mode below, as the try-catch\n // is only present in development builds.\n this._differ = this._differs.find(value).create(this.ngForTrackBy);\n } catch {\n let errorMessage =\n `Cannot find a differ supporting object '${value}' of type '` +\n `${getTypeName(value)}'. NgFor only supports binding to Iterables, such as Arrays.`;\n if (typeof value === 'object') {\n errorMessage += ' Did you mean to use the keyvalue pipe?';\n }\n throw new RuntimeError(RuntimeErrorCode.NG_FOR_MISSING_DIFFER, errorMessage);\n }\n } else {\n // CAUTION: this logic is duplicated for development mode above, as the try-catch\n // is only present in development builds.\n this._differ = this._differs.find(value).create(this.ngForTrackBy);\n }\n }\n }\n if (this._differ) {\n const changes = this._differ.diff(this._ngForOf);\n if (changes) this._applyChanges(changes);\n }\n }\n\n private _applyChanges(changes: IterableChanges<T>) {\n const viewContainer = this._viewContainer;\n changes.forEachOperation(\n (\n item: IterableChangeRecord<T>,\n adjustedPreviousIndex: number | null,\n currentIndex: number | null,\n ) => {\n if (item.previousIndex == null) {\n // NgForOf is never \"null\" or \"undefined\" here because the differ detected\n // that a new item needs to be inserted from the iterable. This implies that\n // there is an iterable value for \"_ngForOf\".\n viewContainer.createEmbeddedView(\n this._template,\n new NgForOfContext<T, U>(item.item, this._ngForOf!, -1, -1),\n currentIndex === null ? undefined : currentIndex,\n );\n } else if (currentIndex == null) {\n viewContainer.remove(adjustedPreviousIndex === null ? undefined : adjustedPreviousIndex);\n } else if (adjustedPreviousIndex !== null) {\n const view = viewContainer.get(adjustedPreviousIndex)!;\n viewContainer.move(view, currentIndex);\n applyViewChange(view as EmbeddedViewRef<NgForOfContext<T, U>>, item);\n }\n },\n );\n\n for (let i = 0, ilen = viewContainer.length; i < ilen; i++) {\n const viewRef = <EmbeddedViewRef<NgForOfContext<T, U>>>viewContainer.get(i);\n const context = viewRef.context;\n context.index = i;\n context.count = ilen;\n context.ngForOf = this._ngForOf!;\n }\n\n changes.forEachIdentityChange((record: any) => {\n const viewRef = <EmbeddedViewRef<NgForOfContext<T, U>>>viewContainer.get(record.currentIndex);\n applyViewChange(viewRef, record);\n });\n }\n\n /**\n * Asserts the correct type of the context for the template that `NgForOf` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `NgForOf` structural directive renders its template with a specific context type.\n */\n static ngTemplateContextGuard<T, U extends NgIterable<T>>(\n dir: NgForOf<T, U>,\n ctx: any,\n ): ctx is NgForOfContext<T, U> {\n return true;\n }\n}\n\n// Also export the `NgForOf` class as `NgFor` to improve the DX for\n// cases when the directive is used as standalone, so the class name\n// matches the CSS selector (*ngFor).\nexport {NgForOf as NgFor};\n\nfunction applyViewChange<T>(\n view: EmbeddedViewRef<NgForOfContext<T>>,\n record: IterableChangeRecord<T>,\n) {\n view.context.$implicit = record.item;\n}\n\nfunction getTypeName(type: any): string {\n return type['name'] || typeof type;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n EmbeddedViewRef,\n Input,\n TemplateRef,\n ViewContainerRef,\n ɵstringify as stringify,\n ɵRuntimeError as RuntimeError,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * A structural directive that conditionally includes a template based on the value of\n * an expression coerced to Boolean.\n * When the expression evaluates to true, Angular renders the template\n * provided in a `then` clause, and when false or null,\n * Angular renders the template provided in an optional `else` clause. The default\n * template for the `else` clause is blank.\n *\n * A [shorthand form](guide/directives/structural-directives#asterisk) of the directive,\n * `*ngIf=\"condition\"`, is generally used, provided\n * as an attribute of the anchor element for the inserted template.\n * Angular expands this into a more explicit version, in which the anchor element\n * is contained in an `<ng-template>` element.\n *\n * Simple form with shorthand syntax:\n *\n * ```html\n * <div *ngIf=\"condition\">Content to render when condition is true.</div>\n * ```\n *\n * Simple form with expanded syntax:\n *\n * ```html\n * <ng-template [ngIf]=\"condition\"><div>Content to render when condition is\n * true.</div></ng-template>\n * ```\n *\n * Form with an \"else\" block:\n *\n * ```html\n * <div *ngIf=\"condition; else elseBlock\">Content to render when condition is true.</div>\n * <ng-template #elseBlock>Content to render when condition is false.</ng-template>\n * ```\n *\n * Shorthand form with \"then\" and \"else\" blocks:\n *\n * ```html\n * <div *ngIf=\"condition; then thenBlock else elseBlock\"></div>\n * <ng-template #thenBlock>Content to render when condition is true.</ng-template>\n * <ng-template #elseBlock>Content to render when condition is false.</ng-template>\n * ```\n *\n * Form with storing the value locally:\n *\n * ```html\n * <div *ngIf=\"condition as value; else elseBlock\">{{value}}</div>\n * <ng-template #elseBlock>Content to render when value is null.</ng-template>\n * ```\n *\n * @usageNotes\n *\n * The `*ngIf` directive is most commonly used to conditionally show an inline template,\n * as seen in the following example.\n * The default `else` template is blank.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfSimple'}\n *\n * ### Showing an alternative template using `else`\n *\n * To display a template when `expression` evaluates to false, use an `else` template\n * binding as shown in the following example.\n * The `else` binding points to an `<ng-template>` element labeled `#elseBlock`.\n * The template can be defined anywhere in the component view, but is typically placed right after\n * `ngIf` for readability.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfElse'}\n *\n * ### Using an external `then` template\n *\n * In the previous example, the then-clause template is specified inline, as the content of the\n * tag that contains the `ngIf` directive. You can also specify a template that is defined\n * externally, by referencing a labeled `<ng-template>` element. When you do this, you can\n * change which template to use at runtime, as shown in the following example.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfThenElse'}\n *\n * ### Storing a conditional result in a variable\n *\n * You might want to show a set of properties from the same object. If you are waiting\n * for asynchronous data, the object can be undefined.\n * In this case, you can use `ngIf` and store the result of the condition in a local\n * variable as shown in the following example.\n *\n * {@example common/ngIf/ts/module.ts region='NgIfAs'}\n *\n * This code uses only one `AsyncPipe`, so only one subscription is created.\n * The conditional statement stores the result of `userStream|async` in the local variable `user`.\n * You can then bind the local `user` repeatedly.\n *\n * The conditional displays the data only if `userStream` returns a value,\n * so you don't need to use the\n * safe-navigation-operator (`?.`)\n * to guard against null values when accessing properties.\n * You can display an alternative template while waiting for the data.\n *\n * ### Shorthand syntax\n *\n * The shorthand syntax `*ngIf` expands into two separate template specifications\n * for the \"then\" and \"else\" clauses. For example, consider the following shorthand statement,\n * that is meant to show a loading page while waiting for data to be loaded.\n *\n * ```html\n * <div class=\"hero-list\" *ngIf=\"heroes else loading\">\n * ...\n * </div>\n *\n * <ng-template #loading>\n * <div>Loading...</div>\n * </ng-template>\n * ```\n *\n * You can see that the \"else\" clause references the `<ng-template>`\n * with the `#loading` label, and the template for the \"then\" clause\n * is provided as the content of the anchor element.\n *\n * However, when Angular expands the shorthand syntax, it creates\n * another `<ng-template>` tag, with `ngIf` and `ngIfElse` directives.\n * The anchor element containing the template for the \"then\" clause becomes\n * the content of this unlabeled `<ng-template>` tag.\n *\n * ```html\n * <ng-template [ngIf]=\"heroes\" [ngIfElse]=\"loading\">\n * <div class=\"hero-list\">\n * ...\n * </div>\n * </ng-template>\n *\n * <ng-template #loading>\n * <div>Loading...</div>\n * </ng-template>\n * ```\n *\n * The presence of the implicit template object has implications for the nesting of\n * structural directives. For more on this subject, see\n * [Structural Directives](guide/directives/structural-directives#one-per-element).\n *\n * @ngModule CommonModule\n * @publicApi\n *\n * @deprecated 20.0\n * Use the `@if` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngIf]',\n})\nexport class NgIf<T = unknown> {\n private _context: NgIfContext<T> = new NgIfContext<T>();\n private _thenTemplateRef: TemplateRef<NgIfContext<T>> | null = null;\n private _elseTemplateRef: TemplateRef<NgIfContext<T>> | null = null;\n private _thenViewRef: EmbeddedViewRef<NgIfContext<T>> | null = null;\n private _elseViewRef: EmbeddedViewRef<NgIfContext<T>> | null = null;\n\n constructor(\n private _viewContainer: ViewContainerRef,\n templateRef: TemplateRef<NgIfContext<T>>,\n ) {\n this._thenTemplateRef = templateRef;\n }\n\n /**\n * The Boolean expression to evaluate as the condition for showing a template.\n * @deprecated Use the `@if` block instead. Intent to remove in v22\n */\n @Input()\n set ngIf(condition: T) {\n this._context.$implicit = this._context.ngIf = condition;\n this._updateView();\n }\n\n /**\n * A template to show if the condition expression evaluates to true.\n * @deprecated Use the `@if` block instead. Intent to remove in v22\n */\n @Input()\n set ngIfThen(templateRef: TemplateRef<NgIfContext<T>> | null) {\n assertTemplate(templateRef, (typeof ngDevMode === 'undefined' || ngDevMode) && 'ngIfThen');\n this._thenTemplateRef = templateRef;\n this._thenViewRef = null; // clear previous view if any.\n this._updateView();\n }\n\n /**\n * A template to show if the condition expression evaluates to false.\n * @deprecated Use the `@if` block instead. Intent to remove in v22\n */\n @Input()\n set ngIfElse(templateRef: TemplateRef<NgIfContext<T>> | null) {\n assertTemplate(templateRef, (typeof ngDevMode === 'undefined' || ngDevMode) && 'ngIfElse');\n this._elseTemplateRef = templateRef;\n this._elseViewRef = null; // clear previous view if any.\n this._updateView();\n }\n\n private _updateView() {\n if (this._context.$implicit) {\n if (!this._thenViewRef) {\n this._viewContainer.clear();\n this._elseViewRef = null;\n if (this._thenTemplateRef) {\n this._thenViewRef = this._viewContainer.createEmbeddedView(\n this._thenTemplateRef,\n this._context,\n );\n }\n }\n } else {\n if (!this._elseViewRef) {\n this._viewContainer.clear();\n this._thenViewRef = null;\n if (this._elseTemplateRef) {\n this._elseViewRef = this._viewContainer.createEmbeddedView(\n this._elseTemplateRef,\n this._context,\n );\n }\n }\n }\n }\n\n /** @internal */\n public static ngIfUseIfTypeGuard: void;\n\n /**\n * Assert the correct type of the expression bound to the `ngIf` input within the template.\n *\n * The presence of this static field is a signal to the Ivy template type check compiler that\n * when the `NgIf` structural directive renders its template, the type of the expression bound\n * to `ngIf` should be narrowed in some way. For `NgIf`, the binding expression itself is used to\n * narrow its type, which allows the strictNullChecks feature of TypeScript to work with `NgIf`.\n */\n static ngTemplateGuard_ngIf: 'binding';\n\n /**\n * Asserts the correct type of the context for the template that `NgIf` will render.\n *\n * The presence of this method is a signal to the Ivy template type-check compiler that the\n * `NgIf` structural directive renders its template with a specific context type.\n */\n static ngTemplateContextGuard<T>(\n dir: NgIf<T>,\n ctx: any,\n ): ctx is NgIfContext<Exclude<T, false | 0 | '' | null | undefined>> {\n return true;\n }\n}\n\n/**\n * @publicApi\n *\n * @deprecated 20.0\n * The ngIf directive is deprecated in favor of the @if block instead.\n */\nexport class NgIfContext<T = unknown> {\n public $implicit: T = null!;\n public ngIf: T = null!;\n}\n\nfunction assertTemplate(\n templateRef: TemplateRef<any> | null,\n property: string | false | null,\n): void {\n if (templateRef && !templateRef.createEmbeddedView) {\n throw new RuntimeError(\n RuntimeErrorCode.NG_IF_NOT_A_TEMPLATE_REF,\n (typeof ngDevMode === 'undefined' || ngDevMode) &&\n `${property} must be a TemplateRef, but received '${stringify(templateRef)}'.`,\n );\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n DoCheck,\n Host,\n Input,\n Optional,\n ɵRuntimeError as RuntimeError,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\nexport class SwitchView {\n private _created = false;\n\n constructor(\n private _viewContainerRef: ViewContainerRef,\n private _templateRef: TemplateRef<Object>,\n ) {}\n\n create(): void {\n this._created = true;\n this._viewContainerRef.createEmbeddedView(this._templateRef);\n }\n\n destroy(): void {\n this._created = false;\n this._viewContainerRef.clear();\n }\n\n enforceState(created: boolean) {\n if (created && !this._created) {\n this.create();\n } else if (!created && this._created) {\n this.destroy();\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n * The `[ngSwitch]` directive on a container specifies an expression to match against.\n * The expressions to match are provided by `ngSwitchCase` directives on views within the container.\n * - Every view that matches is rendered.\n * - If there are no matches, a view with the `ngSwitchDefault` directive is rendered.\n * - Elements within the `[NgSwitch]` statement but outside of any `NgSwitchCase`\n * or `ngSwitchDefault` directive are preserved at the location.\n *\n * @usageNotes\n * Define a container element for the directive, and specify the switch expression\n * to match against as an attribute:\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * ```\n *\n * Within the container, `*ngSwitchCase` statements specify the match expressions\n * as attributes. Include `*ngSwitchDefault` as the final case.\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * ...\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * ### Usage Examples\n *\n * The following example shows how to use more than one case to display the same view:\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <!-- the same view can be shown in more than one case -->\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * <some-element *ngSwitchCase=\"match_expression_2\">...</some-element>\n * <some-other-element *ngSwitchCase=\"match_expression_3\">...</some-other-element>\n * <!--default case when there are no matches -->\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * The following example shows how cases can be nested:\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * <some-element *ngSwitchCase=\"match_expression_2\">...</some-element>\n * <some-other-element *ngSwitchCase=\"match_expression_3\">...</some-other-element>\n * <ng-container *ngSwitchCase=\"match_expression_3\">\n * <!-- use a ng-container to group multiple root nodes -->\n * <inner-element></inner-element>\n * <inner-other-element></inner-other-element>\n * </ng-container>\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * @publicApi\n * @see {@link NgSwitchCase}\n * @see {@link NgSwitchDefault}\n * @see [Structural Directives](guide/directives/structural-directives)\n *\n * @deprecated 20.0\n * Use the `@switch` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngSwitch]',\n})\nexport class NgSwitch {\n private _defaultViews: SwitchView[] = [];\n private _defaultUsed = false;\n private _caseCount = 0;\n private _lastCaseCheckIndex = 0;\n private _lastCasesMatched = false;\n private _ngSwitch: any;\n\n /** @deprecated Use the `@switch` block instead. Intent to remove in v22 */\n @Input()\n set ngSwitch(newValue: any) {\n this._ngSwitch = newValue;\n if (this._caseCount === 0) {\n this._updateDefaultCases(true);\n }\n }\n\n /** @internal */\n _addCase(): number {\n return this._caseCount++;\n }\n\n /** @internal */\n _addDefault(view: SwitchView) {\n this._defaultViews.push(view);\n }\n\n /** @internal */\n _matchCase(value: any): boolean {\n const matched = value === this._ngSwitch;\n this._lastCasesMatched ||= matched;\n this._lastCaseCheckIndex++;\n if (this._lastCaseCheckIndex === this._caseCount) {\n this._updateDefaultCases(!this._lastCasesMatched);\n this._lastCaseCheckIndex = 0;\n this._lastCasesMatched = false;\n }\n return matched;\n }\n\n private _updateDefaultCases(useDefault: boolean) {\n if (this._defaultViews.length > 0 && useDefault !== this._defaultUsed) {\n this._defaultUsed = useDefault;\n for (const defaultView of this._defaultViews) {\n defaultView.enforceState(useDefault);\n }\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n * Provides a switch case expression to match against an enclosing `ngSwitch` expression.\n * When the expressions match, the given `NgSwitchCase` template is rendered.\n * If multiple match expressions match the switch expression value, all of them are displayed.\n *\n * @usageNotes\n *\n * Within a switch container, `*ngSwitchCase` statements specify the match expressions\n * as attributes. Include `*ngSwitchDefault` as the final case.\n *\n * ```html\n * <container-element [ngSwitch]=\"switch_expression\">\n * <some-element *ngSwitchCase=\"match_expression_1\">...</some-element>\n * ...\n * <some-element *ngSwitchDefault>...</some-element>\n * </container-element>\n * ```\n *\n * Each switch-case statement contains an in-line HTML template or template reference\n * that defines the subtree to be selected if the value of the match expression\n * matches the value of the switch expression.\n *\n * As of Angular v17 the NgSwitch directive uses strict equality comparison (`===`) instead of\n * loose equality (`==`) to match different cases.\n *\n * @publicApi\n * @see {@link NgSwitch}\n * @see {@link NgSwitchDefault}\n *\n * @deprecated 20.0\n * Use the `@case` block within a `@switch` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngSwitchCase]',\n})\nexport class NgSwitchCase implements DoCheck {\n private _view: SwitchView;\n /**\n * Stores the HTML template to be selected on match.\n * @deprecated Use the `@case` block within a `@switch` block instead. Intent to remove in v22\n */\n @Input() ngSwitchCase: any;\n\n constructor(\n viewContainer: ViewContainerRef,\n templateRef: TemplateRef<Object>,\n @Optional() @Host() private ngSwitch: NgSwitch,\n ) {\n if ((typeof ngDevMode === 'undefined' || ngDevMode) && !ngSwitch) {\n throwNgSwitchProviderNotFoundError('ngSwitchCase', 'NgSwitchCase');\n }\n\n ngSwitch._addCase();\n this._view = new SwitchView(viewContainer, templateRef);\n }\n\n /**\n * Performs case matching. For internal use only.\n * @docs-private\n */\n ngDoCheck() {\n this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase));\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n *\n * Creates a view that is rendered when no `NgSwitchCase` expressions\n * match the `NgSwitch` expression.\n * This statement should be the final case in an `NgSwitch`.\n *\n * @publicApi\n * @see {@link NgSwitch}\n * @see {@link NgSwitchCase}\n *\n * @deprecated 20.0\n * Use the `@default` block within a `@switch` block instead. Intent to remove in v22\n */\n@Directive({\n selector: '[ngSwitchDefault]',\n})\nexport class NgSwitchDefault {\n constructor(\n viewContainer: ViewContainerRef,\n templateRef: TemplateRef<Object>,\n @Optional() @Host() ngSwitch: NgSwitch,\n ) {\n if ((typeof ngDevMode === 'undefined' || ngDevMode) && !ngSwitch) {\n throwNgSwitchProviderNotFoundError('ngSwitchDefault', 'NgSwitchDefault');\n }\n\n ngSwitch._addDefault(new SwitchView(viewContainer, templateRef));\n }\n}\n\nfunction throwNgSwitchProviderNotFoundError(attrName: string, directiveName: string): never {\n throw new RuntimeError(\n RuntimeErrorCode.PARENT_NG_SWITCH_NOT_FOUND,\n `An element with the \"${attrName}\" attribute ` +\n `(matching the \"${directiveName}\" directive) must be located inside an element with the \"ngSwitch\" attribute ` +\n `(matching \"NgSwitch\" directive)`,\n );\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Attribute, Directive, Host, Input, TemplateRef, ViewContainerRef} from '@angular/core';\n\nimport {getPluralCategory, NgLocalization} from '../i18n/localization';\n\nimport {SwitchView} from './ng_switch';\n\n/**\n * @ngModule CommonModule\n *\n * @usageNotes\n * ```html\n * <some-element [ngPlural]=\"value\">\n * <ng-template ngPluralCase=\"=0\">there is nothing</ng-template>\n * <ng-template ngPluralCase=\"=1\">there is one</ng-template>\n * <ng-template ngPluralCase=\"few\">there are a few</ng-template>\n * </some-element>\n * ```\n *\n * @description\n *\n * Adds / removes DOM sub-trees based on a numeric value. Tailored for pluralization.\n *\n * Displays DOM sub-trees that match the switch expression value, or failing that, DOM sub-trees\n * that match the switch expression's pluralization category.\n *\n * To use this directive you must provide a container element that sets the `[ngPlural]` attribute\n * to a switch expression. Inner elements with a `[ngPluralCase]` will display based on their\n * expression:\n * - if `[ngPluralCase]` is set to a value starting with `=`, it will only display if the value\n * matches the switch expression exactly,\n * - otherwise, the view will be treated as a \"category match\", and will only display if exact\n * value matches aren't found and the value maps to its category for the defined locale.\n *\n * See http://cldr.unicode.org/index/cldr-spec/plural-rules\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngPlural]',\n})\nexport class NgPlural {\n private _activeView?: SwitchView;\n private _caseViews: {[k: string]: SwitchView} = {};\n\n constructor(private _localization: NgLocalization) {}\n\n @Input()\n set ngPlural(value: number) {\n this._updateView(value);\n }\n\n addCase(value: string, switchView: SwitchView): void {\n this._caseViews[value] = switchView;\n }\n\n private _updateView(switchValue: number): void {\n this._clearViews();\n\n const cases = Object.keys(this._caseViews);\n const key = getPluralCategory(switchValue, cases, this._localization);\n this._activateView(this._caseViews[key]);\n }\n\n private _clearViews() {\n if (this._activeView) this._activeView.destroy();\n }\n\n private _activateView(view: SwitchView) {\n if (view) {\n this._activeView = view;\n this._activeView.create();\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n *\n * @description\n *\n * Creates a view that will be added/removed from the parent {@link NgPlural} when the\n * given expression matches the plural expression according to CLDR rules.\n *\n * @usageNotes\n * ```html\n * <some-element [ngPlural]=\"value\">\n * <ng-template ngPluralCase=\"=0\">...</ng-template>\n * <ng-template ngPluralCase=\"other\">...</ng-template>\n * </some-element>\n *```\n *\n * See {@link NgPlural} for more details and example.\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngPluralCase]',\n})\nexport class NgPluralCase {\n constructor(\n @Attribute('ngPluralCase') public value: string,\n template: TemplateRef<Object>,\n viewContainer: ViewContainerRef,\n @Host() ngPlural: NgPlural,\n ) {\n const isANumber: boolean = !isNaN(Number(value));\n ngPlural.addCase(isANumber ? `=${value}` : value, new SwitchView(viewContainer, template));\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {\n Directive,\n DoCheck,\n ElementRef,\n Input,\n KeyValueChanges,\n KeyValueDiffer,\n KeyValueDiffers,\n Renderer2,\n RendererStyleFlags2,\n} from '@angular/core';\n\n/**\n * @ngModule CommonModule\n *\n * @usageNotes\n *\n * Set the width of the containing element to a pixel value returned by an expression.\n *\n * ```html\n * <some-element [ngStyle]=\"{'max-width.px': widthExp}\">...</some-element>\n * ```\n *\n * Set a collection of style values using an expression that returns key-value pairs.\n *\n * ```html\n * <some-element [ngStyle]=\"objExp\">...</some-element>\n * ```\n *\n * For more simple use cases you can use the [style bindings](/guide/templates/binding#css-class-and-style-property-bindings) directly.\n * It doesn't require importing a directive.\n *\n * Set the font of the containing element to the result of an expression.\n *\n * ```html\n * <some-element [style]=\"{'font-style': styleExp}\">...</some-element>\n * ```\n *\n * @description\n *\n * An attribute directive that updates styles for the containing HTML element.\n * Sets one or more style properties, specified as colon-separated key-value pairs.\n * The key is a style name, with an optional `.<unit>` suffix\n * (such as 'top.px', 'font-style.em').\n * The value is an expression to be evaluated.\n * The resulting non-null value, expressed in the given unit,\n * is assigned to the given style property.\n * If the result of evaluation is null, the corresponding style is removed.\n *\n * @see [Style bindings](/guide/templates/binding#css-class-and-style-property-bindings)\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngStyle]',\n})\nexport class NgStyle implements DoCheck {\n private _ngStyle: {[key: string]: string} | null | undefined = null;\n private _differ: KeyValueDiffer<string, string | number> | null = null;\n\n constructor(\n private _ngEl: ElementRef,\n private _differs: KeyValueDiffers,\n private _renderer: Renderer2,\n ) {}\n\n @Input('ngStyle')\n set ngStyle(values: {[klass: string]: any} | null | undefined) {\n this._ngStyle = values;\n if (!this._differ && values) {\n this._differ = this._differs.find(values).create();\n }\n }\n\n ngDoCheck() {\n if (this._differ) {\n const changes = this._differ.diff(this._ngStyle!);\n if (changes) {\n this._applyChanges(changes);\n }\n }\n }\n\n private _setStyle(nameAndUnit: string, value: string | number | null | undefined): void {\n const [name, unit] = nameAndUnit.split('.');\n const flags = name.indexOf('-') === -1 ? undefined : (RendererStyleFlags2.DashCase as number);\n\n if (value != null) {\n this._renderer.setStyle(\n this._ngEl.nativeElement,\n name,\n unit ? `${value}${unit}` : value,\n flags,\n );\n } else {\n this._renderer.removeStyle(this._ngEl.nativeElement, name, flags);\n }\n }\n\n private _applyChanges(changes: KeyValueChanges<string, string | number>): void {\n changes.forEachRemovedItem((record) => this._setStyle(record.key, null));\n changes.forEachAddedItem((record) => this._setStyle(record.key, record.currentValue));\n changes.forEachChangedItem((record) => this._setStyle(record.key, record.currentValue));\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Directive,\n EmbeddedViewRef,\n inject,\n Injector,\n Input,\n OnChanges,\n SimpleChanges,\n TemplateRef,\n ViewContainerRef,\n} from '@angular/core';\n\n/**\n * @ngModule CommonModule\n *\n * @description\n *\n * Inserts an embedded view from a prepared `TemplateRef`.\n *\n * You can attach a context object to the `EmbeddedViewRef` by setting `[ngTemplateOutletContext]`.\n * `[ngTemplateOutletContext]` should be an object, the object's keys will be available for binding\n * by the local template `let` declarations.\n *\n * @usageNotes\n * ```html\n * <ng-container *ngTemplateOutlet=\"templateRefExp; context: contextExp\"></ng-container>\n * ```\n *\n * Using the key `$implicit` in the context object will set its value as default.\n *\n * ### Example\n *\n * {@example common/ngTemplateOutlet/ts/module.ts region='NgTemplateOutlet'}\n *\n * @publicApi\n */\n@Directive({\n selector: '[ngTemplateOutlet]',\n})\nexport class NgTemplateOutlet<C = unknown> implements OnChanges {\n private _viewRef: EmbeddedViewRef<C> | null = null;\n\n /**\n * A context object to attach to the {@link EmbeddedViewRef}. This should be an\n * object, the object's keys will be available for binding by the local template `let`\n * declarations.\n * Using the key `$implicit` in the context object will set its value as default.\n */\n @Input() public ngTemplateOutletContext: C | null | undefined = null;\n\n /**\n * A string defining the template reference and optionally the context object for the template.\n */\n @Input() public ngTemplateOutlet: TemplateRef<C> | null | undefined = null;\n\n /**\n * Injector to be used within the embedded view. A value of \"outlet\" can be used to indicate\n * that the injector should be inherited from the template outlet's location in the instantiated DOM.\n */\n @Input() public ngTemplateOutletInjector: Injector | 'outlet' | null | undefined = null;\n\n protected injector = inject(Injector);\n\n constructor(private _viewContainerRef: ViewContainerRef) {}\n\n ngOnChanges(changes: SimpleChanges) {\n if (this._shouldRecreateView(changes)) {\n const viewContainerRef = this._viewContainerRef;\n\n if (this._viewRef) {\n viewContainerRef.remove(viewContainerRef.indexOf(this._viewRef));\n }\n\n // If there is no outlet, clear the destroyed view ref.\n if (!this.ngTemplateOutlet) {\n this._viewRef = null;\n return;\n }\n\n // Create a context forward `Proxy` that will always bind to the user-specified context,\n // without having to destroy and re-create views whenever the context changes.\n const viewContext = this._createContextForwardProxy();\n this._viewRef = viewContainerRef.createEmbeddedView(this.ngTemplateOutlet, viewContext, {\n injector: this._getInjector(),\n });\n }\n }\n\n /**\n * Gets the injector to use for the template outlet based on ngTemplateOutletInjector.\n */\n private _getInjector(): Injector | undefined {\n if (this.ngTemplateOutletInjector === 'outlet') {\n return this.injector;\n }\n return this.ngTemplateOutletInjector ?? undefined;\n }\n\n /**\n * We need to re-create existing embedded view if either is true:\n * - the outlet changed.\n * - the injector changed.\n */\n private _shouldRecreateView(changes: SimpleChanges): boolean {\n return !!changes['ngTemplateOutlet'] || !!changes['ngTemplateOutletInjector'];\n }\n\n /**\n * For a given outlet instance, we create a proxy object that delegates\n * to the user-specified context. This allows changing, or swapping out\n * the context object completely without having to destroy/re-create the view.\n */\n private _createContextForwardProxy(): C {\n return <C>new Proxy(\n {},\n {\n set: (_target, prop, newValue) => {\n if (!this.ngTemplateOutletContext) {\n return false;\n }\n return Reflect.set(this.ngTemplateOutletContext, prop, newValue);\n },\n get: (_target, prop, receiver) => {\n if (!this.ngTemplateOutletContext) {\n return undefined;\n }\n return Reflect.get(this.ngTemplateOutletContext, prop, receiver);\n },\n },\n );\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Provider} from '@angular/core';\n\nimport {NgClass} from './ng_class';\nimport {NgComponentOutlet} from './ng_component_outlet';\nimport {NgFor, NgForOf, NgForOfContext} from './ng_for_of';\nimport {NgIf, NgIfContext} from './ng_if';\nimport {NgPlural, NgPluralCase} from './ng_plural';\nimport {NgStyle} from './ng_style';\nimport {NgSwitch, NgSwitchCase, NgSwitchDefault} from './ng_switch';\nimport {NgTemplateOutlet} from './ng_template_outlet';\n\nexport {\n NgClass,\n NgComponentOutlet,\n NgFor,\n NgForOf,\n NgForOfContext,\n NgIf,\n NgIfContext,\n NgPlural,\n NgPluralCase,\n NgStyle,\n NgSwitch,\n NgSwitchCase,\n NgSwitchDefault,\n NgTemplateOutlet,\n};\n\n/**\n * A collection of Angular directives that are likely to be used in each and every Angular\n * application.\n */\nexport const COMMON_DIRECTIVES: Provider[] = [\n NgClass,\n NgComponentOutlet,\n NgForOf,\n NgIf,\n NgTemplateOutlet,\n NgStyle,\n NgSwitch,\n NgSwitchCase,\n NgSwitchDefault,\n NgPlural,\n NgPluralCase,\n];\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n Type,\n ɵRuntimeError as RuntimeError,\n ɵstringify as stringify,\n isSignal,\n} from '@angular/core';\n\nimport {RuntimeErrorCode} from '../errors';\n\nexport function invalidPipeArgumentError(type: Type<any>, value: Object) {\n return new RuntimeError(\n RuntimeErrorCode.INVALID_PIPE_ARGUMENT,\n ngDevMode && `InvalidPipeArgument: '${value}' for pipe '${stringify(type)}'`,\n );\n}\n\nexport function warnIfSignal(pipeName: string, value: unknown): void {\n if (isSignal(value)) {\n console.warn(`The ${pipeName} does not unwrap signals. Received a signal with value:`, value());\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n ChangeDetectorRef,\n EventEmitter,\n OnDestroy,\n Pipe,\n PipeTransform,\n untracked,\n ɵisPromise,\n ɵisSubscribable,\n ɵINTERNAL_APPLICATION_ERROR_HANDLER as INTERNAL_APPLICATION_ERROR_HANDLER,\n inject,\n} from '@angular/core';\nimport type {Observable, Subscribable, Unsubscribable} from 'rxjs';\n\nimport {invalidPipeArgumentError} from './utils';\n\ninterface SubscriptionStrategy {\n createSubscription(\n async: Subscribable<any> | PromiseLike<any>,\n updateLatestValue: any,\n onError: (e: unknown) => void,\n ): Unsubscribable | PromiseLike<any>;\n dispose(subscription: Unsubscribable | PromiseLike<any>): void;\n}\n\nclass SubscribableStrategy implements SubscriptionStrategy {\n createSubscription(\n async: Subscribable<any>,\n updateLatestValue: any,\n onError: (e: unknown) => void,\n ): Unsubscribable {\n // Subscription can be side-effectful, and we don't want any signal reads which happen in the\n // side effect of the subscription to be tracked by a component's template when that\n // subscription is triggered via the async pipe. So we wrap the subscription in `untracked` to\n // decouple from the current reactive context.\n //\n // `untracked` also prevents signal _writes_ which happen in the subscription side effect from\n // being treated as signal writes during the template evaluation (which throws errors).\n return untracked(() =>\n async.subscribe({\n next: updateLatestValue,\n error: onError,\n }),\n );\n }\n\n dispose(subscription: Unsubscribable): void {\n // See the comment in `createSubscription` above on the use of `untracked`.\n untracked(() => subscription.unsubscribe());\n }\n}\n\nclass PromiseStrategy implements SubscriptionStrategy {\n createSubscription(\n async: PromiseLike<any>,\n updateLatestValue: ((v: any) => any) | null,\n onError: ((e: unknown) => void) | null,\n ): Unsubscribable {\n // According to the promise specification, promises are not cancellable by default.\n // Once a promise is created, it will either resolve or reject, and it doesn't\n // provide a built-in mechanism to cancel it.\n // There may be situations where a promise is provided, and it either resolves after\n // the pipe has been destroyed or never resolves at all. If the promise never\n // resolves — potentially due to factors beyond our control, such as third-party\n // libraries — this can lead to a memory leak.\n // When we use `async.then(updateLatestValue)`, the engine captures a reference to the\n // `updateLatestValue` function. This allows the promise to invoke that function when it\n // resolves. In this case, the promise directly captures a reference to the\n // `updateLatestValue` function. If the promise resolves later, it retains a reference\n // to the original `updateLatestValue`, meaning that even if the context where\n // `updateLatestValue` was defined has been destroyed, the function reference remains in memory.\n // This can lead to memory leaks if `updateLatestValue` is no longer needed or if it holds\n // onto resources that should be released.\n // When we do `async.then(v => ...)` the promise captures a reference to the lambda\n // function (the arrow function).\n // When we assign `updateLatestValue = null` within the context of an `unsubscribe` function,\n // we're changing the reference of `updateLatestValue` in the current scope to `null`.\n // The lambda will no longer have access to it after the assignment, effectively\n // preventing any further calls to the original function and allowing it to be garbage collected.\n async.then(\n // Using optional chaining because we may have set it to `null`; since the promise\n // is async, the view might be destroyed by the time the promise resolves.\n (v) => updateLatestValue?.(v),\n (e) => onError?.(e),\n );\n return {\n unsubscribe: () => {\n updateLatestValue = null;\n onError = null;\n },\n };\n }\n\n dispose(subscription: Unsubscribable): void {\n subscription.unsubscribe();\n }\n}\n\nconst _promiseStrategy = new PromiseStrategy();\nconst _subscribableStrategy = new SubscribableStrategy();\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Unwraps a value from an asynchronous primitive.\n *\n * The `async` pipe subscribes to an `Observable` or `Promise` and returns the latest value it has\n * emitted. When a new value is emitted, the `async` pipe marks the component to be checked for\n * changes. When the component gets destroyed, the `async` pipe unsubscribes automatically to avoid\n * potential memory leaks. When the reference of the expression changes, the `async` pipe\n * automatically unsubscribes from the old `Observable` or `Promise` and subscribes to the new one.\n *\n * @usageNotes\n *\n * ### Examples\n *\n * This example binds a `Promise` to the view. Clicking the `Resolve` button resolves the\n * promise.\n *\n * {@example common/pipes/ts/async_pipe.ts region='AsyncPipePromise'}\n *\n * It's also possible to use `async` with Observables. The example below binds the `time` Observable\n * to the view. The Observable continuously updates the view with the current time.\n *\n * {@example common/pipes/ts/async_pipe.ts region='AsyncPipeObservable'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'async',\n pure: false,\n})\nexport class AsyncPipe implements OnDestroy, PipeTransform {\n private _ref: ChangeDetectorRef | null;\n private _latestValue: any = null;\n private markForCheckOnValueUpdate = true;\n\n private _subscription: Unsubscribable | PromiseLike<any> | null = null;\n private _obj: Subscribable<any> | PromiseLike<any> | EventEmitter<any> | null = null;\n private _strategy: SubscriptionStrategy | null = null;\n private readonly applicationErrorHandler = inject(INTERNAL_APPLICATION_ERROR_HANDLER);\n\n constructor(ref: ChangeDetectorRef) {\n // Assign `ref` into `this._ref` manually instead of declaring `_ref` in the constructor\n // parameter list, as the type of `this._ref` includes `null` unlike the type of `ref`.\n this._ref = ref;\n }\n\n ngOnDestroy(): void {\n if (this._subscription) {\n this._dispose();\n }\n // Clear the `ChangeDetectorRef` and its association with the view data, to mitigate\n // potential memory leaks in Observables that could otherwise cause the view data to\n // be retained.\n // https://github.com/angular/angular/issues/17624\n this._ref = null;\n }\n\n // NOTE(@benlesh): Because Observable has deprecated a few call patterns for `subscribe`,\n // TypeScript has a hard time matching Observable to Subscribable, for more information\n // see https://github.com/microsoft/TypeScript/issues/43643\n\n transform<T>(obj: Observable<T> | Subscribable<T> | PromiseLike<T>): T | null;\n transform<T>(obj: null | undefined): null;\n transform<T>(obj: Observable<T> | Subscribable<T> | PromiseLike<T> | null | undefined): T | null;\n transform<T>(obj: Observable<T> | Subscribable<T> | PromiseLike<T> | null | undefined): T | null {\n if (!this._obj) {\n if (obj) {\n try {\n // Only call `markForCheck` if the value is updated asynchronously.\n // Synchronous updates _during_ subscription should not wastefully mark for check -\n // this value is already going to be returned from the transform function.\n this.markForCheckOnValueUpdate = false;\n this._subscribe(obj);\n } finally {\n this.markForCheckOnValueUpdate = true;\n }\n }\n return this._latestValue;\n }\n\n if (obj !== this._obj) {\n this._dispose();\n return this.transform(obj);\n }\n\n return this._latestValue;\n }\n\n private _subscribe(obj: Subscribable<any> | PromiseLike<any> | EventEmitter<any>): void {\n this._obj = obj;\n this._strategy = this._selectStrategy(obj);\n this._subscription = this._strategy.createSubscription(\n obj,\n (value: Object) => this._updateLatestValue(obj, value),\n (e) => this.applicationErrorHandler(e),\n );\n }\n\n private _selectStrategy(\n obj: Subscribable<any> | PromiseLike<any> | EventEmitter<any>,\n ): SubscriptionStrategy {\n if (ɵisPromise(obj)) {\n return _promiseStrategy;\n }\n\n if (ɵisSubscribable(obj)) {\n return _subscribableStrategy;\n }\n\n throw invalidPipeArgumentError(AsyncPipe, obj);\n }\n\n private _dispose(): void {\n // Note: `dispose` is only called if a subscription has been initialized before, indicating\n // that `this._strategy` is also available.\n this._strategy!.dispose(this._subscription!);\n this._latestValue = null;\n this._subscription = null;\n this._obj = null;\n }\n\n private _updateLatestValue(async: any, value: Object): void {\n if (async === this._obj) {\n this._latestValue = value;\n if (this.markForCheckOnValueUpdate) {\n this._ref?.markForCheck();\n }\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform, Type} from '@angular/core';\n\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * Transforms text to all lower case.\n *\n * @see {@link UpperCasePipe}\n * @see {@link TitleCasePipe}\n * @usageNotes\n *\n * The following example defines a view that allows the user to enter\n * text, and then uses the pipe to convert the input text to all lower case.\n *\n * {@example common/pipes/ts/lowerupper_pipe.ts region='LowerUpperPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @ngModule CommonModule\n * @publicApi\n */\n@Pipe({\n name: 'lowercase',\n})\nexport class LowerCasePipe implements PipeTransform {\n /**\n * @param value The string to transform to lower case.\n */\n transform(value: string): string;\n transform(value: null | undefined): null;\n transform(value: string | null | undefined): string | null;\n transform(value: string | null | undefined): string | null {\n if (value == null) return null;\n assertPipeArgument(LowerCasePipe, value);\n return value.toLowerCase();\n }\n}\n\n//\n// Regex below matches any Unicode word and number compatible with ES5. In ES2018 the same result\n// can be achieved by using /[0-9\\p{L}]\\S*/gu and also known as Unicode Property Escapes\n// (https://2ality.com/2017/07/regexp-unicode-property-escapes.html). Since there is no\n// transpilation of this functionality down to ES5 without external tool, the only solution is\n// to use already transpiled form. Example can be found here -\n// https://mothereff.in/regexpu#input=var+regex+%3D+%2F%5B0-9%5Cp%7BL%7D%5D%5CS*%2Fgu%3B%0A%0A&unicodePropertyEscape=1\n//\n\nconst unicodeWordMatch =\n /(?:[0-9A-Za-z\\xAA\\xB5\\xBA\\xC0-\\xD6\\xD8-\\xF6\\xF8-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0370-\\u0374\\u0376\\u0377\\u037A-\\u037D\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u03A1\\u03A3-\\u03F5\\u03F7-\\u0481\\u048A-\\u052F\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05D0-\\u05EA\\u05EF-\\u05F2\\u0620-\\u064A\\u066E\\u066F\\u0671-\\u06D3\\u06D5\\u06E5\\u06E6\\u06EE\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u07F4\\u07F5\\u07FA\\u0800-\\u0815\\u081A\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086A\\u0870-\\u0887\\u0889-\\u088E\\u08A0-\\u08C9\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098C\\u098F\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC\\u09DD\\u09DF-\\u09E1\\u09F0\\u09F1\\u09FC\\u0A05-\\u0A0A\\u0A0F\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32\\u0A33\\u0A35\\u0A36\\u0A38\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99\\u0B9A\\u0B9C\\u0B9E\\u0B9F\\u0BA3\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C5D\\u0C60\\u0C61\\u0C80\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDD\\u0CDE\\u0CE0\\u0CE1\\u0CF1\\u0CF2\\u0D04-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D54-\\u0D56\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32\\u0E33\\u0E40-\\u0E46\\u0E81\\u0E82\\u0E84\\u0E86-\\u0E8A\\u0E8C-\\u0EA3\\u0EA5\\u0EA7-\\u0EB0\\u0EB2\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EC6\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10A0-\\u10C5\\u10C7\\u10CD\\u10D0-\\u10FA\\u10FC-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u13A0-\\u13F5\\u13F8-\\u13FD\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16F1-\\u16F8\\u1700-\\u1711\\u171F-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17D7\\u17DC\\u1820-\\u1878\\u1880-\\u1884\\u1887-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1AA7\\u1B05-\\u1B33\\u1B45-\\u1B4C\\u1B83-\\u1BA0\\u1BAE\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C7D\\u1C80-\\u1C88\\u1C90-\\u1CBA\\u1CBD-\\u1CBF\\u1CE9-\\u1CEC\\u1CEE-\\u1CF3\\u1CF5\\u1CF6\\u1CFA\\u1D00-\\u1DBF\\u1E00-\\u1F15\\u1F18-\\u1F1D\\u1F20-\\u1F45\\u1F48-\\u1F4D\\u1F50-\\u1F57\\u1F59\\u1F5B\\u1F5D\\u1F5F-\\u1F7D\\u1F80-\\u1FB4\\u1FB6-\\u1FBC\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FCC\\u1FD0-\\u1FD3\\u1FD6-\\u1FDB\\u1FE0-\\u1FEC\\u1FF2-\\u1FF4\\u1FF6-\\u1FFC\\u2071\\u207F\\u2090-\\u209C\\u2102\\u2107\\u210A-\\u2113\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u212F-\\u2139\\u213C-\\u213F\\u2145-\\u2149\\u214E\\u2183\\u2184\\u2C00-\\u2CE4\\u2CEB-\\u2CEE\\u2CF2\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\u2D30-\\u2D67\\u2D6F\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u2E2F\\u3005\\u3006\\u3031-\\u3035\\u303B\\u303C\\u3041-\\u3096\\u309D-\\u309F\\u30A1-\\u30FA\\u30FC-\\u30FF\\u3105-\\u312F\\u3131-\\u318E\\u31A0-\\u31BF\\u31F0-\\u31FF\\u3400-\\u4DBF\\u4E00-\\uA48C\\uA4D0-\\uA4FD\\uA500-\\uA60C\\uA610-\\uA61F\\uA62A\\uA62B\\uA640-\\uA66E\\uA67F-\\uA69D\\uA6A0-\\uA6E5\\uA717-\\uA71F\\uA722-\\uA788\\uA78B-\\uA7CA\\uA7D0\\uA7D1\\uA7D3\\uA7D5-\\uA7D9\\uA7F2-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA8FE\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9CF\\uA9E0-\\uA9E4\\uA9E6-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADD\\uAAE0-\\uAAEA\\uAAF2-\\uAAF4\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uAB30-\\uAB5A\\uAB5C-\\uAB69\\uAB70-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40\\uFB41\\uFB43\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF21-\\uFF3A\\uFF41-\\uFF5A\\uFF66-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]|\\uD800[\\uDC00-\\uDC0B\\uDC0D-\\uDC26\\uDC28-\\uDC3A\\uDC3C\\uDC3D\\uDC3F-\\uDC4D\\uDC50-\\uDC5D\\uDC80-\\uDCFA\\uDE80-\\uDE9C\\uDEA0-\\uDED0\\uDF00-\\uDF1F\\uDF2D-\\uDF40\\uDF42-\\uDF49\\uDF50-\\uDF75\\uDF80-\\uDF9D\\uDFA0-\\uDFC3\\uDFC8-\\uDFCF]|\\uD801[\\uDC00-\\uDC9D\\uDCB0-\\uDCD3\\uDCD8-\\uDCFB\\uDD00-\\uDD27\\uDD30-\\uDD63\\uDD70-\\uDD7A\\uDD7C-\\uDD8A\\uDD8C-\\uDD92\\uDD94\\uDD95\\uDD97-\\uDDA1\\uDDA3-\\uDDB1\\uDDB3-\\uDDB9\\uDDBB\\uDDBC\\uDE00-\\uDF36\\uDF40-\\uDF55\\uDF60-\\uDF67\\uDF80-\\uDF85\\uDF87-\\uDFB0\\uDFB2-\\uDFBA]|\\uD802[\\uDC00-\\uDC05\\uDC08\\uDC0A-\\uDC35\\uDC37\\uDC38\\uDC3C\\uDC3F-\\uDC55\\uDC60-\\uDC76\\uDC80-\\uDC9E\\uDCE0-\\uDCF2\\uDCF4\\uDCF5\\uDD00-\\uDD15\\uDD20-\\uDD39\\uDD80-\\uDDB7\\uDDBE\\uDDBF\\uDE00\\uDE10-\\uDE13\\uDE15-\\uDE17\\uDE19-\\uDE35\\uDE60-\\uDE7C\\uDE80-\\uDE9C\\uDEC0-\\uDEC7\\uDEC9-\\uDEE4\\uDF00-\\uDF35\\uDF40-\\uDF55\\uDF60-\\uDF72\\uDF80-\\uDF91]|\\uD803[\\uDC00-\\uDC48\\uDC80-\\uDCB2\\uDCC0-\\uDCF2\\uDD00-\\uDD23\\uDE80-\\uDEA9\\uDEB0\\uDEB1\\uDF00-\\uDF1C\\uDF27\\uDF30-\\uDF45\\uDF70-\\uDF81\\uDFB0-\\uDFC4\\uDFE0-\\uDFF6]|\\uD804[\\uDC03-\\uDC37\\uDC71\\uDC72\\uDC75\\uDC83-\\uDCAF\\uDCD0-\\uDCE8\\uDD03-\\uDD26\\uDD44\\uDD47\\uDD50-\\uDD72\\uDD76\\uDD83-\\uDDB2\\uDDC1-\\uDDC4\\uDDDA\\uDDDC\\uDE00-\\uDE11\\uDE13-\\uDE2B\\uDE80-\\uDE86\\uDE88\\uDE8A-\\uDE8D\\uDE8F-\\uDE9D\\uDE9F-\\uDEA8\\uDEB0-\\uDEDE\\uDF05-\\uDF0C\\uDF0F\\uDF10\\uDF13-\\uDF28\\uDF2A-\\uDF30\\uDF32\\uDF33\\uDF35-\\uDF39\\uDF3D\\uDF50\\uDF5D-\\uDF61]|\\uD805[\\uDC00-\\uDC34\\uDC47-\\uDC4A\\uDC5F-\\uDC61\\uDC80-\\uDCAF\\uDCC4\\uDCC5\\uDCC7\\uDD80-\\uDDAE\\uDDD8-\\uDDDB\\uDE00-\\uDE2F\\uDE44\\uDE80-\\uDEAA\\uDEB8\\uDF00-\\uDF1A\\uDF40-\\uDF46]|\\uD806[\\uDC00-\\uDC2B\\uDCA0-\\uDCDF\\uDCFF-\\uDD06\\uDD09\\uDD0C-\\uDD13\\uDD15\\uDD16\\uDD18-\\uDD2F\\uDD3F\\uDD41\\uDDA0-\\uDDA7\\uDDAA-\\uDDD0\\uDDE1\\uDDE3\\uDE00\\uDE0B-\\uDE32\\uDE3A\\uDE50\\uDE5C-\\uDE89\\uDE9D\\uDEB0-\\uDEF8]|\\uD807[\\uDC00-\\uDC08\\uDC0A-\\uDC2E\\uDC40\\uDC72-\\uDC8F\\uDD00-\\uDD06\\uDD08\\uDD09\\uDD0B-\\uDD30\\uDD46\\uDD60-\\uDD65\\uDD67\\uDD68\\uDD6A-\\uDD89\\uDD98\\uDEE0-\\uDEF2\\uDFB0]|\\uD808[\\uDC00-\\uDF99]|\\uD809[\\uDC80-\\uDD43]|\\uD80B[\\uDF90-\\uDFF0]|[\\uD80C\\uD81C-\\uD820\\uD822\\uD840-\\uD868\\uD86A-\\uD86C\\uD86F-\\uD872\\uD874-\\uD879\\uD880-\\uD883][\\uDC00-\\uDFFF]|\\uD80D[\\uDC00-\\uDC2E]|\\uD811[\\uDC00-\\uDE46]|\\uD81A[\\uDC00-\\uDE38\\uDE40-\\uDE5E\\uDE70-\\uDEBE\\uDED0-\\uDEED\\uDF00-\\uDF2F\\uDF40-\\uDF43\\uDF63-\\uDF77\\uDF7D-\\uDF8F]|\\uD81B[\\uDE40-\\uDE7F\\uDF00-\\uDF4A\\uDF50\\uDF93-\\uDF9F\\uDFE0\\uDFE1\\uDFE3]|\\uD821[\\uDC00-\\uDFF7]|\\uD823[\\uDC00-\\uDCD5\\uDD00-\\uDD08]|\\uD82B[\\uDFF0-\\uDFF3\\uDFF5-\\uDFFB\\uDFFD\\uDFFE]|\\uD82C[\\uDC00-\\uDD22\\uDD50-\\uDD52\\uDD64-\\uDD67\\uDD70-\\uDEFB]|\\uD82F[\\uDC00-\\uDC6A\\uDC70-\\uDC7C\\uDC80-\\uDC88\\uDC90-\\uDC99]|\\uD835[\\uDC00-\\uDC54\\uDC56-\\uDC9C\\uDC9E\\uDC9F\\uDCA2\\uDCA5\\uDCA6\\uDCA9-\\uDCAC\\uDCAE-\\uDCB9\\uDCBB\\uDCBD-\\uDCC3\\uDCC5-\\uDD05\\uDD07-\\uDD0A\\uDD0D-\\uDD14\\uDD16-\\uDD1C\\uDD1E-\\uDD39\\uDD3B-\\uDD3E\\uDD40-\\uDD44\\uDD46\\uDD4A-\\uDD50\\uDD52-\\uDEA5\\uDEA8-\\uDEC0\\uDEC2-\\uDEDA\\uDEDC-\\uDEFA\\uDEFC-\\uDF14\\uDF16-\\uDF34\\uDF36-\\uDF4E\\uDF50-\\uDF6E\\uDF70-\\uDF88\\uDF8A-\\uDFA8\\uDFAA-\\uDFC2\\uDFC4-\\uDFCB]|\\uD837[\\uDF00-\\uDF1E]|\\uD838[\\uDD00-\\uDD2C\\uDD37-\\uDD3D\\uDD4E\\uDE90-\\uDEAD\\uDEC0-\\uDEEB]|\\uD839[\\uDFE0-\\uDFE6\\uDFE8-\\uDFEB\\uDFED\\uDFEE\\uDFF0-\\uDFFE]|\\uD83A[\\uDC00-\\uDCC4\\uDD00-\\uDD43\\uDD4B]|\\uD83B[\\uDE00-\\uDE03\\uDE05-\\uDE1F\\uDE21\\uDE22\\uDE24\\uDE27\\uDE29-\\uDE32\\uDE34-\\uDE37\\uDE39\\uDE3B\\uDE42\\uDE47\\uDE49\\uDE4B\\uDE4D-\\uDE4F\\uDE51\\uDE52\\uDE54\\uDE57\\uDE59\\uDE5B\\uDE5D\\uDE5F\\uDE61\\uDE62\\uDE64\\uDE67-\\uDE6A\\uDE6C-\\uDE72\\uDE74-\\uDE77\\uDE79-\\uDE7C\\uDE7E\\uDE80-\\uDE89\\uDE8B-\\uDE9B\\uDEA1-\\uDEA3\\uDEA5-\\uDEA9\\uDEAB-\\uDEBB]|\\uD869[\\uDC00-\\uDEDF\\uDF00-\\uDFFF]|\\uD86D[\\uDC00-\\uDF38\\uDF40-\\uDFFF]|\\uD86E[\\uDC00-\\uDC1D\\uDC20-\\uDFFF]|\\uD873[\\uDC00-\\uDEA1\\uDEB0-\\uDFFF]|\\uD87A[\\uDC00-\\uDFE0]|\\uD87E[\\uDC00-\\uDE1D]|\\uD884[\\uDC00-\\uDF4A])\\S*/g;\n\n/**\n * Transforms text to title case.\n * Capitalizes the first letter of each word and transforms the\n * rest of the word to lower case.\n * Words are delimited by any whitespace character, such as a space, tab, or line-feed character.\n *\n * @see {@link LowerCasePipe}\n * @see {@link UpperCasePipe}\n *\n * @usageNotes\n * The following example shows the result of transforming various strings into title case.\n *\n * {@example common/pipes/ts/titlecase_pipe.ts region='TitleCasePipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @ngModule CommonModule\n * @publicApi\n */\n@Pipe({\n name: 'titlecase',\n})\nexport class TitleCasePipe implements PipeTransform {\n /**\n * @param value The string to transform to title case.\n */\n transform(value: string): string;\n transform(value: null | undefined): null;\n transform(value: string | null | undefined): string | null;\n transform(value: string | null | undefined): string | null {\n if (value == null) return null;\n assertPipeArgument(TitleCasePipe, value);\n\n return value.replace(\n unicodeWordMatch,\n (txt) => txt[0].toUpperCase() + txt.slice(1).toLowerCase(),\n );\n }\n}\n\n/**\n * Transforms text to all upper case.\n * @see {@link LowerCasePipe}\n * @see {@link TitleCasePipe}\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @ngModule CommonModule\n * @publicApi\n */\n@Pipe({\n name: 'uppercase',\n})\nexport class UpperCasePipe implements PipeTransform {\n /**\n * @param value The string to transform to upper case.\n */\n transform(value: string): string;\n transform(value: null | undefined): null;\n transform(value: string | null | undefined): string | null;\n transform(value: string | null | undefined): string | null {\n if (value == null) return null;\n assertPipeArgument(UpperCasePipe, value);\n return value.toUpperCase();\n }\n}\n\nfunction assertPipeArgument(pipe: Type<any>, value: Object): void {\n if (typeof value !== 'string') {\n throw invalidPipeArgumentError(pipe, value);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/**\n * An interface that describes the date pipe configuration, which can be provided using the\n * `DATE_PIPE_DEFAULT_OPTIONS` token.\n *\n * @see {@link DATE_PIPE_DEFAULT_OPTIONS}\n *\n * @publicApi\n */\nexport interface DatePipeConfig {\n dateFormat?: string;\n timezone?: string;\n}\n\n/**\n * The default date format of Angular date pipe, which corresponds to the following format:\n * `'MMM d,y'` (e.g. `Jun 15, 2015`)\n */\nexport const DEFAULT_DATE_FORMAT = 'mediumDate';\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Inject, InjectionToken, LOCALE_ID, Optional, Pipe, PipeTransform} from '@angular/core';\n\nimport {formatDate} from '../i18n/format_date';\n\nimport {DatePipeConfig, DEFAULT_DATE_FORMAT} from './date_pipe_config';\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * Optionally-provided default timezone to use for all instances of `DatePipe` (such as `'+0430'`).\n * If the value isn't provided, the `DatePipe` will use the end-user's local system timezone.\n *\n * @deprecated use DATE_PIPE_DEFAULT_OPTIONS token to configure DatePipe\n */\nexport const DATE_PIPE_DEFAULT_TIMEZONE = new InjectionToken<string>(\n typeof ngDevMode !== 'undefined' && ngDevMode ? 'DATE_PIPE_DEFAULT_TIMEZONE' : '',\n);\n\n/**\n * DI token that allows to provide default configuration for the `DatePipe` instances in an\n * application. The value is an object which can include the following fields:\n * - `dateFormat`: configures the default date format. If not provided, the `DatePipe`\n * will use the 'mediumDate' as a value.\n * - `timezone`: configures the default timezone. If not provided, the `DatePipe` will\n * use the end-user's local system timezone.\n *\n * @see {@link DatePipeConfig}\n *\n * @usageNotes\n *\n * Various date pipe default values can be overwritten by providing this token with\n * the value that has this interface.\n *\n * For example:\n *\n * Override the default date format by providing a value using the token:\n * ```ts\n * providers: [\n * {provide: DATE_PIPE_DEFAULT_OPTIONS, useValue: {dateFormat: 'shortDate'}}\n * ]\n * ```\n *\n * Override the default timezone by providing a value using the token:\n * ```ts\n * providers: [\n * {provide: DATE_PIPE_DEFAULT_OPTIONS, useValue: {timezone: '-1200'}}\n * ]\n * ```\n */\nexport const DATE_PIPE_DEFAULT_OPTIONS = new InjectionToken<DatePipeConfig>(\n typeof ngDevMode !== 'undefined' && ngDevMode ? 'DATE_PIPE_DEFAULT_OPTIONS' : '',\n);\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a date value according to locale rules.\n *\n * `DatePipe` is executed only when it detects a pure change to the input value.\n * A pure change is either a change to a primitive input value\n * (such as `String`, `Number`, `Boolean`, or `Symbol`),\n * or a changed object reference (such as `Date`, `Array`, `Function`, or `Object`).\n *\n * Note that mutating a `Date` object does not cause the pipe to be rendered again.\n * To ensure that the pipe is executed, you must create a new `Date` object.\n *\n * Only the `en-US` locale data comes with Angular. To localize dates\n * in another language, you must import the corresponding locale data.\n * See the [I18n guide](guide/i18n/format-data-locale) for more information.\n *\n * The time zone of the formatted value can be specified either by passing it in as the second\n * parameter of the pipe, or by setting the default through the `DATE_PIPE_DEFAULT_OPTIONS`\n * injection token. The value that is passed in as the second parameter takes precedence over\n * the one defined using the injection token.\n *\n * @see {@link formatDate}\n *\n *\n * @usageNotes\n *\n * The result of this pipe is not reevaluated when the input is mutated. To avoid the need to\n * reformat the date on every change-detection cycle, treat the date as an immutable object\n * and change the reference when the pipe needs to run again.\n *\n * ### Pre-defined format options\n *\n * | Option | Equivalent to | Examples (given in `en-US` locale) |\n * |---------------|-------------------------------------|-------------------------------------------------|\n * | `'short'` | `'M/d/yy, h:mm a'` | `6/15/15, 9:03 AM` |\n * | `'medium'` | `'MMM d, y, h:mm:ss a'` | `Jun 15, 2015, 9:03:01 AM` |\n * | `'long'` | `'MMMM d, y, h:mm:ss a z'` | `June 15, 2015 at 9:03:01 AM GMT+1` |\n * | `'full'` | `'EEEE, MMMM d, y, h:mm:ss a zzzz'` | `Monday, June 15, 2015 at 9:03:01 AM GMT+01:00` |\n * | `'shortDate'` | `'M/d/yy'` | `6/15/15` |\n * | `'mediumDate'`| `'MMM d, y'` | `Jun 15, 2015` |\n * | `'longDate'` | `'MMMM d, y'` | `June 15, 2015` |\n * | `'fullDate'` | `'EEEE, MMMM d, y'` | `Monday, June 15, 2015` |\n * | `'shortTime'` | `'h:mm a'` | `9:03 AM` |\n * | `'mediumTime'`| `'h:mm:ss a'` | `9:03:01 AM` |\n * | `'longTime'` | `'h:mm:ss a z'` | `9:03:01 AM GMT+1` |\n * | `'fullTime'` | `'h:mm:ss a zzzz'` | `9:03:01 AM GMT+01:00` |\n *\n * ### Custom format options\n *\n * You can construct a format string using symbols to specify the components\n * of a date-time value, as described in the following table.\n * Format details depend on the locale.\n * Fields marked with (*) are only available in the extra data set for the given locale.\n *\n * | Field type | Format | Description | Example Value |\n * |-------------------------|-------------|---------------------------------------------------------------|------------------------------------------------------------|\n * | Era | G, GG & GGG | Abbreviated | AD |\n * | | GGGG | Wide | Anno Domini |\n * | | GGGGG | Narrow | A |\n * | Year | y | Numeric: minimum digits | 2, 20, 201, 2017, 20173 |\n * | | yy | Numeric: 2 digits + zero padded | 02, 20, 01, 17, 73 |\n * | | yyy | Numeric: 3 digits + zero padded | 002, 020, 201, 2017, 20173 |\n * | | yyyy | Numeric: 4 digits or more + zero padded | 0002, 0020, 0201, 2017, 20173 |\n * | ISO Week-numbering year | Y | Numeric: minimum digits | 2, 20, 201, 2017, 20173 |\n * | | YY | Numeric: 2 digits + zero padded | 02, 20, 01, 17, 73 |\n * | | YYY | Numeric: 3 digits + zero padded | 002, 020, 201, 2017, 20173 |\n * | | YYYY | Numeric: 4 digits or more + zero padded | 0002, 0020, 0201, 2017, 20173 |\n * | Month | M | Numeric: 1 digit | 9, 12 |\n * | | MM | Numeric: 2 digits + zero padded | 09, 12 |\n * | | MMM | Abbreviated | Sep |\n * | | MMMM | Wide | September |\n * | | MMMMM | Narrow | S |\n * | Month standalone | L | Numeric: 1 digit | 9, 12 |\n * | | LL | Numeric: 2 digits + zero padded | 09, 12 |\n * | | LLL | Abbreviated | Sep |\n * | | LLLL | Wide | September |\n * | | LLLLL | Narrow | S |\n * | ISO Week of year | w | Numeric: minimum digits | 1... 53 |\n * | | ww | Numeric: 2 digits + zero padded | 01... 53 |\n * | Week of month | W | Numeric: 1 digit | 1... 5 |\n * | Day of month | d | Numeric: minimum digits | 1 |\n * | | dd | Numeric: 2 digits + zero padded | 01 |\n * | Week day | E, EE & EEE | Abbreviated | Tue |\n * | | EEEE | Wide | Tuesday |\n * | | EEEEE | Narrow | T |\n * | | EEEEEE | Short | Tu |\n * | Week day standalone | c, cc | Numeric: 1 digit | 2 |\n * | | ccc | Abbreviated | Tue |\n * | | cccc | Wide | Tuesday |\n * | | ccccc | Narrow | T |\n * | | cccccc | Short | Tu |\n * | Period | a, aa & aaa | Abbreviated | am/pm or AM/PM |\n * | | aaaa | Wide (fallback to `a` when missing) | ante meridiem/post meridiem |\n * | | aaaaa | Narrow | a/p |\n * | Period* | B, BB & BBB | Abbreviated | mid. |\n * | | BBBB | Wide | am, pm, midnight, noon, morning, afternoon, evening, night |\n * | | BBBBB | Narrow | md |\n * | Period standalone* | b, bb & bbb | Abbreviated | mid. |\n * | | bbbb | Wide | am, pm, midnight, noon, morning, afternoon, evening, night |\n * | | bbbbb | Narrow | md |\n * | Hour 1-12 | h | Numeric: minimum digits | 1, 12 |\n * | | hh | Numeric: 2 digits + zero padded | 01, 12 |\n * | Hour 0-23 | H | Numeric: minimum digits | 0, 23 |\n * | | HH | Numeric: 2 digits + zero padded | 00, 23 |\n * | Minute | m | Numeric: minimum digits | 8, 59 |\n * | | mm | Numeric: 2 digits + zero padded | 08, 59 |\n * | Second | s | Numeric: minimum digits | 0... 59 |\n * | | ss | Numeric: 2 digits + zero padded | 00... 59 |\n * | Fractional seconds | S | Numeric: 1 digit | 0... 9 |\n * | | SS | Numeric: 2 digits + zero padded | 00... 99 |\n * | | SSS | Numeric: 3 digits + zero padded (= milliseconds) | 000... 999 |\n * | Zone | z, zz & zzz | Short specific non location format (fallback to O) | GMT-8 |\n * | | zzzz | Long specific non location format (fallback to OOOO) | GMT-08:00 |\n * | | Z, ZZ & ZZZ | ISO8601 basic format | -0800 |\n * | | ZZZZ | Long localized GMT format | GMT-8:00 |\n * | | ZZZZZ | ISO8601 extended format + Z indicator for offset 0 (= XXXXX) | -08:00 |\n * | | O, OO & OOO | Short localized GMT format | GMT-8 |\n * | | OOOO | Long localized GMT format | GMT-08:00 |\n *\n *\n * ### Format examples\n *\n * These examples transform a date into various formats,\n * assuming that `dateObj` is a JavaScript `Date` object for\n * year: 2015, month: 6, day: 15, hour: 21, minute: 43, second: 11,\n * given in the local time for the `en-US` locale.\n *\n * ```\n * {{ dateObj | date }} // output is 'Jun 15, 2015'\n * {{ dateObj | date:'medium' }} // output is 'Jun 15, 2015, 9:43:11 PM'\n * {{ dateObj | date:'shortTime' }} // output is '9:43 PM'\n * {{ dateObj | date:'mm:ss' }} // output is '43:11'\n * {{ dateObj | date:\"MMM dd, yyyy 'at' hh:mm a\" }} // output is 'Jun 15, 2015 at 09:43 PM'\n * ```\n *\n * ### Usage example\n *\n * The following component uses a date pipe to display the current date in different formats.\n *\n * ```angular-ts\n * @Component({\n * selector: 'date-pipe',\n * template: `<div>\n * <p>Today is {{today | date}}</p>\n * <p>Or if you prefer, {{today | date:'fullDate'}}</p>\n * <p>The time is {{today | date:'h:mm a z'}}</p>\n * </div>`\n * })\n * // Get the current date and time as a date-time value.\n * export class DatePipeComponent {\n * today: number = Date.now();\n * }\n * ```\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'date',\n})\nexport class DatePipe implements PipeTransform {\n constructor(\n @Inject(LOCALE_ID) private locale: string,\n @Inject(DATE_PIPE_DEFAULT_TIMEZONE) @Optional() private defaultTimezone?: string | null,\n @Inject(DATE_PIPE_DEFAULT_OPTIONS) @Optional() private defaultOptions?: DatePipeConfig | null,\n ) {}\n\n /**\n * @param value The date expression: a `Date` object, a number\n * (milliseconds since UTC epoch), or an ISO string (https://www.w3.org/TR/NOTE-datetime).\n * @param format The date/time components to include, using predefined options or a\n * custom format string. When not provided, the `DatePipe` looks for the value using the\n * `DATE_PIPE_DEFAULT_OPTIONS` injection token (and reads the `dateFormat` property).\n * If the token is not configured, the `mediumDate` is used as a value.\n * @param timezone A timezone offset (such as `'+0430'`). When not provided, the `DatePipe`\n * looks for the value using the `DATE_PIPE_DEFAULT_OPTIONS` injection token (and reads\n * the `timezone` property). If the token is not configured, the end-user's local system\n * timezone is used as a value.\n * @param locale A locale code for the locale format rules to use.\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n * See [Setting your app locale](guide/i18n/locale-id).\n *\n * @see {@link DATE_PIPE_DEFAULT_OPTIONS}\n *\n * @returns A date string in the desired format.\n */\n transform(\n value: Date | string | number,\n format?: string,\n timezone?: string,\n locale?: string,\n ): string | null;\n transform(value: null | undefined, format?: string, timezone?: string, locale?: string): null;\n transform(\n value: Date | string | number | null | undefined,\n format?: string,\n timezone?: string,\n locale?: string,\n ): string | null;\n transform(\n value: Date | string | number | null | undefined,\n format?: string,\n timezone?: string,\n locale?: string,\n ): string | null {\n if (value == null || value === '' || value !== value) return null;\n\n try {\n const _format = format ?? this.defaultOptions?.dateFormat ?? DEFAULT_DATE_FORMAT;\n const _timezone =\n timezone ?? this.defaultOptions?.timezone ?? this.defaultTimezone ?? undefined;\n return formatDate(value, _format, locale || this.locale, _timezone);\n } catch (error) {\n throw invalidPipeArgumentError(DatePipe, (error as Error).message);\n }\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\n\nimport {getPluralCategory, NgLocalization} from '../i18n/localization';\n\nimport {invalidPipeArgumentError} from './utils';\n\nconst _INTERPOLATION_REGEXP: RegExp = /#/g;\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Maps a value to a string that pluralizes the value according to locale rules.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/pipes/ts/i18n_pipe.ts region='I18nPluralPipeComponent'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'i18nPlural',\n})\nexport class I18nPluralPipe implements PipeTransform {\n constructor(private _localization: NgLocalization) {}\n\n /**\n * @param value the number to be formatted\n * @param pluralMap an object that mimics the ICU format, see\n * https://unicode-org.github.io/icu/userguide/format_parse/messages/.\n * @param locale a `string` defining the locale to use (uses the current {@link LOCALE_ID} by\n * default).\n */\n transform(\n value: number | null | undefined,\n pluralMap: {[count: string]: string},\n locale?: string,\n ): string {\n if (value == null) return '';\n\n if (typeof pluralMap !== 'object' || pluralMap === null) {\n throw invalidPipeArgumentError(I18nPluralPipe, pluralMap);\n }\n\n const key = getPluralCategory(value, Object.keys(pluralMap), this._localization, locale);\n\n return pluralMap[key].replace(_INTERPOLATION_REGEXP, value.toString());\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\n\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Generic selector that displays the string that matches the current value.\n *\n * If none of the keys of the `mapping` match the `value`, then the content\n * of the `other` key is returned when present, otherwise an empty string is returned.\n *\n * @usageNotes\n *\n * ### Example\n *\n * {@example common/pipes/ts/i18n_pipe.ts region='I18nSelectPipeComponent'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'i18nSelect',\n})\nexport class I18nSelectPipe implements PipeTransform {\n /**\n * @param value a string to be internationalized.\n * @param mapping an object that indicates the text that should be displayed\n * for different values of the provided `value`.\n */\n transform(value: string | null | undefined, mapping: {[key: string]: string}): string {\n if (value == null) return '';\n\n if (typeof mapping !== 'object' || typeof value !== 'string') {\n throw invalidPipeArgumentError(I18nSelectPipe, mapping);\n }\n\n if (mapping.hasOwnProperty(value)) {\n return mapping[value];\n }\n\n if (mapping.hasOwnProperty('other')) {\n return mapping['other'];\n }\n\n return '';\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\nimport {warnIfSignal} from './utils';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Converts a value into its JSON-format representation. Useful for debugging.\n *\n * @usageNotes\n *\n * The following component uses a JSON pipe to convert an object\n * to JSON format, and displays the string in both formats for comparison.\n *\n * {@example common/pipes/ts/json_pipe.ts region='JsonPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'json',\n pure: false,\n})\nexport class JsonPipe implements PipeTransform {\n /**\n * @param value A value of any type to convert into a JSON-format string.\n */\n transform(value: any): string {\n ngDevMode && warnIfSignal('JsonPipe', value);\n\n return JSON.stringify(value, null, 2);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n KeyValueChangeRecord,\n KeyValueChanges,\n KeyValueDiffer,\n KeyValueDiffers,\n Pipe,\n PipeTransform,\n} from '@angular/core';\nimport {warnIfSignal} from './utils';\n\nfunction makeKeyValuePair<K, V>(key: K, value: V): KeyValue<K, V> {\n return {key: key, value: value};\n}\n\n/**\n * A key value pair.\n * Usually used to represent the key value pairs from a Map or Object.\n *\n * @publicApi\n */\nexport interface KeyValue<K, V> {\n key: K;\n value: V;\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Transforms Object or Map into an array of key value pairs.\n *\n * The output array will be ordered by keys.\n * By default the comparator will be by Unicode point value.\n * You can optionally pass a compareFn if your keys are complex types.\n * Passing `null` as the compareFn will use natural ordering of the input.\n *\n * @usageNotes\n * ### Examples\n *\n * This examples show how an Object or a Map can be iterated by ngFor with the use of this\n * keyvalue pipe.\n *\n * {@example common/pipes/ts/keyvalue_pipe.ts region='KeyValuePipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'keyvalue',\n pure: false,\n})\nexport class KeyValuePipe implements PipeTransform {\n constructor(private readonly differs: KeyValueDiffers) {}\n\n private differ!: KeyValueDiffer<any, any>;\n private keyValues: Array<KeyValue<any, any>> = [];\n private compareFn: ((a: KeyValue<any, any>, b: KeyValue<any, any>) => number) | null =\n defaultComparator;\n\n /*\n * NOTE: when the `input` value is a simple Record<K, V> object, the keys are extracted with\n * Object.keys(). This means that even if the `input` type is Record<number, V> the keys are\n * compared/returned as `string`s.\n */\n transform<K, V>(\n input: ReadonlyMap<K, V>,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>>;\n transform<K extends number, V>(\n input: Record<K, V>,\n compareFn?: ((a: KeyValue<string, V>, b: KeyValue<string, V>) => number) | null,\n ): Array<KeyValue<string, V>>;\n transform<K extends string, V>(\n input: Record<K, V> | ReadonlyMap<K, V>,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>>;\n transform(\n input: null | undefined,\n compareFn?: ((a: KeyValue<unknown, unknown>, b: KeyValue<unknown, unknown>) => number) | null,\n ): null;\n transform<K, V>(\n input: ReadonlyMap<K, V> | null | undefined,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>> | null;\n transform<K extends number, V>(\n input: Record<K, V> | null | undefined,\n compareFn?: ((a: KeyValue<string, V>, b: KeyValue<string, V>) => number) | null,\n ): Array<KeyValue<string, V>> | null;\n\n transform<K extends string, V>(\n input: Record<K, V> | ReadonlyMap<K, V> | null | undefined,\n compareFn?: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null,\n ): Array<KeyValue<K, V>> | null;\n\n transform<T>(\n input: T,\n compareFn?: T extends object ? (a: T[keyof T], b: T[keyof T]) => number : never,\n ): T extends object ? Array<KeyValue<keyof T, T[keyof T]>> : null;\n\n transform<K, V>(\n input: undefined | null | {[key: string]: V; [key: number]: V} | ReadonlyMap<K, V>,\n compareFn: ((a: KeyValue<K, V>, b: KeyValue<K, V>) => number) | null = defaultComparator,\n ): Array<KeyValue<K, V>> | null {\n ngDevMode && warnIfSignal('KeyValuePipe', input);\n\n if (!input || (!(input instanceof Map) && typeof input !== 'object')) {\n return null;\n }\n\n // make a differ for whatever type we've been passed in\n this.differ ??= this.differs.find(input).create();\n\n const differChanges: KeyValueChanges<K, V> | null = this.differ.diff(input as any);\n const compareFnChanged = compareFn !== this.compareFn;\n\n if (differChanges) {\n this.keyValues = [];\n differChanges.forEachItem((r: KeyValueChangeRecord<K, V>) => {\n this.keyValues.push(makeKeyValuePair(r.key, r.currentValue!));\n });\n }\n if (differChanges || compareFnChanged) {\n if (compareFn) {\n this.keyValues.sort(compareFn);\n }\n this.compareFn = compareFn;\n }\n return this.keyValues;\n }\n}\n\nexport function defaultComparator<K, V>(\n keyValueA: KeyValue<K, V>,\n keyValueB: KeyValue<K, V>,\n): number {\n const a = keyValueA.key;\n const b = keyValueB.key;\n // If both keys are the same, return 0 (no sorting needed).\n if (a === b) return 0;\n // If one of the keys is `null` or `undefined`, place it at the end of the sort.\n if (a == null) return 1; // `a` comes after `b`.\n if (b == null) return -1; // `b` comes after `a`.\n // If both keys are strings, compare them lexicographically.\n if (typeof a == 'string' && typeof b == 'string') {\n return a < b ? -1 : 1;\n }\n // If both keys are numbers, sort them numerically.\n if (typeof a == 'number' && typeof b == 'number') {\n return a - b;\n }\n // If both keys are booleans, sort `false` before `true`.\n if (typeof a == 'boolean' && typeof b == 'boolean') {\n return a < b ? -1 : 1;\n }\n // Fallback case: if keys are of different types, compare their string representations.\n const aString = String(a);\n const bString = String(b);\n // Compare the string representations lexicographically.\n return aString == bString ? 0 : aString < bString ? -1 : 1;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {\n DEFAULT_CURRENCY_CODE,\n Inject,\n LOCALE_ID,\n Pipe,\n PipeTransform,\n ɵRuntimeError as RuntimeError,\n} from '@angular/core';\n\nimport {formatCurrency, formatNumber, formatPercent} from '../i18n/format_number';\nimport {getCurrencySymbol} from '../i18n/locale_data_api';\n\nimport {invalidPipeArgumentError} from './utils';\nimport {RuntimeErrorCode} from '../errors';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Formats a value according to digit options and locale rules.\n * Locale determines group sizing and separator,\n * decimal point character, and other locale-specific configurations.\n *\n * @see {@link formatNumber}\n *\n * @usageNotes\n *\n * ### digitsInfo\n *\n * The value's decimal representation is specified by the `digitsInfo`\n * parameter, written in the following format:<br>\n *\n * ```\n * {minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}\n * ```\n *\n * - `minIntegerDigits`:\n * The minimum number of integer digits before the decimal point.\n * Default is 1.\n *\n * - `minFractionDigits`:\n * The minimum number of digits after the decimal point.\n * Default is 0.\n *\n * - `maxFractionDigits`:\n * The maximum number of digits after the decimal point.\n * Default is 3.\n *\n * If the formatted value is truncated it will be rounded using the \"to-nearest\" method:\n *\n * ```\n * {{3.6 | number: '1.0-0'}}\n * <!--will output '4'-->\n *\n * {{-3.6 | number:'1.0-0'}}\n * <!--will output '-4'-->\n * ```\n *\n * ### locale\n *\n * `locale` will format a value according to locale rules.\n * Locale determines group sizing and separator,\n * decimal point character, and other locale-specific configurations.\n *\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n *\n * See [Setting your app locale](guide/i18n/locale-id).\n *\n * ### Example\n *\n * The following code shows how the pipe transforms values\n * according to various format specifications,\n * where the caller's default locale is `en-US`.\n *\n * {@example common/pipes/ts/number_pipe.ts region='NumberPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'number',\n})\nexport class DecimalPipe implements PipeTransform {\n constructor(@Inject(LOCALE_ID) private _locale: string) {}\n\n /**\n * @param value The value to be formatted.\n * @param digitsInfo Sets digit and decimal representation.\n * [See more](#digitsinfo).\n * @param locale Specifies what locale format rules to use.\n * [See more](#locale).\n */\n transform(value: number | string, digitsInfo?: string, locale?: string): string | null;\n transform(value: null | undefined, digitsInfo?: string, locale?: string): null;\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null {\n if (!isValue(value)) return null;\n\n locale ||= this._locale;\n\n try {\n const num = strToNumber(value);\n return formatNumber(num, locale, digitsInfo);\n } catch (error) {\n throw invalidPipeArgumentError(DecimalPipe, (error as Error).message);\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Transforms a number to a percentage\n * string, formatted according to locale rules that determine group sizing and\n * separator, decimal-point character, and other locale-specific\n * configurations.\n *\n * @see {@link formatPercent}\n *\n * @usageNotes\n * The following code shows how the pipe transforms numbers\n * into text strings, according to various format specifications,\n * where the caller's default locale is `en-US`.\n *\n * {@example common/pipes/ts/percent_pipe.ts region='PercentPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'percent',\n})\nexport class PercentPipe implements PipeTransform {\n constructor(@Inject(LOCALE_ID) private _locale: string) {}\n\n transform(value: number | string, digitsInfo?: string, locale?: string): string | null;\n transform(value: null | undefined, digitsInfo?: string, locale?: string): null;\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n /**\n *\n * @param value The number to be formatted as a percentage.\n * @param digitsInfo Decimal representation options, specified by a string\n * in the following format:<br>\n * <code>{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}</code>.\n * - `minIntegerDigits`: The minimum number of integer digits before the decimal point.\n * Default is `1`.\n * - `minFractionDigits`: The minimum number of digits after the decimal point.\n * Default is `0`.\n * - `maxFractionDigits`: The maximum number of digits after the decimal point.\n * Default is `0`.\n * @param locale A locale code for the locale format rules to use.\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n * See [Setting your app locale](guide/i18n/locale-id).\n */\n transform(\n value: number | string | null | undefined,\n digitsInfo?: string,\n locale?: string,\n ): string | null {\n if (!isValue(value)) return null;\n locale ||= this._locale;\n try {\n const num = strToNumber(value);\n return formatPercent(num, locale, digitsInfo);\n } catch (error) {\n throw invalidPipeArgumentError(PercentPipe, (error as Error).message);\n }\n }\n}\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Transforms a number to a currency string, formatted according to locale rules\n * that determine group sizing and separator, decimal-point character,\n * and other locale-specific configurations.\n *\n *\n * @see {@link getCurrencySymbol}\n * @see {@link formatCurrency}\n *\n * @usageNotes\n * The following code shows how the pipe transforms numbers\n * into text strings, according to various format specifications,\n * where the caller's default locale is `en-US`.\n *\n * {@example common/pipes/ts/currency_pipe.ts region='CurrencyPipe'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'currency',\n})\nexport class CurrencyPipe implements PipeTransform {\n constructor(\n @Inject(LOCALE_ID) private _locale: string,\n @Inject(DEFAULT_CURRENCY_CODE) private _defaultCurrencyCode: string = 'USD',\n ) {}\n /**\n *\n * @param value The number to be formatted as currency.\n * @param currencyCode The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code,\n * such as `USD` for the US dollar and `EUR` for the euro. The default currency code can be\n * configured using the `DEFAULT_CURRENCY_CODE` injection token.\n * @param display The format for the currency indicator. One of the following:\n * - `code`: Show the code (such as `USD`).\n * - `symbol`(default): Show the symbol (such as `$`).\n * - `symbol-narrow`: Use the narrow symbol for locales that have two symbols for their\n * currency.\n * For example, the Canadian dollar CAD has the symbol `CA$` and the symbol-narrow `$`. If the\n * locale has no narrow symbol, uses the standard symbol for the locale.\n * - String: Use the given string value instead of a code or a symbol.\n * For example, an empty string will suppress the currency & symbol.\n * - Boolean (marked deprecated in v5): `true` for symbol and false for `code`.\n *\n * @param digitsInfo Decimal representation options, specified by a string\n * in the following format:<br>\n * <code>{minIntegerDigits}.{minFractionDigits}-{maxFractionDigits}</code>.\n * - `minIntegerDigits`: The minimum number of integer digits before the decimal point.\n * Default is `1`.\n * - `minFractionDigits`: The minimum number of digits after the decimal point.\n * Default is `2`.\n * - `maxFractionDigits`: The maximum number of digits after the decimal point.\n * Default is `2`.\n * If not provided, the number will be formatted with the proper amount of digits,\n * depending on what the [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) specifies.\n * For example, the Canadian dollar has 2 digits, whereas the Chilean peso has none.\n * @param locale A locale code for the locale format rules to use.\n * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default.\n * See [Setting your app locale](guide/i18n/locale-id).\n */\n transform(\n value: number | string,\n currencyCode?: string,\n display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n transform(\n value: null | undefined,\n currencyCode?: string,\n display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean,\n digitsInfo?: string,\n locale?: string,\n ): null;\n transform(\n value: number | string | null | undefined,\n currencyCode?: string,\n display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean,\n digitsInfo?: string,\n locale?: string,\n ): string | null;\n transform(\n value: number | string | null | undefined,\n currencyCode: string = this._defaultCurrencyCode,\n display: 'code' | 'symbol' | 'symbol-narrow' | string | boolean = 'symbol',\n digitsInfo?: string,\n locale?: string,\n ): string | null {\n if (!isValue(value)) return null;\n\n locale ||= this._locale;\n\n if (typeof display === 'boolean') {\n if (typeof ngDevMode === 'undefined' || ngDevMode) {\n console.warn(\n `Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are \"code\", \"symbol\" or \"symbol-narrow\".`,\n );\n }\n display = display ? 'symbol' : 'code';\n }\n\n let currency: string = currencyCode || this._defaultCurrencyCode;\n if (display !== 'code') {\n if (display === 'symbol' || display === 'symbol-narrow') {\n currency = getCurrencySymbol(currency, display === 'symbol' ? 'wide' : 'narrow', locale);\n } else {\n currency = display;\n }\n }\n\n try {\n const num = strToNumber(value);\n return formatCurrency(num, locale, currency, currencyCode, digitsInfo);\n } catch (error) {\n throw invalidPipeArgumentError(CurrencyPipe, (error as Error).message);\n }\n }\n}\n\nfunction isValue(value: number | string | null | undefined): value is number | string {\n return !(value == null || value === '' || value !== value);\n}\n\n/**\n * Transforms a string into a number (if needed).\n */\nfunction strToNumber(value: number | string): number {\n // Convert strings to numbers\n if (typeof value === 'string' && !isNaN(Number(value) - parseFloat(value))) {\n return Number(value);\n }\n if (typeof value !== 'number') {\n throw new RuntimeError(\n RuntimeErrorCode.VALUE_NOT_A_NUMBER,\n ngDevMode && `${value} is not a number`,\n );\n }\n return value;\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {Pipe, PipeTransform} from '@angular/core';\n\nimport {invalidPipeArgumentError} from './utils';\n\n/**\n * @ngModule CommonModule\n * @description\n *\n * Creates a new `Array` or `String` containing a subset (slice) of the elements.\n *\n * @usageNotes\n *\n * All behavior is based on the expected behavior of the JavaScript API `Array.prototype.slice()`\n * and `String.prototype.slice()`.\n *\n * When operating on an `Array`, the returned `Array` is always a copy even when all\n * the elements are being returned.\n *\n * When operating on a blank value, the pipe returns the blank value.\n *\n * ### List Example\n *\n * This `ngFor` example:\n *\n * {@example common/pipes/ts/slice_pipe.ts region='SlicePipe_list'}\n *\n * produces the following:\n *\n * ```html\n * <li>b</li>\n * <li>c</li>\n * ```\n *\n * ### String Examples\n *\n * {@example common/pipes/ts/slice_pipe.ts region='SlicePipe_string'}\n *\n * @see [Built-in Pipes](guide/templates/pipes#built-in-pipes)\n *\n * @publicApi\n */\n@Pipe({\n name: 'slice',\n pure: false,\n})\nexport class SlicePipe implements PipeTransform {\n /**\n * @param value a list or a string to be sliced.\n * @param start the starting index of the subset to return:\n * - **a positive integer**: return the item at `start` index and all items after\n * in the list or string expression.\n * - **a negative integer**: return the item at `start` index from the end and all items after\n * in the list or string expression.\n * - **if positive and greater than the size of the expression**: return an empty list or\n * string.\n * - **if negative and greater than the size of the expression**: return entire list or string.\n * @param end the ending index of the subset to return:\n * - **omitted**: return all items until the end.\n * - **if positive**: return all items before `end` index of the list or string.\n * - **if negative**: return all items before `end` index from the end of the list or string.\n */\n transform<T>(value: ReadonlyArray<T>, start: number, end?: number): Array<T>;\n transform(value: null | undefined, start: number, end?: number): null;\n transform<T>(\n value: ReadonlyArray<T> | null | undefined,\n start: number,\n end?: number,\n ): Array<T> | null;\n transform(value: string, start: number, end?: number): string;\n transform(value: string | null | undefined, start: number, end?: number): string | null;\n transform<T>(\n value: ReadonlyArray<T> | string | null | undefined,\n start: number,\n end?: number,\n ): Array<T> | string | null {\n if (value == null) return null;\n\n const supports = typeof value === 'string' || Array.isArray(value);\n\n if (!supports) {\n throw invalidPipeArgumentError(SlicePipe, value);\n }\n\n return value.slice(start, end);\n }\n}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\n/**\n * @module\n * @description\n * This module provides a set of common Pipes.\n */\nimport {AsyncPipe} from './async_pipe';\nimport {LowerCasePipe, TitleCasePipe, UpperCasePipe} from './case_conversion_pipes';\nimport {DATE_PIPE_DEFAULT_OPTIONS, DATE_PIPE_DEFAULT_TIMEZONE, DatePipe} from './date_pipe';\nimport {DatePipeConfig} from './date_pipe_config';\nimport {I18nPluralPipe} from './i18n_plural_pipe';\nimport {I18nSelectPipe} from './i18n_select_pipe';\nimport {JsonPipe} from './json_pipe';\nimport {KeyValue, KeyValuePipe} from './keyvalue_pipe';\nimport {CurrencyPipe, DecimalPipe, PercentPipe} from './number_pipe';\nimport {SlicePipe} from './slice_pipe';\n\nexport {\n AsyncPipe,\n CurrencyPipe,\n DATE_PIPE_DEFAULT_OPTIONS,\n DATE_PIPE_DEFAULT_TIMEZONE,\n DatePipe,\n DatePipeConfig,\n DecimalPipe,\n I18nPluralPipe,\n I18nSelectPipe,\n JsonPipe,\n KeyValue,\n KeyValuePipe,\n LowerCasePipe,\n PercentPipe,\n SlicePipe,\n TitleCasePipe,\n UpperCasePipe,\n};\n\n/**\n * A collection of Angular pipes that are likely to be used in each and every application.\n */\nexport const COMMON_PIPES = [\n AsyncPipe,\n UpperCasePipe,\n LowerCasePipe,\n JsonPipe,\n SlicePipe,\n DecimalPipe,\n PercentPipe,\n TitleCasePipe,\n CurrencyPipe,\n DatePipe,\n I18nPluralPipe,\n I18nSelectPipe,\n KeyValuePipe,\n];\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n\nimport {NgModule} from '@angular/core';\n\nimport {COMMON_DIRECTIVES} from './directives/index';\nimport {COMMON_PIPES} from './pipes/index';\n\n// Note: This does not contain the location providers,\n// as they need some platform specific implementations to work.\n/**\n * Exports all the basic Angular directives and pipes,\n * such as `NgIf`, `NgForOf`, `DecimalPipe`, and so on.\n * Re-exported by `BrowserModule`, which is included automatically in the root\n * `AppModule` when you create a new app with the CLI `new` command.\n *\n * @publicApi\n */\n@NgModule({\n imports: [COMMON_DIRECTIVES, COMMON_PIPES],\n exports: [COMMON_DIRECTIVES, COMMON_PIPES],\n})\nexport class CommonModule {}\n"],"names":["HashLocationStrategy","LocationStrategy","_platformLocation","_baseHref","_removeListenerFns","constructor","ngOnDestroy","length","pop","onPopState","fn","push","onHashChange","getBaseHref","path","includeHash","hash","substring","prepareExternalUrl","internal","url","joinWithSlash","pushState","state","title","queryParams","normalizeQueryParams","pathname","replaceState","forward","back","getState","historyGo","relativePosition","ɵfac","i0","ɵɵngDeclareFactory","minVersion","version","ngImport","type","APP_BASE_HREF","optional","target","ɵɵFactoryTarget","Injectable","decorators","Optional","Inject","CURRENCIES_EN","undefined","NumberFormatStyle","Plural","FormStyle","TranslationWidth","FormatWidth","NumberSymbol","Decimal","Group","List","PercentSign","PlusSign","MinusSign","Exponential","SuperscriptingExponent","PerMille","Infinity","NaN","TimeSeparator","CurrencyDecimal","CurrencyGroup","WeekDay","getLocaleId","locale","ɵfindLocaleData","ɵLocaleDataIndex","LocaleId","getLocaleDayPeriods","formStyle","width","data","amPmData","DayPeriodsFormat","DayPeriodsStandalone","amPm","getLastDefinedValue","getLocaleDayNames","daysData","DaysFormat","DaysStandalone","days","getLocaleMonthNames","monthsData","MonthsFormat","MonthsStandalone","months","getLocaleEraNames","erasData","Eras","getLocaleFirstDayOfWeek","FirstDayOfWeek","getLocaleWeekEndRange","WeekendRange","getLocaleDateFormat","DateFormat","getLocaleTimeFormat","TimeFormat","getLocaleDateTimeFormat","dateTimeFormatData","DateTimeFormat","getLocaleNumberSymbol","symbol","res","NumberSymbols","getLocaleNumberFormat","NumberFormats","getLocaleCurrencySymbol","CurrencySymbol","getLocaleCurrencyName","CurrencyName","getLocaleCurrencyCode","ɵgetLocaleCurrencyCode","getLocaleCurrencies","Currencies","getLocalePluralCase","ɵgetLocalePluralCase","checkFullData","ExtraData","RuntimeError","ngDevMode","getLocaleExtraDayPeriodRules","rules","map","rule","extractTime","getLocaleExtraDayPeriods","dayPeriodsData","dayPeriods","getLocaleDirection","Directionality","index","i","time","h","m","split","hours","minutes","getCurrencySymbol","code","format","currency","symbolNarrow","DEFAULT_NB_OF_CURRENCY_DIGITS","getNumberOfCurrencyDigits","digits","ISO8601_DATE_REGEX","NAMED_FORMATS","DATE_FORMATS_SPLIT","formatDate","value","timezone","date","toDate","namedFormat","getNamedFormat","parts","match","exec","concat","slice","part","assertValidDateFormat","dateTimezoneOffset","getTimezoneOffset","timezoneToOffset","convertTimezoneToLocal","text","forEach","dateFormatter","getDateFormatter","replace","some","test","message","join","console","error","formatRuntimeError","createDate","year","month","newDate","Date","setFullYear","setHours","localeId","formatValue","Short","Medium","Long","Full","shortTime","shortDate","formatDateTime","mediumTime","mediumDate","longTime","longDate","fullTime","fullDate","str","opt_values","key","padNumber","num","minusSign","trim","negWrap","neg","strNum","String","formatFractionalSeconds","milliseconds","strMs","dateGetter","name","size","offset","getDatePart","localeMinus","getFullYear","getMonth","getDate","getHours","getMinutes","getSeconds","getMilliseconds","getDay","dateStrGetter","form","Format","extended","getDateTranslation","currentHours","currentMinutes","findIndex","Array","isArray","from","to","afterFrom","beforeTo","unexpected","timeZoneGetter","zone","Math","floor","ceil","abs","JANUARY","THURSDAY","getFirstThursdayOfYear","firstDayOfYear","getThursdayThisIsoWeek","datetime","currentDay","deltaToThursday","weekGetter","monthBased","result","nbDaysBefore1stDayOfMonth","today","thisThurs","firstThurs","diff","getTime","round","weekNumberingYearGetter","weekNumberingYear","DATE_FORMATS","formatter","Abbreviated","Wide","Narrow","Standalone","fallback","requestedTimezoneOffset","parse","isNaN","addDateMinutes","setMinutes","reverse","reverseValue","timezoneOffset","isDate","y","d","val","parsedNb","parseFloat","isoStringToDate","tzHour","tzMin","dateSetter","setUTCFullYear","timeSetter","setUTCHours","Number","call","s","ms","valueOf","NUMBER_FORMAT_REGEXP","MAX_DIGITS","DECIMAL_SEP","ZERO_CHAR","PATTERN_SEP","GROUP_SEP","DIGIT_CHAR","CURRENCY_CHAR","PERCENT_CHAR","formatNumberToLocaleString","pattern","groupSymbol","decimalSymbol","digitsInfo","isPercent","formattedText","isZero","isFinite","parsedNumber","parseNumber","toPercent","minInt","minFraction","minFrac","maxFraction","maxFrac","minIntPart","minFractionPart","maxFractionPart","parseIntAutoRadix","roundNumber","integerLen","exponent","decimals","every","unshift","splice","groups","lgSize","gSize","negPre","negSuf","posPre","posSuf","formatCurrency","currencyCode","Currency","parseNumberFormat","formatPercent","Percent","RegExp","formatNumber","p","patternParts","positive","negative","positiveParts","indexOf","lastIndexOf","integer","fraction","ch","charAt","trunkLen","pos","fractionLen","numStr","j","zeros","search","fractionSize","min","max","roundAt","digit","k","dropTrailingZeros","minLen","carry","reduceRight","parseInt","NgLocalization","deps","ɵprov","ɵɵngDeclareInjectable","providedIn","useFactory","NgLocaleLocalization","inject","LOCALE_ID","args","getPluralCategory","cases","ngLocalization","plural","Zero","One","Two","Few","Many","WS_REGEXP","EMPTY_ARRAY","NgClass","_ngEl","_renderer","initialClasses","rawClass","stateMap","Map","klass","ngClass","ngDoCheck","_updateState","Set","Object","keys","Boolean","_applyStateDiff","nextEnabled","get","enabled","changed","touched","set","stateEntry","_toggleClass","delete","Error","stringify","addClass","nativeElement","removeClass","token","ElementRef","Renderer2","Directive","isStandalone","selector","inputs","Input","NgComponentOutlet","_viewContainerRef","ngComponentOutlet","ngComponentOutletInputs","ngComponentOutletInjector","ngComponentOutletEnvironmentInjector","ngComponentOutletContent","ngComponentOutletNgModule","_componentRef","_moduleRef","_inputsUsed","componentInstance","instance","_needToReCreateNgModuleInstance","changes","_needToReCreateComponentInstance","ngOnChanges","clear","injector","parentInjector","destroy","createNgModule","getParentInjector","createComponent","ngModuleRef","projectableNodes","environmentInjector","inputName","_applyInputStateDiff","componentRef","setInput","ViewContainerRef","exportAs","usesOnChanges","parentNgModule","NgModuleRef","NgForOfContext","$implicit","ngForOf","count","first","last","even","odd","NgForOf","_viewContainer","_template","_differs","_ngForOf","_ngForOfDirty","ngForTrackBy","warn","JSON","_trackByFn","_differ","ngForTemplate","find","create","errorMessage","getTypeName","_applyChanges","viewContainer","forEachOperation","item","adjustedPreviousIndex","currentIndex","previousIndex","createEmbeddedView","remove","view","move","applyViewChange","ilen","viewRef","context","forEachIdentityChange","record","ngTemplateContextGuard","dir","ctx","TemplateRef","IterableDiffers","NgIf","_context","NgIfContext","_thenTemplateRef","_elseTemplateRef","_thenViewRef","_elseViewRef","templateRef","ngIf","condition","_updateView","ngIfThen","assertTemplate","ngIfElse","ngIfUseIfTypeGuard","ngTemplateGuard_ngIf","property","SwitchView","_templateRef","_created","enforceState","created","NgSwitch","_defaultViews","_defaultUsed","_caseCount","_lastCaseCheckIndex","_lastCasesMatched","_ngSwitch","ngSwitch","newValue","_updateDefaultCases","_addCase","_addDefault","_matchCase","matched","useDefault","defaultView","NgSwitchCase","_view","ngSwitchCase","throwNgSwitchProviderNotFoundError","host","Host","NgSwitchDefault","attrName","directiveName","NgPlural","_localization","_activeView","_caseViews","ngPlural","addCase","switchView","switchValue","_clearViews","_activateView","i1","NgPluralCase","template","isANumber","attribute","Attribute","NgStyle","_ngStyle","ngStyle","values","_setStyle","nameAndUnit","unit","flags","RendererStyleFlags2","DashCase","setStyle","removeStyle","forEachRemovedItem","forEachAddedItem","currentValue","forEachChangedItem","KeyValueDiffers","NgTemplateOutlet","_viewRef","ngTemplateOutletContext","ngTemplateOutlet","ngTemplateOutletInjector","Injector","_shouldRecreateView","viewContainerRef","viewContext","_createContextForwardProxy","_getInjector","Proxy","_target","prop","Reflect","receiver","COMMON_DIRECTIVES","invalidPipeArgumentError","warnIfSignal","pipeName","isSignal","SubscribableStrategy","createSubscription","async","updateLatestValue","onError","untracked","subscribe","next","dispose","subscription","unsubscribe","PromiseStrategy","then","v","e","_promiseStrategy","_subscribableStrategy","AsyncPipe","_ref","_latestValue","markForCheckOnValueUpdate","_subscription","_obj","_strategy","applicationErrorHandler","INTERNAL_APPLICATION_ERROR_HANDLER","ref","_dispose","transform","obj","_subscribe","_selectStrategy","_updateLatestValue","ɵisPromise","ɵisSubscribable","markForCheck","ChangeDetectorRef","Pipe","pure","LowerCasePipe","assertPipeArgument","toLowerCase","unicodeWordMatch","TitleCasePipe","txt","toUpperCase","UpperCasePipe","pipe","DEFAULT_DATE_FORMAT","DATE_PIPE_DEFAULT_TIMEZONE","InjectionToken","DATE_PIPE_DEFAULT_OPTIONS","DatePipe","defaultTimezone","defaultOptions","_format","dateFormat","_timezone","_INTERPOLATION_REGEXP","I18nPluralPipe","pluralMap","toString","I18nSelectPipe","mapping","hasOwnProperty","JsonPipe","makeKeyValuePair","KeyValuePipe","differs","differ","keyValues","compareFn","defaultComparator","input","differChanges","compareFnChanged","forEachItem","r","sort","keyValueA","keyValueB","a","b","aString","bString","DecimalPipe","_locale","isValue","strToNumber","PercentPipe","CurrencyPipe","_defaultCurrencyCode","display","DEFAULT_CURRENCY_CODE","SlicePipe","start","end","supports","COMMON_PIPES","CommonModule","NgModule","imports","i2","i3","i4","i5","i6","i7","i8","i9","i10","i11","i12","i13","i14","i15","i16","i17","exports"],"mappings":"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"}
|